| Commit message (Expand) | Author | Age | Files | Lines |
* | libfs: fix infinite directory reads for offset dir | yangerkun | 2024-08-12 | 1 | -11/+24 |
* | libfs: Introduce case-insensitive string comparison helper | Gabriel Krisman Bertazi | 2024-06-07 | 1 | -0/+74 |
* | shmem: Fix shmem_rename2() | Chuck Lever | 2024-04-17 | 1 | -0/+9 |
* | libfs: Add simple_offset_rename() API | Chuck Lever | 2024-04-17 | 1 | -0/+21 |
* | libfs: Fix simple_offset_rename_exchange() | Chuck Lever | 2024-04-17 | 1 | -6/+19 |
* | pidfs: remove config option | Christian Brauner | 2024-03-13 | 1 | -15/+18 |
* | Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 2024-03-11 | 1 | -1/+1 |
|\ |
|
| * | filelock: split leases out of struct file_lock | Jeff Layton | 2024-02-05 | 1 | -1/+1 |
* | | Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 2024-03-11 | 1 | -0/+142 |
|\ \ |
|
| * | | libfs: improve path_from_stashed() | Christian Brauner | 2024-03-01 | 1 | -23/+18 |
| * | | libfs: add stashed_dentry_prune() | Christian Brauner | 2024-03-01 | 1 | -2/+27 |
| * | | libfs: improve path_from_stashed() helper | Christian Brauner | 2024-03-01 | 1 | -21/+40 |
| * | | pidfs: convert to path_from_stashed() helper | Christian Brauner | 2024-03-01 | 1 | -3/+12 |
| * | | libfs: add path_from_stashed() | Christian Brauner | 2024-03-01 | 1 | -0/+94 |
| |/ |
|
* | | Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi... | Christian Brauner | 2024-03-07 | 1 | -62/+40 |
|\ \ |
|
| * | | libfs: Drop generic_set_encrypted_ci_d_ops | Gabriel Krisman Bertazi | 2024-02-27 | 1 | -34/+0 |
| * | | libfs: Add helper to choose dentry operations at mount-time | Gabriel Krisman Bertazi | 2024-02-27 | 1 | -0/+28 |
| * | | libfs: Merge encrypted_ci_dentry_ops and ci_dentry_ops | Gabriel Krisman Bertazi | 2024-02-27 | 1 | -28/+6 |
| * | | libfs: Attempt exact-match comparison first during casefolded lookup | Gabriel Krisman Bertazi | 2024-02-27 | 1 | -17/+23 |
| |/ |
|
* | | Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke... | Christian Brauner | 2024-02-22 | 1 | -31/+65 |
|\ \ |
|
| * | | libfs: Convert simple directory offsets to use a Maple Tree | Chuck Lever | 2024-02-21 | 1 | -24/+23 |
| * | | libfs: Add simple_offset_empty() | Chuck Lever | 2024-02-21 | 1 | -0/+32 |
| * | | libfs: Define a minimum directory offset | Chuck Lever | 2024-02-21 | 1 | -5/+8 |
| * | | libfs: Re-arrange locking in offset_iterate_dir() | Chuck Lever | 2024-02-21 | 1 | -6/+6 |
| |/ |
|
* / | libfs: Remove unnecessary ‘0’ values from ret | Li zeming | 2024-02-20 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 2024-01-11 | 1 | -36/+26 |
|\ |
|
| * | Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcache | Al Viro | 2023-11-25 | 1 | -24/+21 |
| |\ |
|
| | * | dentry: switch the lists of children to hlist | Al Viro | 2023-11-25 | 1 | -24/+21 |
| * | | simple_fill_super(): don't bother with d_genocide() on failure | Al Viro | 2023-11-25 | 1 | -12/+5 |
| |/ |
|
* / | libfs: getdents() should return 0 after reaching EOD | Chuck Lever | 2023-11-20 | 1 | -3/+11 |
|/ |
|
* | Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 2023-11-07 | 1 | -0/+44 |
|\ |
|
| * | fs: fix build error with CONFIG_EXPORTFS=m or not defined | Amir Goldstein | 2023-10-28 | 1 | -0/+41 |
| * | fs: report f_fsid from s_dev for "simple" filesystems | Amir Goldstein | 2023-10-28 | 1 | -0/+3 |
* | | fs: new accessor methods for atime and mtime | Jeff Layton | 2023-10-18 | 1 | -11/+30 |
|/ |
|
* | direct_write_fallback(): on error revert the ->ki_pos update from buffered write | Al Viro | 2023-09-20 | 1 | -0/+1 |
* | Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2023-08-31 | 1 | -12/+2 |
|\ |
|
| * | libfs: remove redundant checks of s_encoding | Eric Biggers | 2023-08-27 | 1 | -12/+2 |
* | | Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 2023-08-28 | 1 | -21/+21 |
|\ \ |
|
| * | | libfs: Convert simple_write_begin and simple_write_end to use a folio | Matthew Wilcox (Oracle) | 2023-08-21 | 1 | -20/+20 |
| * | | fs: Pass argument to fcntl_setlease as int | Luca Vizzarro | 2023-07-10 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2023-08-28 | 1 | -0/+248 |
|\ \ |
|
| * | | libfs: Remove parent dentry locking in offset_iterate_dir() | Chuck Lever | 2023-08-09 | 1 | -7/+4 |
| * | | libfs: Add a lock class for the offset map's xa_lock | Chuck Lever | 2023-08-09 | 1 | -0/+3 |
| * | | libfs: Add directory operations for stable offsets | Chuck Lever | 2023-08-09 | 1 | -0/+248 |
| |/ |
|
* | | fs: pass the request_mask to generic_fillattr | Jeff Layton | 2023-08-09 | 1 | -2/+2 |
* | | kernfs: convert to ctime accessor functions | Jeff Layton | 2023-07-24 | 1 | -9/+10 |
* | | fs: new helper: simple_rename_timestamp | Jeff Layton | 2023-07-10 | 1 | -9/+27 |
|/ |
|
* | fs: factor out a direct_write_fallback helper | Christoph Hellwig | 2023-06-09 | 1 | -0/+41 |
* | fs: consolidate duplicate dt_type helpers | Jeff Layton | 2023-04-03 | 1 | -7/+2 |
* | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2023-02-20 | 1 | -10/+10 |
|\ |
|