summaryrefslogtreecommitdiff
path: root/fs/libfs.c
AgeCommit message (Expand)Author
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
2022-10-03fs: uninline inode_maybe_inc_iversion()Andrew Morton
2022-05-09fs: Convert simple_readpage to simple_read_folioMatthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)
2022-01-20unicode: clean up the Kconfig symbol confusionChristoph Hellwig
2021-11-03libfs: Support RENAME_EXCHANGE in simple_rename()Lorenz Bauer
2021-11-03libfs: Move shmem_exchange to simple_rename_exchangeLorenz Bauer
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)
2021-06-29fs: remove anon_set_page_dirty()Matthew Wilcox (Oracle)
2021-06-29fs: move ramfs_aops to libfsChristoph Hellwig
2021-03-23libfs: fix kernel-doc for mnt_usernsRandy Dunlap
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-21Merge tag 'selinux-pr-20210215' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-01-27libfs: unexport generic_ci_d_compare() and generic_ci_d_hash()Eric Biggers
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner