aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-30SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()Trond Myklebust1-1/+3
2018-09-30SUNRPC: Clean up transport write space handlingTrond Myklebust1-18/+10
2018-09-30SUNRPC: Support for congestion control when queuing is enabledTrond Myklebust1-0/+5
2018-09-30SUNRPC: Move RPC retransmission stat counter to xprt_transmit()Trond Myklebust1-6/+0
2018-09-30SUNRPC: Don't reset the request 'bytes_sent' counter when releasing XPRT_LOCKTrond Myklebust1-4/+0
2018-09-30SUNRPC: Fix up the back channel transmitTrond Myklebust1-14/+5
2018-09-30SUNRPC: Refactor RPC call encodingTrond Myklebust1-32/+49
2018-09-30SUNRPC: Add a transmission queue for RPC requestsTrond Myklebust1-4/+2
2018-09-30SUNRPC: Minor cleanup for call_transmit()Trond Myklebust1-17/+15
2018-09-30SUNRPC: Refactor xprt_transmit() to remove wait for reply codeTrond Myklebust1-9/+1
2018-09-30SUNRPC: Refactor xprt_transmit() to remove the reply queue codeTrond Myklebust1-0/+5
2018-09-30SUNRPC: Avoid holding locks across the XDR encoding of the RPC messageTrond Myklebust1-3/+3
2018-09-30SUNRPC: Simplify identification of when the message send/receive is completeTrond Myklebust1-12/+7
2018-09-30SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust1-0/+3
2018-09-30SUNRPC: If there is no reply expected, bail early from call_decodeTrond Myklebust1-5/+8
2018-09-30SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust1-1/+0
2018-07-31sunrpc: whitespace fixesStephen Hemminger1-1/+1
2018-07-31NFSv4 client live hangs after live data migration recoveryBill Baker1-8/+20
2018-05-07SUNRPC: Initialize rpc_rqst outside of xprt->reserve_lockChuck Lever1-0/+1
2018-04-12Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+7
2018-04-10sunrpc: Add static trace point to report result of RPC pingChuck Lever1-0/+6
2018-04-10sunrpc: Simplify synopsis of some trace pointsChuck Lever1-1/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-3/+3
2018-01-14SUNRPC: Remove rpc_protocol()Chuck Lever1-16/+0
2017-11-30SUNRPC: Handle ENETDOWN errorsTrond Myklebust1-0/+5
2017-11-17sunrpc: Add rpc_request static trace pointChuck Lever1-2/+1
2017-11-17net: sunrpc: mark expected switch fall-throughsGustavo A. R. Silva1-0/+11
2017-09-06SUNRPC: remove some dead code.NeilBrown1-4/+0
2017-08-20SUNRPC: ECONNREFUSED should cause a rebind.NeilBrown1-0/+8
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-2/+4
2017-05-15sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig1-1/+2
2017-05-15sunrpc: properly type argument to kxdreproc_tChristoph Hellwig1-1/+2
2017-04-20sunrpc: don't check for failure from mempool_alloc()NeilBrown1-8/+0
2017-02-09NFSv4: Set the connection timeout to match the lease periodTrond Myklebust1-4/+6
2017-02-09SUNRPC: Allow changing of the TCP timeout parameters on the flyTrond Myklebust1-7/+23
2017-02-09SUNRPC: Remove unused function rpc_get_timeout()Trond Myklebust1-15/+0
2017-01-24SUNRPC: cleanup ida information when removing sunrpc moduleKinglong Mee1-0/+5
2016-12-01sunrpc: Don't engage exponential backoff when connection attempt is rejected.NeilBrown1-0/+2
2016-11-07SUNRPC: Fix suspicious RCU usageAnna Schumaker1-2/+5
2016-09-19SUNRPC: Separate buffer pointers for RPC Call and Reply messagesChuck Lever1-1/+1
2016-09-19SUNRPC: Generalize the RPC buffer allocation APIChuck Lever1-4/+8
2016-09-19SUNRPC: Refactor rpc_xdr_buf_init()Chuck Lever1-18/+6
2016-09-19SUNRPC: rpc_clnt_add_xprt setup function for NFS layerAndy Adamson1-0/+64
2016-09-19SUNRPC search xprt switch for sockaddrAndy Adamson1-0/+15
2016-09-19SUNRPC rpc_clnt_xprt_switch_add_xprtAndy Adamson1-0/+7
2016-09-19SUNRPC rpc_clnt_xprt_switch_putAndy Adamson1-0/+6
2016-09-19SUNRPC remove rpc_task_release_client from rpc_task_set_clientAndy Adamson1-1/+0
2016-09-19sunrpc: Remove unnecessary variableAmitoj Kaur Chawla1-2/+1
2016-08-24SUNRPC: Silence WARN_ON when NFSv4.1 over RDMA is in useChuck Lever1-2/+2