summaryrefslogtreecommitdiff
path: root/include/linux/fs_parser.h
AgeCommit message (Expand)Author
2020-09-16fs: fix cast in fsparam_u32hex() macroAlexey Dobriyan
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-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-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner
2019-02-28vfs: Add configuration parser helpersDavid Howells