aboutsummaryrefslogtreecommitdiff
path: root/fs/libfs.c
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2021-01-24namei: make permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+6
2021-01-14fs: add LSM-supporting anon-inode interfaceGravatar Daniel Colascione 1-5/+0
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+70
2020-12-02libfs: Add generic function for setting dentry_opsGravatar Daniel Rosenberg 1-0/+70
2020-11-22libfs: fix error cast of negative value in simple_attr_write()Gravatar Yicong Yang 1-2/+4
2020-09-10fs: Add standard casefolding supportGravatar Daniel Rosenberg 1-0/+87
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-2/+2
2020-05-22block: remove the error_sector argument to blkdev_issue_flushGravatar Christoph Hellwig 1-1/+1
2020-03-24libfs: fix infoleak in simple_attr_read()Gravatar Eric Biggers 1-3/+5
2019-12-10simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsGravatar Al Viro 1-0/+70
2019-10-14fs/libfs.c: fix kernel-doc warningGravatar Randy Dunlap 1-2/+1
2019-10-09libfs: take cursors out of list when moving past the end of directoryGravatar Al Viro 1-24/+25
2019-09-22Fix the locking in dcache_readdir() and friendsGravatar Al Viro 1-65/+69
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-33/+49
2019-07-04convenience helper get_tree_nodev()Gravatar Al Viro 1-1/+1
2019-05-25vfs: Use sget_fc() for pseudo-filesystemsGravatar David Howells 1-14/+10
2019-05-25fold mount_pseudo_xattr() into pseudo_fs_get_tree()Gravatar Al Viro 1-54/+34
2019-05-25vfs: Provide a mount_pseudo-replacement for the new mount APIGravatar David Howells 1-0/+46
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Gravatar Al Viro 1-9/+3
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+14
2019-04-30libfs: document simple_get_link()Gravatar Eric Biggers 1-0/+14
2019-04-08fs: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+2
2018-03-30fs, dax: prepare for dax-specific address_space_operationsGravatar Dan Williams 1-0/+39
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-3/+3
2017-07-06fs: convert __generic_file_fsync to use errseq_t based reportingGravatar Jeff Layton 1-4/+6
2017-07-06fs: check for writeback errors after syncing out buffers in generic_file_fsyncGravatar Jeff Layton 1-1/+3
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Gravatar Eric Biggers 1-1/+1
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+6
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-6/+6