summaryrefslogtreecommitdiffstats
path: root/fs/fsopen.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* add prefix to fs_context->logAl Viro2020-02-071-5/+5
* get rid of fs_value_is_filename_emptyAl Viro2020-02-071-11/+5
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-0/+2
|\
| * move mount_capable() further outAl Viro2019-05-251-0/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
|/
* uapi, fsopen: use square brackets around "fscontext" [ver #2]Christian Brauner2019-05-161-1/+1
* vfs: syscall: Add fspick() to select a superblock for reconfigurationDavid Howells2019-03-201-0/+57
* vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells2019-03-201-0/+265
* vfs: Implement logging through fs_contextDavid Howells2019-03-201-0/+67
* vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells2019-03-201-0/+88