aboutsummaryrefslogtreecommitdiff
path: root/fs/libfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-11Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Gravatar Linus Torvalds 1-36/+26
2023-11-25Merge branches 'work.dcache-misc' and 'work.dcache2' into work.dcacheGravatar Al Viro 1-24/+21
2023-11-25simple_fill_super(): don't bother with d_genocide() on failureGravatar Al Viro 1-12/+5
2023-11-25dentry: switch the lists of children to hlistGravatar Al Viro 1-24/+21
2023-11-20libfs: getdents() should return 0 after reaching EODGravatar Chuck Lever 1-3/+11
2023-11-07Merge tag 'vfs-6.7.fsid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-0/+44
2023-10-28fs: fix build error with CONFIG_EXPORTFS=m or not definedGravatar Amir Goldstein 1-0/+41
2023-10-28fs: report f_fsid from s_dev for "simple" filesystemsGravatar Amir Goldstein 1-0/+3
2023-10-18fs: new accessor methods for atime and mtimeGravatar Jeff Layton 1-11/+30
2023-09-20direct_write_fallback(): on error revert the ->ki_pos update from buffered writeGravatar Al Viro 1-0/+1
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-12/+2
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-21/+21
2023-08-28Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+248
2023-08-27libfs: remove redundant checks of s_encodingGravatar Eric Biggers 1-12/+2
2023-08-21libfs: Convert simple_write_begin and simple_write_end to use a folioGravatar Matthew Wilcox (Oracle) 1-20/+20
2023-08-09libfs: Remove parent dentry locking in offset_iterate_dir()Gravatar Chuck Lever 1-7/+4
2023-08-09libfs: Add a lock class for the offset map's xa_lockGravatar Chuck Lever 1-0/+3
2023-08-09libfs: Add directory operations for stable offsetsGravatar Chuck Lever 1-0/+248
2023-08-09fs: pass the request_mask to generic_fillattrGravatar Jeff Layton 1-2/+2
2023-07-24kernfs: convert to ctime accessor functionsGravatar Jeff Layton 1-9/+10
2023-07-10fs: Pass argument to fcntl_setlease as intGravatar Luca Vizzarro 1-1/+1
2023-07-10fs: new helper: simple_rename_timestampGravatar Jeff Layton 1-9/+27
2023-06-09fs: factor out a direct_write_fallback helperGravatar Christoph Hellwig 1-0/+41
2023-04-03fs: consolidate duplicate dt_type helpersGravatar Jeff Layton 1-7/+2
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-10/+10
2023-01-26fs: uninline inode_query_iversionGravatar Jeff Layton 1-0/+36
2023-01-19fs: port ->rename() to pass mnt_idmapGravatar Christian Brauner 1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapGravatar Christian Brauner 1-4/+4
2023-01-19fs: port ->setattr() to pass mnt_idmapGravatar Christian Brauner 1-5/+5
2022-11-30libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueGravatar Akinobu Mita 1-3/+19
2022-10-03fs: uninline inode_maybe_inc_iversion()Gravatar Andrew Morton 1-0/+46
2022-05-09fs: Convert simple_readpage to simple_read_folioGravatar Matthew Wilcox (Oracle) 1-7/+7
2022-05-08fs: Remove flags parameter from aops->write_beginGravatar Matthew Wilcox (Oracle) 1-1/+1
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioGravatar Matthew Wilcox (Oracle) 1-2/+2
2022-03-15fs: Remove noop_invalidatepage()Gravatar Matthew Wilcox (Oracle) 1-11/+0
2022-01-20unicode: clean up the Kconfig symbol confusionGravatar Christoph Hellwig 1-5/+5
2021-11-03libfs: Support RENAME_EXCHANGE in simple_rename()Gravatar Lorenz Bauer 1-1/+4
2021-11-03libfs: Move shmem_exchange to simple_rename_exchangeGravatar Lorenz Bauer 1-0/+24
2021-06-29fs: remove noop_set_page_dirty()Gravatar Matthew Wilcox (Oracle) 1-16/+0
2021-06-29fs: remove anon_set_page_dirty()Gravatar Matthew Wilcox (Oracle) 1-10/+1
2021-06-29fs: move ramfs_aops to libfsGravatar Christoph Hellwig 1-4/+13
2021-03-23libfs: fix kernel-doc for mnt_usernsGravatar Randy Dunlap 1-0/+1
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-12/+16
2021-02-21Merge tag 'selinux-pr-20210215' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+0
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-01-27libfs: unexport generic_ci_d_compare() and generic_ci_d_hash()Gravatar Eric Biggers 1-5/+3
2021-01-27block: use an on-stack bio in blkdev_issue_flushGravatar Christoph Hellwig 1-1/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-16/+15
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-2/+2