summaryrefslogtreecommitdiffstats
path: root/fs/libfs.c
AgeCommit message (Expand)Author
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
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2021-01-14fs: add LSM-supporting anon-inode interfaceDaniel Colascione
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-02libfs: Add generic function for setting dentry_opsDaniel Rosenberg
2020-11-22libfs: fix error cast of negative value in simple_attr_write()Yicong Yang
2020-09-10fs: Add standard casefolding supportDaniel Rosenberg
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig
2020-03-24libfs: fix infoleak in simple_attr_read()Eric Biggers
2019-12-10simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro
2019-10-14fs/libfs.c: fix kernel-doc warningRandy Dunlap
2019-10-09libfs: take cursors out of list when moving past the end of directoryAl Viro
2019-09-22Fix the locking in dcache_readdir() and friendsAl Viro
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-04convenience helper get_tree_nodev()Al Viro
2019-05-25vfs: Use sget_fc() for pseudo-filesystemsDavid Howells
2019-05-25fold mount_pseudo_xattr() into pseudo_fs_get_tree()Al Viro
2019-05-25vfs: Provide a mount_pseudo-replacement for the new mount APIDavid Howells
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-04-30libfs: document simple_get_link()Eric Biggers
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva
2018-03-30fs, dax: prepare for dax-specific address_space_operationsDan Williams
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-07-06fs: convert __generic_file_fsync to use errseq_t based reportingJeff Layton
2017-07-06fs: check for writeback errors after syncing out buffers in generic_file_fsyncJeff Layton
2017-04-26fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-01-10libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mountEric W. Biederman
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-10simple_write_end(): don't zero in short copy into uptodateAl Viro
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro