summaryrefslogtreecommitdiff
path: root/fs/nfs/fs_context.c
Commit message (Expand)AuthorAgeFilesLines
* nfs: fix possible null-ptr-deref when parsing paramHawkins Jiawei2022-12-061-0/+6
* NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook2022-10-271-7/+7
* NFS: Replace fs_context-related dprintk() call sites with tracepointsChuck Lever2022-07-231-10/+14
* nfs: fix port value parsingIan Kent2022-07-121-1/+1
* nfs: fix broken handling of the softreval mount optionDan Aloni2022-05-091-1/+1
* NFSv4.1 provide mount option to toggle trunking discoveryOlga Kornievskaia2022-03-211-0/+8
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* NFSv4 introduce max_connect mount optionsOlga Kornievskaia2021-08-271-0/+7
* Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-05-071-19/+47
|\
| * NFS: Fix up the support for CONFIG_NFS_DISABLE_UDP_SUPPORTTrond Myklebust2021-04-051-19/+35
| * NFS: fs_context: validate UDP retrans to prevent shift out-of-boundsRandy Dunlap2021-04-051-0/+12
* | nfs: account for selinux security context when deciding to share superblockOlga Kornievskaia2021-03-221-0/+3
|/
* NFS: Set the stable writes flag when initialising the super blockTrond Myklebust2021-02-161-0/+2
* NFS: Add mount options supporting eager writesTrond Myklebust2021-02-161-0/+33
* 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