summaryrefslogtreecommitdiffstats
path: root/fs/fsopen.c
Commit message (Expand)AuthorAgeFilesLines
* fsconfig: ensure that dirfd is set to auxChristian Brauner2023-09-221-0/+1
* fs: add FSCONFIG_CMD_CREATE_EXCLChristian Brauner2023-08-141-2/+10
* fs: add vfs_cmd_reconfigure()Christian Brauner2023-08-141-18/+29
* fs: add vfs_cmd_create()Christian Brauner2023-08-141-17/+34
* uninline may_mount() and don't opencode it in fspick(2)/fsopen(2)Al Viro2022-05-191-2/+2
* 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