summaryrefslogtreecommitdiffstats
path: root/fs/fs_context.c
Commit message (Expand)AuthorAgeFilesLines
* fs: factor out vfs_parse_monolithic_sep() helperAmir Goldstein2023-10-121-5/+29
* Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-08-281-4/+31
|\
| * fs: Fix kernel-doc warningsMatthew Wilcox (Oracle)2023-08-191-3/+9
| * vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...David Howells2023-08-151-1/+22
* | fs: add FSCONFIG_CMD_CREATE_EXCLChristian Brauner2023-08-141-0/+1
|/
* fs: avoid empty option when generating legacy mount stringThomas Weißschuh2023-06-071-1/+2
* vfs: fs_context: fix up param length parsing in legacy_parse_paramJamie Hill-Daniel2022-01-181-1/+1
* memcg: charge fs_context and legacy_fs_contextYutian Yang2021-09-031-2/+2
* fs: add vfs_parse_fs_param_source() helperChristian Brauner2021-07-141-18/+36
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* vfs: don't parse "silent" optionMiklos Szeredi2020-05-141-1/+0
* vfs: don't parse "posixacl" optionMiklos Szeredi2020-05-141-1/+0
* vfs: don't parse forbidden flagsMiklos Szeredi2020-05-141-28/+0
* add prefix to fs_context->logAl Viro2020-02-071-4/+5
* teach logfc() to handle prefices, give it saner calling conventionsAl Viro2020-02-071-46/+17
* don't bother with explicit length argument for __lookup_constant()Al Viro2020-02-071-0/+2
* Pass consistent param->type to fs_parse()Al Viro2020-02-071-2/+3
* vfs: subtype handling moved to fuseDavid Howells2019-09-061-14/+0
* vfs: set fs_context::user_ns for reconfigureEric Biggers2019-09-051-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
* vfs: syscall: Add fsconfig() for configuring and managing a contextDavid Howells2019-03-201-0/+51
* vfs: Implement logging through fs_contextDavid Howells2019-03-201-14/+91
* vfs: syscall: Add fsopen() to prepare for superblock creationDavid Howells2019-03-201-0/+4
* vfs: Implement logging through fs_contextDavid Howells2019-02-281-0/+30
* introduce cloning of fs_contextAl Viro2019-02-281-0/+67
* vfs: Implement a filesystem superblock creation/configuration contextDavid Howells2019-02-281-1/+299
* introduce fs_context methodsAl Viro2019-01-301-6/+22
* fs_context flavour for submountsAl Viro2019-01-301-0/+10
* convert do_remount_sb() to fs_contextDavid Howells2019-01-301-2/+33
* vfs_get_tree(): evict the call of security_sb_kern_mount()Al Viro2019-01-301-0/+8
* vfs: Introduce fs_context, switch vfs_kern_mount() to it.David Howells2019-01-301-0/+182