aboutsummaryrefslogtreecommitdiff
path: root/fs/fs_context.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-12fs: factor out vfs_parse_monolithic_sep() helperGravatar Amir Goldstein 1-5/+29
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 1-4/+31
2023-08-19fs: Fix kernel-doc warningsGravatar Matthew Wilcox (Oracle) 1-3/+9
2023-08-15vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...Gravatar David Howells 1-1/+22
2023-08-14fs: add FSCONFIG_CMD_CREATE_EXCLGravatar Christian Brauner 1-0/+1
2023-06-07fs: avoid empty option when generating legacy mount stringGravatar Thomas Weißschuh 1-1/+2
2022-01-18vfs: fs_context: fix up param length parsing in legacy_parse_paramGravatar Jamie Hill-Daniel 1-1/+1
2021-09-03memcg: charge fs_context and legacy_fs_contextGravatar Yutian Yang 1-2/+2
2021-07-14fs: add vfs_parse_fs_param_source() helperGravatar Christian Brauner 1-18/+36
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-05-14vfs: don't parse "silent" optionGravatar Miklos Szeredi 1-1/+0
2020-05-14vfs: don't parse "posixacl" optionGravatar Miklos Szeredi 1-1/+0
2020-05-14vfs: don't parse forbidden flagsGravatar Miklos Szeredi 1-28/+0
2020-02-07add prefix to fs_context->logGravatar Al Viro 1-4/+5
2020-02-07teach logfc() to handle prefices, give it saner calling conventionsGravatar Al Viro 1-46/+17
2020-02-07don't bother with explicit length argument for __lookup_constant()Gravatar Al Viro 1-0/+2
2020-02-07Pass consistent param->type to fs_parse()Gravatar Al Viro 1-2/+3
2019-09-06vfs: subtype handling moved to fuseGravatar David Howells 1-14/+0
2019-09-05vfs: set fs_context::user_ns for reconfigureGravatar Eric Biggers 1-3/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2019-03-20vfs: syscall: Add fsconfig() for configuring and managing a contextGravatar David Howells 1-0/+51
2019-03-20vfs: Implement logging through fs_contextGravatar David Howells 1-14/+91
2019-03-20vfs: syscall: Add fsopen() to prepare for superblock creationGravatar David Howells 1-0/+4
2019-02-28vfs: Implement logging through fs_contextGravatar David Howells 1-0/+30
2019-02-28introduce cloning of fs_contextGravatar Al Viro 1-0/+67
2019-02-28vfs: Implement a filesystem superblock creation/configuration contextGravatar David Howells 1-1/+299
2019-01-30introduce fs_context methodsGravatar Al Viro 1-6/+22
2019-01-30fs_context flavour for submountsGravatar Al Viro 1-0/+10
2019-01-30convert do_remount_sb() to fs_contextGravatar David Howells 1-2/+33
2019-01-30vfs_get_tree(): evict the call of security_sb_kern_mount()Gravatar Al Viro 1-0/+8
2019-01-30vfs: Introduce fs_context, switch vfs_kern_mount() to it.Gravatar David Howells 1-0/+182