aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/clnt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-14SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever1-0/+3
2019-01-02sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan1-2/+2
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown1-0/+1
2018-07-31NFSv4 client live hangs after live data migration recoveryBill Baker1-0/+1
2018-04-10xprtrdma: "Support" call-only RPCsChuck Lever1-0/+7
2018-01-14SUNRPC: Remove rpc_protocol()Chuck Lever1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig1-2/+2
2017-05-15sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig1-1/+1
2017-02-09NFSv4: Set the connection timeout to match the lease periodTrond Myklebust1-2/+3
2017-02-09SUNRPC: Remove unused function rpc_get_timeout()Trond Myklebust1-1/+0
2017-01-24SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee1-0/+1
2016-09-19SUNRPC: rpc_clnt_add_xprt setup function for NFS layerAndy Adamson1-0/+12
2016-09-19SUNRPC search xprt switch for sockaddrAndy Adamson1-0/+2
2016-09-19SUNRPC rpc_clnt_xprt_switch_add_xprtAndy Adamson1-0/+1
2016-09-19SUNRPC rpc_clnt_xprt_switch_putAndy Adamson1-0/+2
2016-08-05NFSv4: Cap the transport reconnection timer at 1/2 lease periodTrond Myklebust1-0/+2
2016-06-15nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields1-2/+0
2016-05-17sunrpc: Advertise maximum backchannel payload sizeChuck Lever1-0/+1
2016-02-05SUNRPC: Allow addition of new transports to a struct rpc_clntTrond Myklebust1-0/+11
2016-02-05SUNRPC: Add a helper to apply a function to all the rpc_clnt's transportsTrond Myklebust1-0/+4
2016-02-05SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust1-0/+2
2016-01-31SUNRPC: Remove unused function rpc_task_reset_clientTrond Myklebust1-1/+0
2015-06-10sunrpc: keep a count of swapfiles associated with the rpc_clntJeff Layton1-0/+1
2015-02-03SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust1-1/+2
2014-11-27sunrpc: add debugfs file for displaying client rpc_task queueJeff Layton1-0/+4
2014-03-30SUNRPC: New helper for creating client with rpc_xprtKinglong Mee1-0/+2
2013-10-28SUNRPC: Add a helper to switch the transport of an rpc_clntTrond Myklebust1-0/+4
2013-10-01SUNRPC: Add RPC task and client level options to disable the resend timeoutTrond Myklebust1-0/+2
2013-09-05SUNRPC: Add an identifier for struct rpc_clntTrond Myklebust1-0/+1
2013-09-01SUNRPC: Remove the rpc_client->cl_dentryTrond Myklebust1-1/+0
2013-08-30SUNRPC: Add a framework to clean up management of rpc_pipefs directoriesTrond Myklebust1-0/+2
2013-08-30SUNRPC: Replace clnt->cl_principalTrond Myklebust1-1/+0
2013-08-30SUNRPC: Remove unused struct rpc_clnt field cl_protnameTrond Myklebust1-1/+0
2013-04-26SUNRPC: allow disabling idle timeoutJ. Bruce Fields1-0/+1
2013-04-14SUNRPC: Allow rpc_create() to request that TCP slots be unlimitedTrond Myklebust1-0/+1
2013-03-02Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2013-02-28SUNRPC: add call to get configured timeoutWeston Andros Adamson1-0/+1
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.hJeff Layton1-155/+0
2013-02-05sunrpc: copy scope ID in __rpc_copy_addr6Jeff Layton1-0/+1
2013-02-04nfsd: fix IPv6 address handling in the DRCJeff Layton1-1/+3
2012-10-01SUNRPC: Introduce rpc_clone_client_set_auth()Chuck Lever1-0/+2
2012-03-02SUNRPC: Add API to acquire source addressChuck Lever1-0/+1
2012-03-02SUNRPC: Move clnt->cl_server into struct rpc_xprtTrond Myklebust1-1/+0
2012-03-02SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt fieldTrond Myklebust1-1/+3
2012-01-31SUNRPC: constify the rpc_programTrond Myklebust1-4/+4
2012-01-31SUNRPC: constify rpc_program->nameTrond Myklebust1-2/+2
2012-01-31SUNRPC: constify rpc_clnt fields cl_server and cl_protnameTrond Myklebust1-5/+4
2012-01-31SUNRPC: parametrize rpc_uaddr2sockaddr() by network contextStanislav Kinsbursky1-1/+1
2012-01-31SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky1-1/+1