Age | Commit message (Expand) | Author | Files | Lines |
2024-05-14 | Merge tag 'for-linus-6.10-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+2 |
2024-05-06 | orangefs: fix out-of-bounds fsid access | Mike Marshall | 1 | -1/+2 |
2024-04-09 | orangefs: cleanup uses of strncpy | Justin Stitt | 3 | -32/+15 |
2024-02-14 | Julia Lawall reported this null pointer dereference, this should fix it. | Mike Marshall | 1 | -1/+1 |
2024-02-14 | fs/orangefs: remove ORANGEFS_CACHE_CREATE_FLAGS | Vlastimil Babka | 3 | -12/+2 |
2023-12-21 | orangefs: saner arguments passing in readdir guts | Al Viro | 1 | -20/+12 |
2023-10-30 | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 1 | -8/+8 |
2023-10-18 | orangefs: convert to new timestamp accessors | Jeff Layton | 1 | -8/+8 |
2023-10-09 | orangefs: move orangefs_xattr_handlers to .rodata | Wedson Almeida Filho | 2 | -2/+2 |
2023-08-11 | fs: drop the timespec64 argument from update_time | Jeff Layton | 2 | -2/+2 |
2023-08-09 | fs: drop the timespec64 arg from generic_update_time | Jeff Layton | 1 | -1/+2 |
2023-08-09 | fs: pass the request_mask to generic_fillattr | Jeff Layton | 1 | -1/+1 |
2023-07-24 | orangefs: convert to ctime accessor functions | Jeff Layton | 2 | -4/+4 |
2023-05-24 | orangefs: Provide a splice-read wrapper | David Howells | 1 | -1/+21 |
2023-04-27 | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+5 |
2023-04-18 | orangefs: use folios in orangefs_readahead | Pankaj Raghav | 1 | -4/+5 |
2023-03-06 | fs: drop unused posix acl handlers | Christian Brauner | 1 | -2/+0 |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -14/+12 |
2023-02-20 | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -15/+7 |
2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -20/+20 |
2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 1 | -2/+1 |
2023-02-03 | orangefs: use bvec_set_{page,folio} to initialize bvecs | Christoph Hellwig | 1 | -15/+7 |
2023-02-02 | fs: convert writepage_t callback to pass a folio | Matthew Wilcox (Oracle) | 1 | -12/+11 |
2023-01-19 | fs: port acl to mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port xattr to mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 2 | -3/+3 |
2023-01-19 | fs: port ->fileattr_set() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->set_acl() to pass mnt_idmap | Christian Brauner | 3 | -3/+3 |
2023-01-19 | fs: port ->rename() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->mkdir() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->symlink() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->create() to pass mnt_idmap | Christian Brauner | 1 | -1/+1 |
2023-01-19 | fs: port ->getattr() to pass mnt_idmap | Christian Brauner | 2 | -3/+3 |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 2 | -4/+4 |
2023-01-11 | filelock: move file locking definitions to separate header file | Jeff Layton | 1 | -0/+1 |
2022-12-14 | Merge tag 'for-linus-6.2-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -38/+73 |
2022-12-12 | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -55/+55 |
2022-12-07 | orangefs: Fix kmemleak in orangefs_{kernel,client}_debug_init() | Zhang Xiaoxu | 1 | -23/+3 |
2022-12-07 | orangefs: Fix kmemleak in orangefs_sysfs_init() | Zhang Xiaoxu | 1 | -8/+63 |
2022-12-07 | orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string() | Zhang Xiaoxu | 1 | -0/+3 |
2022-12-07 | orangefs: Fix sysfs not cleanup when dev init failed | Zhang Xiaoxu | 1 | -4/+4 |
2022-12-07 | orangefs: remove redundant assignment to variable buffer_index | Colin Ian King | 1 | -1/+0 |
2022-12-07 | orangefs: remove variable i | Colin Ian King | 1 | -2/+0 |
2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -4/+4 |
2022-11-13 | orangefs: fix mode handling | Christian Brauner | 3 | -10/+12 |
2022-10-20 | fs: rename current get acl method | Christian Brauner | 2 | -2/+2 |
2022-10-19 | fs: pass dentry to set acl method | Christian Brauner | 3 | -7/+9 |
2022-10-19 | orangefs: rework posix acl handling when creating new filesystem objects | Christian Brauner | 4 | -54/+50 |
2022-10-13 | Merge tag 'for-linus-6.1-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2022-10-03 | Orangefs: change iterate to iterate_shared | Mike Marshall | 1 | -1/+1 |