aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fsopen.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2019-05-25move mount_capable() further outAl Viro1-0/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2019-05-16uapi, fsopen: use square brackets around "fscontext" [ver #2]Christian Brauner1-1/+1
2019-03-20vfs: syscall: Add fspick() to select a superblock for reconfigurationDavid Howells1-0/+57
2019-03-20vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells1-0/+265
2019-03-20vfs: Implement logging through fs_contextDavid Howells1-0/+67
2019-03-20vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells1-0/+88