summaryrefslogtreecommitdiffstats
path: root/fs/fs_parser.c
AgeCommit message (Expand)Author
2021-04-30vfs: fs_parser: clean up kernel-doc warningsRandy Dunlap
2020-10-13fs_parse: mark fs_param_bad_value() as staticLuo Jiaxing
2020-04-02fs_parse: remove pr_notice() about each validationKees Cook
2020-02-07turn fs_param_is_... into functionsAl Viro
2020-02-07fs_parse: handle optional arguments sanelyAl Viro
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-02-07add prefix to fs_context->logAl Viro
2020-02-07new primitive: __fs_parse()Al Viro
2020-02-07get rid of fs_value_is_filename_emptyAl Viro
2020-02-07don't bother with explicit length argument for __lookup_constant()Al Viro
2020-02-07fold struct fs_parameter_enum into struct constant_tableAl Viro
2020-02-07fs_parse: get rid of ->enumsAl Viro
2020-02-07Pass consistent param->type to fs_parse()Al Viro
2019-09-12vfs: Make fs_parse() handle fs_param_is_fd-type params betterDavid Howells
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-25vfs: Fix refcounting of filenames in fs_parserDavid Howells
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-03-29fs: fs_parser: fix printk format warningRandy Dunlap
2019-02-28vfs: Add configuration parser helpersDavid Howells