summaryrefslogtreecommitdiffstats
path: root/fs/nfs/fs_context.c
Commit message (Expand)AuthorAgeFilesLines
* turn fs_param_is_... into functionsAl Viro2020-02-071-1/+1
* fs_parse: handle optional arguments sanelyAl Viro2020-02-071-6/+12
* fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-8/+4
* fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* fold struct fs_parameter_enum into struct constant_tableAl Viro2020-02-071-2/+2
* fs_parse: get rid of ->enumsAl Viro2020-02-071-30/+32
* nfs: Return EINVAL rather than ERANGE for mount parse errorsDavid Howells2020-01-241-2/+1
* NFS: allow deprecation of NFS UDP protocolOlga Kornievskaia2020-01-241-0/+4
* NFS: Add mount option 'softreval'Trond Myklebust2020-01-151-2/+12
* NFS: Attach supplementary error information to fs_context.Scott Mayhew2020-01-151-69/+36
* NFS: Additional refactoring for fs_context conversionScott Mayhew2020-01-151-99/+56
* NFS: Add fs_context support.David Howells2020-01-151-154/+316
* NFS: Convert mount option parsing to use functionality from fs_parser.hScott Mayhew2020-01-151-423/+364
* NFS: Do some tidying of the parsing codeDavid Howells2020-01-151-72/+54
* NFS: Add a small buffer in nfs_fs_context to avoid string dupDavid Howells2020-01-151-52/+46
* NFS: Deindent nfs_fs_context_parse_option()David Howells2020-01-151-372/+367
* NFS: Split nfs_parse_mount_options()David Howells2020-01-151-56/+70
* NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_contextDavid Howells2020-01-151-224/+222
* NFS: Constify mount argument match tablesDavid Howells2020-01-151-3/+3
* NFS: Move mount parameterisation bits into their own fileDavid Howells2020-01-151-0/+1414