summaryrefslogtreecommitdiff
path: root/fs/nfs/fs_context.c
AgeCommit message (Expand)Author
2023-06-19NFS: Add an "xprtsec=" NFS mount optionChuck Lever
2023-06-19NFS: Improvements for fs_context-related tracepointsChuck Lever
2022-12-06nfs: fix possible null-ptr-deref when parsing paramHawkins Jiawei
2022-10-27NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook
2022-07-23NFS: Replace fs_context-related dprintk() call sites with tracepointsChuck Lever
2022-07-12nfs: fix port value parsingIan Kent
2022-05-09nfs: fix broken handling of the softreval mount optionDan Aloni
2022-03-21NFSv4.1 provide mount option to toggle trunking discoveryOlga Kornievskaia
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-08-27NFSv4 introduce max_connect mount optionsOlga Kornievskaia
2021-05-07Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2021-04-05NFS: Fix up the support for CONFIG_NFS_DISABLE_UDP_SUPPORTTrond Myklebust
2021-04-05NFS: fs_context: validate UDP retrans to prevent shift out-of-boundsRandy Dunlap
2021-03-22nfs: account for selinux security context when deciding to share superblockOlga Kornievskaia
2021-02-16NFS: Set the stable writes flag when initialising the super blockTrond Myklebust
2021-02-16NFS: Add mount options supporting eager writesTrond Myklebust
2020-12-02NFS: Switch mount code to use xprt_find_transport_ident()Trond Myklebust
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