summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-21z3fold: don't bother with dentry_operationsDavid Howells1-5/+1
2019-05-20zsmalloc: don't bother with dentry_operationsAl Viro1-5/+1
2019-05-20balloon: don't bother with dentry_operationsAl Viro1-5/+1
2019-05-20cxlflash: don't bother with dentry_operationsAl Viro1-5/+1
2019-05-20cxl: don't bother with dentry_operationsAl Viro1-5/+1
2019-05-20drm: don't bother with super_operations and dentry_operationsAl Viro1-10/+2
2019-05-20Linux 5.2-rc1v5.2-rc1Linus Torvalds1-2/+2
2019-05-20Merge tag 'upstream-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+8
2019-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds10-257/+889
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds74-172/+178
2019-05-19Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-13/+111
2019-05-19Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds13-65/+107
2019-05-19Merge tag '5.2-rc-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds8-51/+173
2019-05-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds94-214/+5414
2019-05-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds12-136/+202
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds38-229/+2511