summaryrefslogtreecommitdiff
path: root/fs/orangefs
AgeCommit message (Expand)Author
41 hoursMerge tag 'for-linus-7.0-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
4 daysMerge tag 'vfs-7.0-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
5 daysMerge tag 'vfs-7.0-rc1.leases' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-01-19fs/orangefs: Replace deprecated strcpy with memcpy + strscpyThorsten Blum
2026-01-19orangefs: Replace deprecated strcpy with strscpyThorsten Blum
2026-01-16posix_acl: make posix_acl_to_xattr() alloc the bufferMiklos Szeredi
2026-01-12fs: add support for non-blocking timestamp updatesChristoph Hellwig
2026-01-12fs: refactor ->update_time handlingChristoph Hellwig
2026-01-12orangefs: add setlease file operationJeff Layton
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-26orangefs: use inode_update_timestamps directlyChristoph Hellwig
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik
2025-10-03Merge tag 'for-linus-6.18-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-09-30fs/orangefs: Replace kzalloc + copy_from_user with memdup_user_nulThorsten Blum
2025-09-30orangefs: fix xattr related buffer overflow...Mike Marshall
2025-09-30orangefs: Remove unused type in macro fill_default_sys_attrsZhen Ni
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2025-07-31Merge tag 'for-linus-6.17-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-22fs/orangefs: Allow 2 more characters in do_c_string()Dan Carpenter
2025-07-21fs: orangefs: replace scnprintf() with sysfs_emit()Shankari Anand
2025-07-21fs/orangefs: use snprintf() instead of sprintf()Amir Mohammad Jahangirzad
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen
2025-07-04tree-wide: s/struct fileattr/struct file_kattr/gChristian Brauner
2025-06-19fs: replace mmap hook with .mmap_prepare for simple mappingsLorenzo Stoakes
2025-06-10new helper: set_default_d_op()Al Viro
2025-05-28Merge tag 'for-linus-6.16-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-20orangefs: adjust counting code to recover from 665575cfMike Marshall
2025-05-14orangefs: Convert to use the new mount APIEric Sandeen
2025-03-27Merge tag 'for-linus-6.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-03-24Merge tag 'vfs-6.15-rc1.orangefs' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-18orangefs: Bufmap deadcodingDr. David Alan Gilbert
2025-03-06orangefs: Convert orangefs_writepages to contain an array of foliosMatthew Wilcox (Oracle)
2025-03-06orangefs: Simplify bvec setup in orangefs_writepages_work()Matthew Wilcox (Oracle)
2025-03-06orangefs: Unify error & success paths in orangefs_writepages_work()Matthew Wilcox (Oracle)
2025-03-06orangefs: Pass mapping to orangefs_writepages_work()Matthew Wilcox (Oracle)
2025-03-06orangefs: Convert orangefs_writepage_locked() to take a folioMatthew Wilcox (Oracle)
2025-03-06orangefs: Remove orangefs_writepage()Matthew Wilcox (Oracle)
2025-03-06orangefs: make open_for_read and open_for_write booleanMatthew Wilcox (Oracle)
2025-03-06orangefs: Move s_kmod_keyword_mask_map to orangefs-debugfs.cMatthew Wilcox (Oracle)
2025-03-06orangefs: Do not truncate file sizeMatthew Wilcox (Oracle)
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-01-31Merge tag 'for-linus-6.14-ofs4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-27orangefs_d_revalidate(): use stable parent inode and name passed by callerAl Viro
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro
2025-01-15orangefs-debugfs: don't mess with ->d_nameAl Viro
2025-01-08orangefs: fix a oob in orangefs_debug_writeMike Marshall