aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Ignore queue transmission errors on successful transmissionTrond Myklebust2019-04-171-2/+5
* Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"Trond Myklebust2019-04-111-37/+8
* SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connectedTrond Myklebust2019-03-231-1/+11
* SUNRPC: Remove redundant check for the reply length in call_decode()Trond Myklebust2019-03-151-4/+0
* SUNRPC: Handle the SYSTEM_ERR rpc errorTrond Myklebust2019-03-151-0/+1
* SUNRPC: rpc_decode_header() must always return a non-zero value on errorTrond Myklebust2019-03-151-13/+7
* SUNRPC: Fix the minimal size for reply buffer allocationTrond Myklebust2019-03-151-1/+6
* SUNRPC: Take the transport send lock before binding+connectingTrond Myklebust2019-03-101-1/+8
* SUNRPC: Micro-optimise when the task is known not to be sleepingTrond Myklebust2019-03-101-34/+65
* SUNRPC: Check whether the task was transmitted before rebind/reconnectTrond Myklebust2019-03-101-4/+40
* SUNRPC: Remove redundant calls to RPC_IS_QUEUED()Trond Myklebust2019-03-091-3/+0
* SUNRPC: Clean upTrond Myklebust2019-03-091-33/+14
* SUNRPC: Respect RPC call timeouts when retrying transmissionTrond Myklebust2019-03-071-18/+24
* SUNRPC: Fix up RPC back channel transmissionTrond Myklebust2019-03-071-28/+33
* SUNRPC: Prevent thundering herd when the socket is not connectedTrond Myklebust2019-03-071-4/+17
* SUNRPC: Use au_rslack when computing reply buffer sizeChuck Lever2019-02-141-3/+4
* SUNRPC: Add rpc_auth::au_ralign fieldChuck Lever2019-02-141-1/+1
* NFS: Account for XDR pad of buf->pagesChuck Lever2019-02-141-1/+5
* SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever2019-02-141-0/+19
* SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever2019-02-141-43/+45
* SUNRPC: Clean up rpc_verify_header()Chuck Lever2019-02-131-127/+96
* SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever2019-02-131-31/+35
* SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever2019-02-131-1/+0
* SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limitTrond Myklebust2019-01-151-7/+12
* SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust2019-01-151-1/+0
* sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan2019-01-021-0/+3
* NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-191-2/+2
* SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown2018-12-191-1/+1
* SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneNeilBrown2018-12-191-13/+6
* NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown2018-12-191-0/+1
* SUNRPC: Fix disconnection racesTrond Myklebust2018-12-181-0/+1
* SUNRPC: Fix a memory leak in call_encode()Trond Myklebust2018-12-021-0/+1
* SUNRPC: call_connect_status() must handle tasks that got transmittedTrond Myklebust2018-12-021-0/+7
* SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()Trond Myklebust2018-09-301-1/+3
* SUNRPC: Clean up transport write space handlingTrond Myklebust2018-09-301-18/+10
* SUNRPC: Support for congestion control when queuing is enabledTrond Myklebust2018-09-301-0/+5
* SUNRPC: Move RPC retransmission stat counter to xprt_transmit()Trond Myklebust2018-09-301-6/+0
* SUNRPC: Don't reset the request 'bytes_sent' counter when releasing XPRT_LOCKTrond Myklebust2018-09-301-4/+0
* SUNRPC: Fix up the back channel transmitTrond Myklebust2018-09-301-14/+5
* SUNRPC: Refactor RPC call encodingTrond Myklebust2018-09-301-32/+49
* SUNRPC: Add a transmission queue for RPC requestsTrond Myklebust2018-09-301-4/+2
* SUNRPC: Minor cleanup for call_transmit()Trond Myklebust2018-09-301-17/+15
* SUNRPC: Refactor xprt_transmit() to remove wait for reply codeTrond Myklebust2018-09-301-9/+1
* SUNRPC: Refactor xprt_transmit() to remove the reply queue codeTrond Myklebust2018-09-301-0/+5
* SUNRPC: Avoid holding locks across the XDR encoding of the RPC messageTrond Myklebust2018-09-301-3/+3
* SUNRPC: Simplify identification of when the message send/receive is completeTrond Myklebust2018-09-301-12/+7
* SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust2018-09-301-0/+3
* SUNRPC: If there is no reply expected, bail early from call_decodeTrond Myklebust2018-09-301-5/+8
* SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust2018-09-301-1/+0
* sunrpc: whitespace fixesStephen Hemminger2018-07-311-1/+1