summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-05vfs: Convert apparmorfs to use the new mount APIDavid Howells1-5/+15
2019-07-05vfs: Convert openpromfs to use the new mount APIDavid Howells1-5/+15
2019-07-05vfs: Convert xenfs to use the new mount APIDavid Howells1-6/+15
2019-07-05vfs: Convert gadgetfs to use the new mount APIDavid Howells1-6/+15
2019-07-05vfs: Convert oprofilefs to use the new mount APIDavid Howells1-6/+14
2019-07-05vfs: Convert ibmasmfs to use the new mount APIDavid Howells1-6/+15
2019-07-05vfs: Convert qib_fs/ipathfs to use the new mount APIDavid Howells1-9/+17
2019-07-05vfs: Convert efivarfs to use the new mount APIDavid Howells1-10/+15
2019-07-05vfs: Convert configfs to use the new mount APIDavid Howells1-5/+15
2019-07-05vfs: Convert binfmt_misc to use the new mount APIDavid Howells1-5/+15
2019-07-05convenience helper: get_tree_single()Al Viro3-1/+12
2019-07-05convenience helper get_tree_nodev()Al Viro4-2/+13
2019-05-26vfs: Kill sget_userns()David Howells2-43/+16
2019-05-26vfs: Use sget_fc() for pseudo-filesystemsDavid Howells1-14/+10
2019-05-26fold mount_pseudo_xattr() into pseudo_fs_get_tree()Al Viro2-67/+34
2019-05-26vfs: Convert btrfs_test to use the new mount APIDavid Howells1-6/+9
2019-05-26vfs: Convert virtio_balloon to use the new mount APIDavid Howells1-4/+4
2019-05-26vfs: Convert ocxlflash to use the new mount APIDavid Howells1-14/+4
2019-05-26vfs: Convert cxl to use the new mount APIDavid Howells1-4/+4
2019-05-26vfs: Convert ia64 perfmon to use the new mount APIDavid Howells1-7/+10
2019-05-26vfs: Convert drm to use the new mount APIDavid Howells1-4/+4
2019-05-26vfs: Convert dax to use the new mount APIDavid Howells1-6/+10
2019-05-26vfs: Convert sockfs to use the new mount APIDavid Howells1-6/+10
2019-05-26zsfold: Convert zsfold to use the new mount APIDavid Howells2-5/+6
2019-05-26vfs: Convert zsmalloc to use the new mount APIDavid Howells1-4/+4
2019-05-26vfs: Convert pipe to use the new mount APIDavid Howells1-5/+10
2019-05-26vfs: Convert nsfs to use the new mount APIDavid Howells1-5/+11
2019-05-26vfs: Convert bdev to use the new mount APIDavid Howells1-8/+9
2019-05-26vfs: Convert anon_inodes to use the new mount APIDavid Howells1-5/+8
2019-05-26vfs: Convert aio to use the new mount APIDavid Howells1-8/+7
2019-05-26vfs: Provide a mount_pseudo-replacement for the new mount APIDavid Howells2-0/+62
2019-05-26vfs: Provide sb->s_iflags settings in fs_context structDavid Howells2-0/+2
2019-05-26vfs: Fix refcounting of filenames in fs_parserDavid Howells1-0/+1
2019-05-26move mount_capable() further outAl Viro3-6/+4
2019-05-26move mount_capable() calls to vfs_get_tree()Al Viro2-11/+6
2019-05-26cpuset: move mount -t cpuset logics into cgroup.cAl Viro2-60/+48
2019-05-26procfs: set ->user_ns before calling ->get_tree()Al Viro1-4/+3
2019-05-26mqueue: set ->user_ns before ->get_tree()Al Viro1-4/+5
2019-05-26switch mount_capable() to fs_contextAl Viro3-6/+9
2019-05-26legacy_get_tree(): pass fc->user_ns to mount_capable()Al Viro1-1/+1
2019-05-26move the capability checks from sget_userns() to legacy_get_tree()Al Viro3-4/+7
2019-05-26vfs: Kill mount_ns()David Howells2-41/+0
2019-05-26vfs: Convert nfsctl to use the new mount APIDavid Howells1-7/+26
2019-05-26vfs: Convert rpc_pipefs to use the new mount APIDavid Howells1-8/+26
2019-05-26consolidate the capability checks in sget_{fc,userns}()Al Viro1-18/+14
2019-05-26start massaging the checks in sget_...(): move to sget_userns()Al Viro1-10/+4
2019-05-26no need to protect against put_user_ns(NULL)Al Viro3-6/+3
2019-05-26mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro17-36/+22
2019-05-21device-dax: Drop register_filesystem()Dan Williams1-7/+0
2019-05-21unexport simple_dname()Al Viro3-2/+1