aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/fs_context.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-05NFS: Fix up the support for CONFIG_NFS_DISABLE_UDP_SUPPORTTrond Myklebust1-19/+35
2021-04-05NFS: fs_context: validate UDP retrans to prevent shift out-of-boundsRandy Dunlap1-0/+12
2021-02-16NFS: Set the stable writes flag when initialising the super blockTrond Myklebust1-0/+2
2021-02-16NFS: Add mount options supporting eager writesTrond Myklebust1-0/+33
2020-12-02NFS: Switch mount code to use xprt_find_transport_ident()Trond Myklebust1-9/+12
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+1
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-71/+124
2020-10-12nfs: add missing "posix" local_lock constant table definitionScott Mayhew1-0/+1
2020-09-22fs,nfs: lift compat nfs4 mount data handling into the nfs codeChristoph Hellwig1-0/+62
2020-09-22nfs: simplify nfs4_parse_monolithicChristoph Hellwig1-72/+63
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-10/+12
2020-08-12fs: nfs: delete repeated words in commentsRandy Dunlap1-1/+1
2020-04-02NFS: Fix a few constant_table array definitionsScott Mayhew1-1/+4
2020-03-25NFS: Don't specify NFS version in "UDP not supported" errorPetr Vorel1-2/+2
2020-02-25NFS: Fix leak of ctx->nfs_server.hostnameScott Mayhew1-0/+2
2020-02-21NFS: Ensure the fs_context has the correct fs_type before mountingScott Mayhew1-0/+7
2020-02-07turn fs_param_is_... into functionsAl Viro1-1/+1
2020-02-07fs_parse: handle optional arguments sanelyAl Viro1-6/+12
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro1-8/+4
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen1-1/+0
2020-02-07fold struct fs_parameter_enum into struct constant_tableAl Viro1-2/+2
2020-02-07fs_parse: get rid of ->enumsAl Viro1-30/+32
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