aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/fs_context.c
AgeCommit message (Expand)Author
2022-05-18nfs: fix broken handling of the softreval mount optionDan Aloni
2021-05-11NFS: fs_context: validate UDP retrans to prevent shift out-of-boundsRandy Dunlap
2020-10-20Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-12nfs: add missing "posix" local_lock constant table definitionScott Mayhew
2020-09-22fs,nfs: lift compat nfs4 mount data handling into the nfs codeChristoph Hellwig
2020-09-22nfs: simplify nfs4_parse_monolithicChristoph Hellwig
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-12fs: nfs: delete repeated words in commentsRandy Dunlap
2020-04-02NFS: Fix a few constant_table array definitionsScott Mayhew
2020-03-25NFS: Don't specify NFS version in "UDP not supported" errorPetr Vorel
2020-02-25NFS: Fix leak of ctx->nfs_server.hostnameScott Mayhew
2020-02-21NFS: Ensure the fs_context has the correct fs_type before mountingScott Mayhew
2020-02-07turn fs_param_is_... into functionsAl Viro
2020-02-07fs_parse: handle optional arguments sanelyAl Viro
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-02-07fold struct fs_parameter_enum into struct constant_tableAl Viro
2020-02-07fs_parse: get rid of ->enumsAl Viro
2020-01-24nfs: Return EINVAL rather than ERANGE for mount parse errorsDavid Howells
2020-01-24NFS: allow deprecation of NFS UDP protocolOlga Kornievskaia
2020-01-15NFS: Add mount option 'softreval'Trond Myklebust
2020-01-15NFS: Attach supplementary error information to fs_context.Scott Mayhew
2020-01-15NFS: Additional refactoring for fs_context conversionScott Mayhew
2020-01-15NFS: Add fs_context support.David Howells
2020-01-15NFS: Convert mount option parsing to use functionality from fs_parser.hScott Mayhew
2020-01-15NFS: Do some tidying of the parsing codeDavid Howells
2020-01-15NFS: Add a small buffer in nfs_fs_context to avoid string dupDavid Howells
2020-01-15NFS: Deindent nfs_fs_context_parse_option()David Howells
2020-01-15NFS: Split nfs_parse_mount_options()David Howells
2020-01-15NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_contextDavid Howells
2020-01-15NFS: Constify mount argument match tablesDavid Howells
2020-01-15NFS: Move mount parameterisation bits into their own fileDavid Howells