summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* vfs: Convert openpromfs to use the new mount APIDavid Howells2019-07-051-5/+15
* vfs: Convert efivarfs to use the new mount APIDavid Howells2019-07-051-10/+15
* vfs: Convert configfs to use the new mount APIDavid Howells2019-07-051-5/+15
* vfs: Convert binfmt_misc to use the new mount APIDavid Howells2019-07-051-5/+15
* convenience helper: get_tree_single()Al Viro2019-07-052-1/+9
* convenience helper get_tree_nodev()Al Viro2019-07-053-2/+10
* vfs: Kill sget_userns()David Howells2019-05-261-38/+16Star
* vfs: Use sget_fc() for pseudo-filesystemsDavid Howells2019-05-261-14/+10Star
* fold mount_pseudo_xattr() into pseudo_fs_get_tree()Al Viro2019-05-261-54/+34Star
* vfs: Convert btrfs_test to use the new mount APIDavid Howells2019-05-261-6/+9
* vfs: Convert pipe to use the new mount APIDavid Howells2019-05-261-5/+10
* vfs: Convert nsfs to use the new mount APIDavid Howells2019-05-261-5/+11
* vfs: Convert bdev to use the new mount APIDavid Howells2019-05-261-8/+9
* vfs: Convert anon_inodes to use the new mount APIDavid Howells2019-05-261-5/+8
* vfs: Convert aio to use the new mount APIDavid Howells2019-05-261-8/+7Star
* vfs: Provide a mount_pseudo-replacement for the new mount APIDavid Howells2019-05-261-0/+46
* vfs: Provide sb->s_iflags settings in fs_context structDavid Howells2019-05-261-0/+1
* vfs: Fix refcounting of filenames in fs_parserDavid Howells2019-05-261-0/+1
* move mount_capable() further outAl Viro2019-05-263-6/+4Star
* move mount_capable() calls to vfs_get_tree()Al Viro2019-05-262-11/+6Star
* procfs: set ->user_ns before calling ->get_tree()Al Viro2019-05-261-4/+3Star
* switch mount_capable() to fs_contextAl Viro2019-05-253-6/+9
* legacy_get_tree(): pass fc->user_ns to mount_capable()Al Viro2019-05-251-1/+1
* move the capability checks from sget_userns() to legacy_get_tree()Al Viro2019-05-253-4/+7
* vfs: Kill mount_ns()David Howells2019-05-251-38/+0Star
* vfs: Convert nfsctl to use the new mount APIDavid Howells2019-05-251-7/+26
* consolidate the capability checks in sget_{fc,userns}()Al Viro2019-05-251-18/+14Star
* start massaging the checks in sget_...(): move to sget_userns()Al Viro2019-05-251-10/+4Star
* no need to protect against put_user_ns(NULL)Al Viro2019-05-251-2/+1Star
* mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-257-17/+10Star
* unexport simple_dname()Al Viro2019-05-212-1/+1
* Merge tag 'upstream-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-203-4/+8
|\
| * ubifs: Convert xattr inum to host orderRichard Weinberger2019-05-151-1/+1
| * ubifs: Use correct config name for encryptionRichard Weinberger2019-05-151-2/+2
| * ubifs: Fix build error without CONFIG_UBIFS_FS_XATTRYueHaibing2019-05-151-1/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-191-3/+8
|\ \
| * | fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...Jiufei Xue2019-05-191-3/+8
* | | Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-05-193-5/+4Star
|\ \ \
| * | | treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-183-5/+4Star
| |/ /
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-1912-62/+102
|\ \ \
| * | | ext4: avoid panic during forced reboot due to aborted journalJan Kara2019-05-171-1/+1
| * | | ext4: fix block validity checks for journal inodes using indirect blocksTheodore Ts'o2019-05-151-0/+5
| * | | unicode: update to Unicode 12.1.0 finalTheodore Ts'o2019-05-121-21/+7Star
| * | | unicode: add missing check for an error return from utf8lookup()Theodore Ts'o2019-05-121-0/+2
| * | | ext4: fix miscellaneous sparse warningsTheodore Ts'o2019-05-123-3/+3
| * | | ext4: unsigned int compared against zeroColin Ian King2019-05-111-1/+2
| * | | ext4: fix use-after-free in dx_release()Sahitya Tummala2019-05-111-1/+4
| * | | ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner2019-05-111-0/+7
| * | | jbd2: fix potential double freeChengguang Xu2019-05-113-33/+56
| * | | ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan2019-05-111-2/+15