summaryrefslogtreecommitdiffstats
path: root/fs/libfs.c
Commit message (Expand)AuthorAgeFilesLines
* fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)2021-06-291-16/+0
* fs: remove anon_set_page_dirty()Matthew Wilcox (Oracle)2021-06-291-10/+1
* fs: move ramfs_aops to libfsChristoph Hellwig2021-06-291-4/+13
* libfs: fix kernel-doc for mnt_usernsRandy Dunlap2021-03-231-0/+1
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-12/+16
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-241-16/+15
| * stat: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * attr: handle idmapped mountsChristian Brauner2021-01-241-2/+2
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+6
* | Merge tag 'selinux-pr-20210215' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-211-5/+0
|\ \
| * | fs: add LSM-supporting anon-inode interfaceDaniel Colascione2021-01-141-5/+0
| |/
* | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-1/+1
|\ \
| * | block: use an on-stack bio in blkdev_issue_flushChristoph Hellwig2021-01-271-1/+1
| |/
* / libfs: unexport generic_ci_d_compare() and generic_ci_d_hash()Eric Biggers2021-01-271-5/+3
|/
* Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-171-0/+70
|\
| * libfs: Add generic function for setting dentry_opsDaniel Rosenberg2020-12-021-0/+70
* | libfs: fix error cast of negative value in simple_attr_write()Yicong Yang2020-11-221-2/+4
|/
* fs: Add standard casefolding supportDaniel Rosenberg2020-09-101-0/+87
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig2020-05-221-1/+1
* libfs: fix infoleak in simple_attr_read()Eric Biggers2020-03-241-3/+5
* simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro2019-12-101-0/+70
* fs/libfs.c: fix kernel-doc warningRandy Dunlap2019-10-141-2/+1
* libfs: take cursors out of list when moving past the end of directoryAl Viro2019-10-091-24/+25
* Fix the locking in dcache_readdir() and friendsAl Viro2019-09-221-65/+69
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-33/+49
|\
| * convenience helper get_tree_nodev()Al Viro2019-07-041-1/+1
| * vfs: Use sget_fc() for pseudo-filesystemsDavid Howells2019-05-251-14/+10
| * fold mount_pseudo_xattr() into pseudo_fs_get_tree()Al Viro2019-05-251-54/+34
| * vfs: Provide a mount_pseudo-replacement for the new mount APIDavid Howells2019-05-251-0/+46
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-9/+3
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-05-071-0/+14
|\
| * libfs: document simple_get_link()Eric Biggers2019-04-301-0/+14
* | fs: mark expected switch fall-throughsGustavo A. R. Silva2019-04-081-0/+2
|/
* fs, dax: prepare for dax-specific address_space_operationsDan Williams2018-03-301-0/+39
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-3/+3
* fs: convert __generic_file_fsync to use errseq_t based reportingJeff Layton2017-07-061-4/+6
* fs: check for writeback errors after syncing out buffers in generic_file_fsyncJeff Layton2017-07-061-1/+3
* fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-261-1/+1
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-6/+6
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-6/+6
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
|/
* libfs: Modify mount_pseudo_xattr to be clear it is not a userspace mountEric W. Biederman2017-01-101-1/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+0
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-1/+0
* | simple_write_end(): don't zero in short copy into uptodateAl Viro2016-12-101-6/+8
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-8/+12
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-1/+5
| |\