aboutsummaryrefslogtreecommitdiff
path: root/fs/fs_parser.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-02__fs_parse: Correct a documentation commentGravatar Chen Hanxiao 1-2/+2
2022-12-01ext4: journal_path mount options should follow linksGravatar Lukas Czerner 1-1/+2
2021-12-09fs_parse: allow parameter value to be emptyGravatar Lukas Czerner 1-8/+23
2021-09-07namei: Standardize callers of filename_lookup()Gravatar Stephen Brennan 1-1/+0
2021-04-30vfs: fs_parser: clean up kernel-doc warningsGravatar Randy Dunlap 1-1/+1
2020-10-13fs_parse: mark fs_param_bad_value() as staticGravatar Luo Jiaxing 1-1/+1
2020-04-02fs_parse: remove pr_notice() about each validationGravatar Kees Cook 1-2/+0
2020-02-07turn fs_param_is_... into functionsGravatar Al Viro 1-104/+124
2020-02-07fs_parse: handle optional arguments sanelyGravatar Al Viro 1-84/+58
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specGravatar Al Viro 1-28/+25
2020-02-07fs_parser: remove fs_parameter_description name fieldGravatar Eric Sandeen 1-8/+2
2020-02-07add prefix to fs_context->logGravatar Al Viro 1-10/+0
2020-02-07new primitive: __fs_parse()Gravatar Al Viro 1-6/+15
2020-02-07get rid of fs_value_is_filename_emptyGravatar Al Viro 1-3/+0
2020-02-07don't bother with explicit length argument for __lookup_constant()Gravatar Al Viro 1-15/+18
2020-02-07fold struct fs_parameter_enum into struct constant_tableGravatar Al Viro 1-2/+2
2020-02-07fs_parse: get rid of ->enumsGravatar Al Viro 1-63/+9
2020-02-07Pass consistent param->type to fs_parse()Gravatar Al Viro 1-12/+11
2019-09-12vfs: Make fs_parse() handle fs_param_is_fd-type params betterGravatar David Howells 1-2/+16
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-0/+1
2019-05-25vfs: Fix refcounting of filenames in fs_parserGravatar David Howells 1-0/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2019-03-29fs: fs_parser: fix printk format warningGravatar Randy Dunlap 1-1/+1
2019-02-28vfs: Add configuration parser helpersGravatar David Howells 1-0/+447