aboutsummaryrefslogtreecommitdiff
path: root/include/linux/fs_parser.h
AgeCommit message (Expand)AuthorFilesLines
2020-02-07turn fs_param_is_... into functionsGravatar Al Viro 1-24/+14
2020-02-07fs_parse: handle optional arguments sanelyGravatar Al Viro 1-1/+0
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specGravatar Al Viro 1-8/+4
2020-02-07fs_parser: remove fs_parameter_description name fieldGravatar Eric Sandeen 1-3/+4
2020-02-07add prefix to fs_context->logGravatar Al Viro 1-4/+9
2020-02-07new primitive: __fs_parse()Gravatar Al Viro 1-0/+4
2020-02-07don't bother with explicit length argument for __lookup_constant()Gravatar Al Viro 1-3/+1
2020-02-07fold struct fs_parameter_enum into struct constant_tableGravatar Al Viro 1-5/+0
2020-02-07fs_parse: get rid of ->enumsGravatar Al Viro 1-19/+19
2020-02-07Pass consistent param->type to fs_parse()Gravatar Al Viro 1-1/+0
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Gravatar Thomas Gleixner 1-5/+1
2019-02-28vfs: Add configuration parser helpersGravatar David Howells 1-0/+151