summaryrefslogtreecommitdiffstats
path: root/fs/fsopen.c
AgeCommit message (Expand)AuthorLines
2020-02-07add prefix to fs_context->logAl Viro-5/+5
2020-02-07get rid of fs_value_is_filename_emptyAl Viro-11/+5
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-0/+2
2019-05-25move mount_capable() further outAl Viro-0/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner-5/+1
2019-05-16uapi, fsopen: use square brackets around "fscontext" [ver #2]Christian Brauner-1/+1
2019-03-20vfs: syscall: Add fspick() to select a superblock for reconfigurationDavid Howells-0/+57
2019-03-20vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells-0/+265
2019-03-20vfs: Implement logging through fs_contextDavid Howells-0/+67
2019-03-20vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells-0/+88