summaryrefslogtreecommitdiff
path: root/fs/fsopen.c
AgeCommit message (Expand)Author
2023-09-22fsconfig: ensure that dirfd is set to auxChristian Brauner
2023-08-14fs: add FSCONFIG_CMD_CREATE_EXCLChristian Brauner
2023-08-14fs: add vfs_cmd_reconfigure()Christian Brauner
2023-08-14fs: add vfs_cmd_create()Christian Brauner
2022-05-19uninline may_mount() and don't opencode it in fspick(2)/fsopen(2)Al Viro
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-02-07add prefix to fs_context->logAl Viro
2020-02-07get rid of fs_value_is_filename_emptyAl Viro
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-25move mount_capable() further outAl Viro
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-05-16uapi, fsopen: use square brackets around "fscontext" [ver #2]Christian Brauner
2019-03-20vfs: syscall: Add fspick() to select a superblock for reconfigurationDavid Howells
2019-03-20vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells
2019-03-20vfs: Implement logging through fs_contextDavid Howells
2019-03-20vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells