summaryrefslogtreecommitdiff
path: root/fs/libfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-01Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-12/+2
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-21/+21
2023-08-28Merge tag 'v6.6-vfs.tmpfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus 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-10fs: 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...Linus 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-12-01libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita1-3/+19
2022-10-04fs: uninline inode_maybe_inc_iversion()Andrew Morton1-0/+46
2022-05-09fs: Convert simple_readpage to simple_read_folioMatthew Wilcox (Oracle)1-7/+7
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-1/+1
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-1/+1
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)1-2/+2
2022-03-15fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)1-11/+0
2022-01-21unicode: clean up the Kconfig symbol confusionChristoph Hellwig1-5/+5
2021-11-03libfs: Support RENAME_EXCHANGE in simple_rename()Lorenz Bauer1-1/+4
2021-11-03libfs: Move shmem_exchange to simple_rename_exchangeLorenz Bauer1-0/+24
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)1-16/+0
2021-06-29fs: remove anon_set_page_dirty()Matthew Wilcox (Oracle)1-10/+1
2021-06-29fs: move ramfs_aops to libfsChristoph Hellwig1-4/+13
2021-03-23libfs: fix kernel-doc for mnt_usernsRandy Dunlap1-0/+1
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+16
2021-02-22Merge tag 'selinux-pr-20210215' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+0
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-01-28libfs: unexport generic_ci_d_compare() and generic_ci_d_hash()Eric Biggers1-5/+3
2021-01-27block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-16/+15
2021-01-24stat: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24attr: handle idmapped mountsChristian Brauner1-2/+2
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+6
2021-01-15fs: add LSM-supporting anon-inode interfaceDaniel Colascione1-5/+0
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+70
2020-12-03libfs: Add generic function for setting dentry_opsDaniel Rosenberg1-0/+70
2020-11-22libfs: fix error cast of negative value in simple_attr_write()Yicong Yang1-2/+4
2020-09-11fs: Add standard casefolding supportDaniel Rosenberg1-0/+87
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-1/+1
2020-03-24libfs: fix infoleak in simple_attr_read()Eric Biggers1-3/+5