aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/clnt.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-31sunrpc: whitespace fixesGravatar Stephen Hemminger 1-1/+1
2018-07-31NFSv4 client live hangs after live data migration recoveryGravatar Bill Baker 1-8/+20
2018-05-07SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lockGravatar Chuck Lever 1-0/+1
2018-04-12Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-1/+7
2018-04-10sunrpc: Add static trace point to report result of RPC pingGravatar Chuck Lever 1-0/+6
2018-04-10sunrpc: Simplify synopsis of some trace pointsGravatar Chuck Lever 1-1/+1
2018-02-12net: make getname() functions return length rather than use int* parameterGravatar Denys Vlasenko 1-3/+3
2018-01-14SUNRPC: Remove rpc_protocol()Gravatar Chuck Lever 1-16/+0
2017-11-30SUNRPC: Handle ENETDOWN errorsGravatar Trond Myklebust 1-0/+5
2017-11-17sunrpc: Add rpc_request static trace pointGravatar Chuck Lever 1-2/+1
2017-11-17net: sunrpc: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+11
2017-09-06SUNRPC: remove some dead code.Gravatar NeilBrown 1-4/+0
2017-08-20SUNRPC: ECONNREFUSED should cause a rebind.Gravatar NeilBrown 1-0/+8
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constGravatar Christoph Hellwig 1-2/+2
2017-05-15sunrpc: move p_count out of struct rpc_procinfoGravatar Christoph Hellwig 1-2/+4
2017-05-15sunrpc: properly type argument to kxdrdproc_tGravatar Christoph Hellwig 1-1/+2
2017-05-15sunrpc: properly type argument to kxdreproc_tGravatar Christoph Hellwig 1-1/+2
2017-04-20sunrpc: don't check for failure from mempool_alloc()Gravatar NeilBrown 1-8/+0
2017-02-09NFSv4: Set the connection timeout to match the lease periodGravatar Trond Myklebust 1-4/+6
2017-02-09SUNRPC: Allow changing of the TCP timeout parameters on the flyGravatar Trond Myklebust 1-7/+23
2017-02-09SUNRPC: Remove unused function rpc_get_timeout()Gravatar Trond Myklebust 1-15/+0
2017-01-24SUNRPC: cleanup ida information when removing sunrpc moduleGravatar Kinglong Mee 1-0/+5
2016-12-01sunrpc: Don't engage exponential backoff when connection attempt is rejected.Gravatar NeilBrown 1-0/+2
2016-11-07SUNRPC: Fix suspicious RCU usageGravatar Anna Schumaker 1-2/+5
2016-09-19SUNRPC: Separate buffer pointers for RPC Call and Reply messagesGravatar Chuck Lever 1-1/+1
2016-09-19SUNRPC: Generalize the RPC buffer allocation APIGravatar Chuck Lever 1-4/+8
2016-09-19SUNRPC: Refactor rpc_xdr_buf_init()Gravatar Chuck Lever 1-18/+6
2016-09-19SUNRPC: rpc_clnt_add_xprt setup function for NFS layerGravatar Andy Adamson 1-0/+64
2016-09-19SUNRPC search xprt switch for sockaddrGravatar Andy Adamson 1-0/+15
2016-09-19SUNRPC rpc_clnt_xprt_switch_add_xprtGravatar Andy Adamson 1-0/+7
2016-09-19SUNRPC rpc_clnt_xprt_switch_putGravatar Andy Adamson 1-0/+6
2016-09-19SUNRPC remove rpc_task_release_client from rpc_task_set_clientGravatar Andy Adamson 1-1/+0
2016-09-19sunrpc: Remove unnecessary variableGravatar Amitoj Kaur Chawla 1-2/+1
2016-08-24SUNRPC: Silence WARN_ON when NFSv4.1 over RDMA is in useGravatar Chuck Lever 1-2/+2
2016-08-05NFSv4: Cap the transport reconnection timer at 1/2 lease periodGravatar Trond Myklebust 1-0/+21
2016-08-05SUNRPC: Limit the reconnect backoff timer to the max RPC message timeoutGravatar Trond Myklebust 1-0/+3
2016-07-24Merge branch 'sunrpc'Gravatar Trond Myklebust 1-1/+1
2016-07-24SUNRPC: Fix a compiler warning in fs/nfs/clnt.cGravatar Trond Myklebust 1-1/+1
2016-06-15rpc: share one xps between all backchannelsGravatar J. Bruce Fields 1-4/+14
2016-06-15nfsd4/rpc: move backchannel create logic into rpc codeGravatar J. Bruce Fields 1-2/+10
2016-06-15SUNRPC: fix xprt leak on xps allocation failureGravatar J. Bruce Fields 1-2/+3
2016-05-17sunrpc: Advertise maximum backchannel payload sizeGravatar Chuck Lever 1-0/+17
2016-02-05SUNRPC: Allow addition of new transports to a struct rpc_clntGravatar Trond Myklebust 1-2/+131
2016-02-05SUNRPC: Make NFS swap work with multipathGravatar Trond Myklebust 1-42/+24
2016-02-05SUNRPC: Add a helper to apply a function to all the rpc_clnt's transportsGravatar Trond Myklebust 1-0/+51
2016-02-05SUNRPC: Use the multipath iterator to assign a transport to each taskGravatar Trond Myklebust 1-18/+20
2016-02-05SUNRPC: Make rpc_clnt store the multipath iteratorsGravatar Trond Myklebust 1-3/+29
2016-01-31SUNRPC: Remove unused function rpc_task_reset_clientGravatar Trond Myklebust 1-8/+0
2015-12-30SUNRPC: Fix a missing break in rpc_anyaddr()Gravatar Trond Myklebust 1-0/+1
2015-07-03SUNRPC: Don't reencode message if transmission failed with ENOBUFSGravatar Trond Myklebust 1-2/+3