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