summaryrefslogtreecommitdiffstats
path: root/fs/nfs/fs_context.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Switch mount code to use xprt_find_transport_ident()Trond Myklebust2020-12-021-9/+12
* Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-10-201-0/+1
|\
| * nfs: add missing "posix" local_lock constant table definitionScott Mayhew2020-10-121-0/+1
* | Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-121-71/+124
|\ \ | |/ |/|
| * fs,nfs: lift compat nfs4 mount data handling into the nfs codeChristoph Hellwig2020-09-221-0/+62
| * nfs: simplify nfs4_parse_monolithicChristoph Hellwig2020-09-221-72/+63
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-10/+12
|/
* fs: nfs: delete repeated words in commentsRandy Dunlap2020-08-121-1/+1
* NFS: Fix a few constant_table array definitionsScott Mayhew2020-04-021-1/+4
* NFS: Don't specify NFS version in "UDP not supported" errorPetr Vorel2020-03-251-2/+2
* NFS: Fix leak of ctx->nfs_server.hostnameScott Mayhew2020-02-251-0/+2
* NFS: Ensure the fs_context has the correct fs_type before mountingScott Mayhew2020-02-211-0/+7
* 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