aboutsummaryrefslogtreecommitdiff
path: root/fs/fsopen.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-22fsconfig: ensure that dirfd is set to auxGravatar Christian Brauner 1-0/+1
2023-08-14fs: add FSCONFIG_CMD_CREATE_EXCLGravatar Christian Brauner 1-2/+10
2023-08-14fs: add vfs_cmd_reconfigure()Gravatar Christian Brauner 1-18/+29
2023-08-14fs: add vfs_cmd_create()Gravatar Christian Brauner 1-17/+34
2022-05-19uninline may_mount() and don't opencode it in fspick(2)/fsopen(2)Gravatar Al Viro 1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-02-07add prefix to fs_context->logGravatar Al Viro 1-5/+5
2020-02-07get rid of fs_value_is_filename_emptyGravatar Al Viro 1-11/+5
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+2
2019-05-25move mount_capable() further outGravatar Al Viro 1-0/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2019-05-16uapi, fsopen: use square brackets around "fscontext" [ver #2]Gravatar Christian Brauner 1-1/+1
2019-03-20vfs: syscall: Add fspick() to select a superblock for reconfigurationGravatar David Howells 1-0/+57
2019-03-20vfs: syscall: Add fsconfig() for configuring and managing a contextGravatar David Howells 1-0/+265
2019-03-20vfs: Implement logging through fs_contextGravatar David Howells 1-0/+67
2019-03-20vfs: syscall: Add fsopen() to prepare for superblock creationGravatar David Howells 1-0/+88