aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fs_parser.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-07namei: Standardize callers of filename_lookup()Stephen Brennan1-1/+0
2021-04-30vfs: fs_parser: clean up kernel-doc warningsRandy Dunlap1-1/+1
2020-10-13fs_parse: mark fs_param_bad_value() as staticLuo Jiaxing1-1/+1
2020-04-02fs_parse: remove pr_notice() about each validationKees Cook1-2/+0
2020-02-07turn fs_param_is_... into functionsAl Viro1-104/+124
2020-02-07fs_parse: handle optional arguments sanelyAl Viro1-84/+58
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-28/+25
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-8/+2
2020-02-07add prefix to fs_context->logAl Viro1-10/+0
2020-02-07new primitive: __fs_parse()Al Viro1-6/+15
2020-02-07get rid of fs_value_is_filename_emptyAl Viro1-3/+0
2020-02-07don't bother with explicit length argument for __lookup_constant()Al Viro1-15/+18
2020-02-07fold struct fs_parameter_enum into struct constant_tableAl Viro1-2/+2
2020-02-07fs_parse: get rid of ->enumsAl Viro1-63/+9
2020-02-07Pass consistent param->type to fs_parse()Al Viro1-12/+11
2019-09-12vfs: Make fs_parse() handle fs_param_is_fd-type params betterDavid Howells1-2/+16
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2019-05-25vfs: Fix refcounting of filenames in fs_parserDavid Howells1-0/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner1-5/+1
2019-03-29fs: fs_parser: fix printk format warningRandy Dunlap1-1/+1
2019-02-28vfs: Add configuration parser helpersDavid Howells1-0/+447