aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/fs_context.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-02NFS: Fix a few constant_table array definitionsGravatar Scott Mayhew 1-1/+4
2020-03-25NFS: Don't specify NFS version in "UDP not supported" errorGravatar Petr Vorel 1-2/+2
2020-02-25NFS: Fix leak of ctx->nfs_server.hostnameGravatar Scott Mayhew 1-0/+2
2020-02-21NFS: Ensure the fs_context has the correct fs_type before mountingGravatar Scott Mayhew 1-0/+7
2020-02-07turn fs_param_is_... into functionsGravatar Al Viro 1-1/+1
2020-02-07fs_parse: handle optional arguments sanelyGravatar Al Viro 1-6/+12
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-1/+0
2020-02-07fold struct fs_parameter_enum into struct constant_tableGravatar Al Viro 1-2/+2
2020-02-07fs_parse: get rid of ->enumsGravatar Al Viro 1-30/+32
2020-01-24nfs: Return EINVAL rather than ERANGE for mount parse errorsGravatar David Howells 1-2/+1
2020-01-24NFS: allow deprecation of NFS UDP protocolGravatar Olga Kornievskaia 1-0/+4
2020-01-15NFS: Add mount option 'softreval'Gravatar Trond Myklebust 1-2/+12
2020-01-15NFS: Attach supplementary error information to fs_context.Gravatar Scott Mayhew 1-69/+36
2020-01-15NFS: Additional refactoring for fs_context conversionGravatar Scott Mayhew 1-99/+56
2020-01-15NFS: Add fs_context support.Gravatar David Howells 1-154/+316
2020-01-15NFS: Convert mount option parsing to use functionality from fs_parser.hGravatar Scott Mayhew 1-423/+364
2020-01-15NFS: Do some tidying of the parsing codeGravatar David Howells 1-72/+54
2020-01-15NFS: Add a small buffer in nfs_fs_context to avoid string dupGravatar David Howells 1-52/+46
2020-01-15NFS: Deindent nfs_fs_context_parse_option()Gravatar David Howells 1-372/+367
2020-01-15NFS: Split nfs_parse_mount_options()Gravatar David Howells 1-56/+70
2020-01-15NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_contextGravatar David Howells 1-224/+222
2020-01-15NFS: Constify mount argument match tablesGravatar David Howells 1-3/+3
2020-01-15NFS: Move mount parameterisation bits into their own fileGravatar David Howells 1-0/+1414