aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/client.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-25nfs: add minor version to nfs_server_key for fscacheGravatar Scott Mayhew 1-0/+1
2020-01-24NFS: allow deprecation of NFS UDP protocolGravatar Olga Kornievskaia 1-0/+4
2020-01-15NFS: Additional refactoring for fs_context conversionGravatar Scott Mayhew 1-11/+11
2020-01-15NFS: rename nfs_fs_context pointer arg in a few functionsGravatar Scott Mayhew 1-31/+31
2020-01-15NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_contextGravatar David Howells 1-33/+33
2020-01-15nfs: don't pass nfs_subversion to ->create_server()Gravatar Al Viro 1-2/+2
2019-11-03NFSv4.1: Don't rebind to the same source port when reconnecting to the serverGravatar Trond Myklebust 1-0/+3
2019-11-03NFS/pnfs: Separate NFSv3 DS and MDS trafficGravatar Trond Myklebust 1-0/+6
2019-11-03NFS: Add a flag to tell nfs_client to set RPC_CLNT_CREATE_NOPINGGravatar Trond Myklebust 1-0/+2
2019-07-06NFS: Cleanup if nfs_match_client is interruptedGravatar Benjamin Coddington 1-2/+2
2019-07-06Merge branch 'multipath_tcp'Gravatar Trond Myklebust 1-0/+3
2019-07-06NFS: Allow multiple connections to a NFSv2 or NFSv3 serverGravatar Trond Myklebust 1-0/+1
2019-07-06NFSv4: Allow multiple connections to NFSv4.x (x>0) serversGravatar Trond Myklebust 1-0/+2
2019-07-06NFS: Add sysfs support for per-container identifierGravatar Trond Myklebust 1-0/+4
2019-07-06NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_initGravatar Trond Myklebust 1-2/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-15Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-0/+1
2019-05-09NFS: Fix a double unlock from nfs_match,get_clientGravatar Benjamin Coddington 1-1/+1
2019-05-07NFS: make nfs_match_client killableGravatar Roberto Bergantinos Corpas 1-1/+6
2019-04-26NFS: Store the credential of the mount process in the nfs_serverGravatar Trond Myklebust 1-1/+7
2019-04-26SUNRPC: Cache cred of process creating the rpc_clientGravatar Trond Myklebust 1-0/+1
2019-04-25NFS: Add a mount option "softerr" to allow clients to see ETIMEDOUT errorsGravatar Trond Myklebust 1-0/+2
2019-04-24lockd: Pass the user cred from knfsd when starting the lockd serverGravatar Trond Myklebust 1-0/+1
2019-03-23NFS: Fix a typo in nfs_init_timeout_values()Gravatar Trond Myklebust 1-1/+1
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().Gravatar NeilBrown 1-9/+2
2018-12-19NFSv4: add cl_root_cred for use when machine cred is not available.Gravatar NeilBrown 1-0/+2
2018-08-09NFS add support for asynchronous COPYGravatar Olga Kornievskaia 1-0/+1
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-1/+2
2018-06-04NFS: Pass the inode down to the getattr() callbackGravatar Trond Myklebust 1-1/+2
2018-05-16proc: introduce proc_create_net{,_data}Gravatar Christoph Hellwig 1-39/+4
2017-12-15nfs: fix a deadlock in nfs client initializationGravatar Scott Mayhew 1-0/+11
2017-11-17fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_tGravatar Elena Reshetova 1-5/+5
2017-10-01NFS: Fix uninitialized rpc_wait_queueGravatar Benjamin Coddington 1-1/+1
2017-07-19mount: copy the port field into the cloned nfs_server structure.Gravatar Steve Dickson 1-0/+1
2017-05-10Merge tag 'nfs-for-4.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-55/+12
2017-04-21lockd: Introduce nlmclnt_operationsGravatar Benjamin Coddington 1-0/+1
2017-04-21NFS: Add an iocounter wait function for async RPC tasksGravatar Benjamin Coddington 1-0/+1
2017-04-20nfs: Convert to separately allocated bdiGravatar Jan Kara 1-10/+0
2017-04-20NFS: Clean up extra dprintk()s in client.cGravatar Anna Schumaker 1-42/+3
2017-04-20NFS: Clean up nfs_init_client()Gravatar Anna Schumaker 1-13/+7
2017-03-17pNFS: return status from nfs4_pnfs_ds_connectGravatar Weston Andros Adamson 1-1/+24
2016-12-01NFS: Remove unused authflavour parameter from nfs_get_client()Gravatar Anna Schumaker 1-4/+2
2016-11-07NFS: Ignore connections that have cl_rpcclient uninitializedGravatar Petr Vandrovec 1-1/+2
2016-10-04fs: nfs: Make nfs boot time y2038 safeGravatar Deepa Dinamani 1-1/+1
2016-09-19pnfs: add a new mechanism to select a layout driver according to an ordered listGravatar Jeff Layton 1-0/+1
2016-09-19NFS add xprt switch addrs test to match clientGravatar Andy Adamson 1-1/+4
2016-09-19pnfs: track multiple layout types in fsinfo structureGravatar Jeff Layton 1-1/+1
2016-08-16NFS: Allow the mount option retrans=0Gravatar Trond Myklebust 1-5/+5
2016-07-30Merge tag 'nfs-for-4.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-12/+10
2016-06-30NFS: Fix an Oops in the pNFS files and flexfiles connection setup to the DSGravatar Trond Myklebust 1-12/+10