summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-1960-533/+581
|\
| * mnt_init(): call shmem_init() unconditionallyAl Viro2019-07-055-13/+5
| * constify ksys_mount() string argumentsAl Viro2019-07-053-6/+5
| * don't bother with registering rootfsAl Viro2019-07-053-19/+6
| * init_rootfs(): don't bother with init_ramfs_fs()Al Viro2019-07-053-8/+1
| * vfs: Convert smackfs to use the new mount APIDavid Howells2019-07-051-12/+22
| * vfs: Convert selinuxfs to use the new mount APIDavid Howells2019-07-051-5/+15
| * vfs: Convert securityfs to use the new mount APIDavid Howells2019-07-051-6/+15
| * vfs: Convert apparmorfs to use the new mount APIDavid Howells2019-07-051-5/+15
| * vfs: Convert openpromfs to use the new mount APIDavid Howells2019-07-051-5/+15
| * vfs: Convert xenfs to use the new mount APIDavid Howells2019-07-051-6/+15
| * vfs: Convert gadgetfs to use the new mount APIDavid Howells2019-07-051-6/+15
| * vfs: Convert oprofilefs to use the new mount APIDavid Howells2019-07-051-6/+14
| * vfs: Convert ibmasmfs to use the new mount APIDavid Howells2019-07-051-6/+15
| * vfs: Convert qib_fs/ipathfs to use the new mount APIDavid Howells2019-07-051-9/+17
| * 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-053-1/+12
| * convenience helper get_tree_nodev()Al Viro2019-07-054-2/+13
| * vfs: Kill sget_userns()David Howells2019-05-262-43/+16
| * vfs: Use sget_fc() for pseudo-filesystemsDavid Howells2019-05-261-14/+10
| * fold mount_pseudo_xattr() into pseudo_fs_get_tree()Al Viro2019-05-262-67/+34
| * vfs: Convert btrfs_test to use the new mount APIDavid Howells2019-05-261-6/+9
| * vfs: Convert virtio_balloon to use the new mount APIDavid Howells2019-05-261-4/+4
| * vfs: Convert ocxlflash to use the new mount APIDavid Howells2019-05-261-14/+4
| * vfs: Convert cxl to use the new mount APIDavid Howells2019-05-261-4/+4
| * vfs: Convert ia64 perfmon to use the new mount APIDavid Howells2019-05-261-7/+10
| * vfs: Convert drm to use the new mount APIDavid Howells2019-05-261-4/+4
| * vfs: Convert dax to use the new mount APIDavid Howells2019-05-261-6/+10
| * vfs: Convert sockfs to use the new mount APIDavid Howells2019-05-261-6/+10
| * zsfold: Convert zsfold to use the new mount APIDavid Howells2019-05-262-5/+6
| * vfs: Convert zsmalloc to use the new mount APIDavid Howells2019-05-261-4/+4
| * 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/+7
| * vfs: Provide a mount_pseudo-replacement for the new mount APIDavid Howells2019-05-262-0/+62
| * vfs: Provide sb->s_iflags settings in fs_context structDavid Howells2019-05-262-0/+2
| * vfs: Fix refcounting of filenames in fs_parserDavid Howells2019-05-261-0/+1
| * move mount_capable() further outAl Viro2019-05-263-6/+4
| * move mount_capable() calls to vfs_get_tree()Al Viro2019-05-262-11/+6
| * cpuset: move mount -t cpuset logics into cgroup.cAl Viro2019-05-262-60/+48
| * procfs: set ->user_ns before calling ->get_tree()Al Viro2019-05-261-4/+3
| * mqueue: set ->user_ns before ->get_tree()Al Viro2019-05-261-4/+5
| * 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-252-41/+0