summaryrefslogtreecommitdiff
path: root/fs/libfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-17shmem: Fix shmem_rename2()Chuck Lever1-0/+9
2024-04-17libfs: Add simple_offset_rename() APIChuck Lever1-0/+21
2024-04-17libfs: Fix simple_offset_rename_exchange()Chuck Lever1-6/+19
2024-03-13pidfs: remove config optionChristian Brauner1-15/+18
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2024-03-11Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-0/+142
2024-03-07Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner1-62/+40
2024-03-02libfs: improve path_from_stashed()Christian Brauner1-23/+18
2024-03-01libfs: add stashed_dentry_prune()Christian Brauner1-2/+27
2024-03-01libfs: improve path_from_stashed() helperChristian Brauner1-21/+40
2024-03-01pidfs: convert to path_from_stashed() helperChristian Brauner1-3/+12
2024-03-01libfs: add path_from_stashed()Christian Brauner1-0/+94
2024-02-28libfs: Drop generic_set_encrypted_ci_d_opsGabriel Krisman Bertazi1-34/+0
2024-02-28libfs: Add helper to choose dentry operations at mount-timeGabriel Krisman Bertazi1-0/+28
2024-02-28libfs: Merge encrypted_ci_dentry_ops and ci_dentry_opsGabriel Krisman Bertazi1-28/+6
2024-02-28libfs: Attempt exact-match comparison first during casefolded lookupGabriel Krisman Bertazi1-17/+23
2024-02-22Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...Christian Brauner1-31/+65
2024-02-21libfs: Convert simple directory offsets to use a Maple TreeChuck Lever1-24/+23
2024-02-21libfs: Add simple_offset_empty()Chuck Lever1-0/+32
2024-02-21libfs: Define a minimum directory offsetChuck Lever1-5/+8
2024-02-21libfs: Re-arrange locking in offset_iterate_dir()Chuck Lever1-6/+6
2024-02-20libfs: Remove unnecessary ‘0’ values from retLi zeming1-1/+1
2024-02-05filelock: split leases out of struct file_lockJeff Layton1-1/+1
2024-01-12Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-36/+26
2023-11-25Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcacheAl Viro1-24/+21
2023-11-25simple_fill_super(): don't bother with d_genocide() on failureAl Viro1-12/+5
2023-11-25dentry: switch the lists of children to hlistAl Viro1-24/+21
2023-11-20libfs: getdents() should return 0 after reaching EODChuck Lever1-3/+11
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-0/+44
2023-10-28fs: fix build error with CONFIG_EXPORTFS=m or not definedAmir Goldstein1-0/+41
2023-10-28fs: report f_fsid from s_dev for "simple" filesystemsAmir Goldstein1-0/+3
2023-10-18fs: new accessor methods for atime and mtimeJeff Layton1-11/+30
2023-09-20direct_write_fallback(): on error revert the ->ki_pos update from buffered writeAl Viro1-0/+1
2023-09-01Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-12/+2
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-21/+21
2023-08-28Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+248
2023-08-27libfs: remove redundant checks of s_encodingEric Biggers1-12/+2
2023-08-21libfs: Convert simple_write_begin and simple_write_end to use a folioMatthew Wilcox (Oracle)1-20/+20
2023-08-09libfs: Remove parent dentry locking in offset_iterate_dir()Chuck Lever1-7/+4
2023-08-09libfs: Add a lock class for the offset map's xa_lockChuck Lever1-0/+3
2023-08-09libfs: Add directory operations for stable offsetsChuck Lever1-0/+248
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-2/+2
2023-07-24kernfs: convert to ctime accessor functionsJeff Layton1-9/+10
2023-07-10fs: Pass argument to fcntl_setlease as intLuca Vizzarro1-1/+1
2023-07-10fs: new helper: simple_rename_timestampJeff Layton1-9/+27
2023-06-10fs: factor out a direct_write_fallback helperChristoph Hellwig1-0/+41
2023-04-03fs: consolidate duplicate dt_type helpersJeff Layton1-7/+2
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-10/+10
2023-01-26fs: uninline inode_query_iversionJeff Layton1-0/+36
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1