aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/fs_context.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-24nfs: Return EINVAL rather than ERANGE for mount parse errorsDavid Howells1-2/+1
2020-01-24NFS: allow deprecation of NFS UDP protocolOlga Kornievskaia1-0/+4
2020-01-15NFS: Add mount option 'softreval'Trond Myklebust1-2/+12
2020-01-15NFS: Attach supplementary error information to fs_context.Scott Mayhew1-69/+36
2020-01-15NFS: Additional refactoring for fs_context conversionScott Mayhew1-99/+56
2020-01-15NFS: Add fs_context support.David Howells1-154/+316
2020-01-15NFS: Convert mount option parsing to use functionality from fs_parser.hScott Mayhew1-423/+364
2020-01-15NFS: Do some tidying of the parsing codeDavid Howells1-72/+54
2020-01-15NFS: Add a small buffer in nfs_fs_context to avoid string dupDavid Howells1-52/+46
2020-01-15NFS: Deindent nfs_fs_context_parse_option()David Howells1-372/+367
2020-01-15NFS: Split nfs_parse_mount_options()David Howells1-56/+70
2020-01-15NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_contextDavid Howells1-224/+222
2020-01-15NFS: Constify mount argument match tablesDavid Howells1-3/+3
2020-01-15NFS: Move mount parameterisation bits into their own fileDavid Howells1-0/+1414