aboutsummaryrefslogtreecommitdiff
path: root/fs/orangefs
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'for-linus-6.10-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+2
12 daysorangefs: fix out-of-bounds fsid accessGravatar Mike Marshall 1-1/+2
2024-04-09orangefs: cleanup uses of strncpyGravatar Justin Stitt 3-32/+15
2024-02-14Julia Lawall reported this null pointer dereference, this should fix it.Gravatar Mike Marshall 1-1/+1
2024-02-14fs/orangefs: remove ORANGEFS_CACHE_CREATE_FLAGSGravatar Vlastimil Babka 3-12/+2
2023-12-21orangefs: saner arguments passing in readdir gutsGravatar Al Viro 1-20/+12
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-8/+8
2023-10-18orangefs: convert to new timestamp accessorsGravatar Jeff Layton 1-8/+8
2023-10-09orangefs: move orangefs_xattr_handlers to .rodataGravatar Wedson Almeida Filho 2-2/+2
2023-08-11fs: drop the timespec64 argument from update_timeGravatar Jeff Layton 2-2/+2
2023-08-09fs: drop the timespec64 arg from generic_update_timeGravatar Jeff Layton 1-1/+2
2023-08-09fs: pass the request_mask to generic_fillattrGravatar Jeff Layton 1-1/+1
2023-07-24orangefs: convert to ctime accessor functionsGravatar Jeff Layton 2-4/+4
2023-05-24orangefs: Provide a splice-read wrapperGravatar David Howells 1-1/+21
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-4/+5
2023-04-18orangefs: use folios in orangefs_readaheadGravatar Pankaj Raghav 1-4/+5
2023-03-06fs: drop unused posix acl handlersGravatar Christian Brauner 1-2/+0
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-14/+12
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-15/+7
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-20/+20
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-2/+1
2023-02-03orangefs: use bvec_set_{page,folio} to initialize bvecsGravatar Christoph Hellwig 1-15/+7
2023-02-02fs: convert writepage_t callback to pass a folioGravatar Matthew Wilcox (Oracle) 1-12/+11
2023-01-19fs: port acl to mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port xattr to mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 2-3/+3
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->set_acl() to pass mnt_idmapGravatar Christian Brauner 3-3/+3
2023-01-19fs: port ->rename() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 2-3/+3
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 2-4/+4
2023-01-11filelock: move file locking definitions to separate header fileGravatar Jeff Layton 1-0/+1
2022-12-14Merge tag 'for-linus-6.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-38/+73
2022-12-12Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-55/+55
2022-12-07orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init()Gravatar Zhang Xiaoxu 1-23/+3
2022-12-07orangefs: Fix kmemleak in orangefs_sysfs_init()Gravatar Zhang Xiaoxu 1-8/+63
2022-12-07orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string()Gravatar Zhang Xiaoxu 1-0/+3
2022-12-07orangefs: Fix sysfs not cleanup when dev init failedGravatar Zhang Xiaoxu 1-4/+4
2022-12-07orangefs: remove redundant assignment to variable buffer_indexGravatar Colin Ian King 1-1/+0
2022-12-07orangefs: remove variable iGravatar Colin Ian King 1-2/+0
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-4/+4
2022-11-13orangefs: fix mode handlingGravatar Christian Brauner 3-10/+12
2022-10-20fs: rename current get acl methodGravatar Christian Brauner 2-2/+2
2022-10-19fs: pass dentry to set acl methodGravatar Christian Brauner 3-7/+9
2022-10-19orangefs: rework posix acl handling when creating new filesystem objectsGravatar Christian Brauner 4-54/+50
2022-10-13Merge tag 'for-linus-6.1-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2022-10-03Orangefs: change iterate to iterate_sharedGravatar Mike Marshall 1-1/+1