summaryrefslogtreecommitdiffstats
path: root/fs/fs_parser.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: fs_parser: clean up kernel-doc warningsRandy Dunlap2021-04-301-1/+1
* fs_parse: mark fs_param_bad_value() as staticLuo Jiaxing2020-10-131-1/+1
* fs_parse: remove pr_notice() about each validationKees Cook2020-04-021-2/+0
* turn fs_param_is_... into functionsAl Viro2020-02-071-104/+124
* fs_parse: handle optional arguments sanelyAl Viro2020-02-071-84/+58
* fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-28/+25
* fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-8/+2
* add prefix to fs_context->logAl Viro2020-02-071-10/+0
* new primitive: __fs_parse()Al Viro2020-02-071-6/+15
* get rid of fs_value_is_filename_emptyAl Viro2020-02-071-3/+0
* don't bother with explicit length argument for __lookup_constant()Al Viro2020-02-071-15/+18
* fold struct fs_parameter_enum into struct constant_tableAl Viro2020-02-071-2/+2
* fs_parse: get rid of ->enumsAl Viro2020-02-071-63/+9
* Pass consistent param->type to fs_parse()Al Viro2020-02-071-12/+11
* vfs: Make fs_parse() handle fs_param_is_fd-type params betterDavid Howells2019-09-121-2/+16
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-0/+1
|\
| * vfs: Fix refcounting of filenames in fs_parserDavid Howells2019-05-251-0/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-241-5/+1
|/
* fs: fs_parser: fix printk format warningRandy Dunlap2019-03-291-1/+1
* vfs: Add configuration parser helpersDavid Howells2019-02-281-0/+447