aboutsummaryrefslogtreecommitdiffstats
path: root/fs/libfs.c
AgeCommit message (Expand)Author
2024-03-13pidfs: remove config optionChristian Brauner
2024-03-11Merge tag 'vfs-6.9.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-03-11Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-07Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner
2024-03-01libfs: improve path_from_stashed()Christian Brauner
2024-03-01libfs: add stashed_dentry_prune()Christian Brauner
2024-03-01libfs: improve path_from_stashed() helperChristian Brauner
2024-03-01pidfs: convert to path_from_stashed() helperChristian Brauner
2024-03-01libfs: add path_from_stashed()Christian Brauner
2024-02-27libfs: Drop generic_set_encrypted_ci_d_opsGabriel Krisman Bertazi
2024-02-27libfs: Add helper to choose dentry operations at mount-timeGabriel Krisman Bertazi
2024-02-27libfs: Merge encrypted_ci_dentry_ops and ci_dentry_opsGabriel Krisman Bertazi
2024-02-27libfs: Attempt exact-match comparison first during casefolded lookupGabriel Krisman Bertazi
2024-02-22Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...Christian Brauner
2024-02-21libfs: Convert simple directory offsets to use a Maple TreeChuck Lever
2024-02-21libfs: Add simple_offset_empty()Chuck Lever
2024-02-21libfs: Define a minimum directory offsetChuck Lever
2024-02-21libfs: Re-arrange locking in offset_iterate_dir()Chuck Lever
2024-02-20libfs: Remove unnecessary ‘0’ values from retLi zeming
2024-02-05filelock: split leases out of struct file_lockJeff Layton
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2023-11-25Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcacheAl Viro
2023-11-25simple_fill_super(): don't bother with d_genocide() on failureAl Viro
2023-11-25dentry: switch the lists of children to hlistAl Viro
2023-11-20libfs: getdents() should return 0 after reaching EODChuck Lever
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-28fs: fix build error with CONFIG_EXPORTFS=m or not definedAmir Goldstein
2023-10-28fs: report f_fsid from s_dev for "simple" filesystemsAmir Goldstein
2023-10-18fs: new accessor methods for atime and mtimeJeff Layton
2023-09-20direct_write_fallback(): on error revert the ->ki_pos update from buffered writeAl Viro
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-27libfs: remove redundant checks of s_encodingEric Biggers
2023-08-21libfs: Convert simple_write_begin and simple_write_end to use a folioMatthew Wilcox (Oracle)
2023-08-09libfs: Remove parent dentry locking in offset_iterate_dir()Chuck Lever
2023-08-09libfs: Add a lock class for the offset map's xa_lockChuck Lever
2023-08-09libfs: Add directory operations for stable offsetsChuck Lever
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-07-24kernfs: convert to ctime accessor functionsJeff Layton
2023-07-10fs: Pass argument to fcntl_setlease as intLuca Vizzarro
2023-07-10fs: new helper: simple_rename_timestampJeff Layton
2023-06-09fs: factor out a direct_write_fallback helperChristoph Hellwig
2023-04-03fs: consolidate duplicate dt_type helpersJeff Layton
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-26fs: uninline inode_query_iversionJeff Layton
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner
2022-11-30libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita