summaryrefslogtreecommitdiff
path: root/fs/orangefs
AgeCommit message (Expand)AuthorFilesLines
5 daysfs/orangefs: use snprintf() instead of sprintf()Amir Mohammad Jahangirzad1-1/+1
10 daysfs/orangefs: Allow 2 more characters in do_c_string()Dan Carpenter1-3/+3
2025-05-20orangefs: adjust counting code to recover from 665575cfMike Marshall1-4/+5
2025-03-27Merge tag 'for-linus-6.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-28/+0
2025-03-24Merge tag 'vfs-6.15-rc1.orangefs' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-130/+109
2025-03-18orangefs: Bufmap deadcodingDr. David Alan Gilbert2-28/+0
2025-03-06orangefs: Convert orangefs_writepages to contain an array of foliosMatthew Wilcox (Oracle)1-31/+26
2025-03-06orangefs: Simplify bvec setup in orangefs_writepages_work()Matthew Wilcox (Oracle)1-5/+5
2025-03-06orangefs: Unify error & success paths in orangefs_writepages_work()Matthew Wilcox (Oracle)1-23/+13
2025-03-06orangefs: Pass mapping to orangefs_writepages_work()Matthew Wilcox (Oracle)1-9/+13
2025-03-06orangefs: Convert orangefs_writepage_locked() to take a folioMatthew Wilcox (Oracle)1-15/+15
2025-03-06orangefs: Remove orangefs_writepage()Matthew Wilcox (Oracle)1-10/+1
2025-03-06orangefs: make open_for_read and open_for_write booleanMatthew Wilcox (Oracle)1-2/+2
2025-03-06orangefs: Move s_kmod_keyword_mask_map to orangefs-debugfs.cMatthew Wilcox (Oracle)2-43/+43
2025-03-06orangefs: Do not truncate file sizeMatthew Wilcox (Oracle)1-4/+3
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-4/+4
2025-01-31Merge tag 'for-linus-6.14-ofs4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-12/+10
2025-01-27orangefs_d_revalidate(): use stable parent inode and name passed by callerAl Viro1-11/+8
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro1-1/+2
2025-01-15orangefs-debugfs: don't mess with ->d_nameAl Viro1-9/+7
2025-01-08orangefs: fix a oob in orangefs_debug_writeMike Marshall1-2/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-20Merge tag 'for-linux-6.12-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+7
2024-09-06orangefs: Constify struct kobj_typeHuang Xiaojia1-7/+7
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-08-07orangefs: Convert orangefs_write_begin() to use a folioMatthew Wilcox (Oracle)1-9/+5
2024-08-07orangefs: Convert orangefs_write_end() to use a folioMatthew Wilcox (Oracle)1-10/+11
2024-05-31orangefs: Remove calls to set/clear the error flagMatthew Wilcox (Oracle)2-13/+4
2024-05-14Merge tag 'for-linus-6.10-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2024-05-06orangefs: fix out-of-bounds fsid accessMike Marshall1-1/+2
2024-04-09orangefs: cleanup uses of strncpyJustin Stitt3-32/+15
2024-02-14Julia Lawall reported this null pointer dereference, this should fix it.Mike Marshall1-1/+1
2024-02-14fs/orangefs: remove ORANGEFS_CACHE_CREATE_FLAGSVlastimil Babka3-12/+2
2023-12-21orangefs: saner arguments passing in readdir gutsAl Viro1-20/+12
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-8/+8
2023-10-18orangefs: convert to new timestamp accessorsJeff Layton1-8/+8
2023-10-09orangefs: move orangefs_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton2-2/+2
2023-08-09fs: drop the timespec64 arg from generic_update_timeJeff Layton1-1/+2
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-07-24orangefs: convert to ctime accessor functionsJeff Layton2-4/+4
2023-05-24orangefs: Provide a splice-read wrapperDavid Howells1-1/+21
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+5
2023-04-18orangefs: use folios in orangefs_readaheadPankaj Raghav1-4/+5
2023-03-06fs: drop unused posix acl handlersChristian Brauner1-2/+0
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-14/+12
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-15/+7
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-20/+20