aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/libfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/vfsLinus Torvalds1-1/+1
2024-03-11Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+142
2024-03-07Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/krisman/unicode into vfs.miscChristian Brauner1-62/+40
2024-03-01libfs: 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-27libfs: Drop generic_set_encrypted_ci_d_opsGabriel Krisman Bertazi1-34/+0
2024-02-27libfs: Add helper to choose dentry operations at mount-timeGabriel Krisman Bertazi1-0/+28
2024-02-27libfs: Merge encrypted_ci_dentry_ops and ci_dentry_opsGabriel Krisman Bertazi1-28/+6
2024-02-27libfs: 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.kernel.org/r/170820083431.6328.16233178852085891453.stgit@91.116.238.104.host.secureserver.netChristian 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-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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/vfsLinus 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-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-12/+2
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-21/+21
2023-08-28Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus 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-09fs: 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/vfs/idmappingLinus 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
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-4/+4
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-5/+5
2022-11-30libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita1-3/+19