summaryrefslogtreecommitdiff
path: root/net/sunrpc/clnt.c
AgeCommit message (Expand)Author
2019-04-17SUNRPC: Ignore queue transmission errors on successful transmissionTrond Myklebust
2019-04-11Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"Trond Myklebust
2019-03-23SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connectedTrond Myklebust
2019-03-15SUNRPC: Remove redundant check for the reply length in call_decode()Trond Myklebust
2019-03-15SUNRPC: Handle the SYSTEM_ERR rpc errorTrond Myklebust
2019-03-15SUNRPC: rpc_decode_header() must always return a non-zero value on errorTrond Myklebust
2019-03-15SUNRPC: Fix the minimal size for reply buffer allocationTrond Myklebust
2019-03-10SUNRPC: Take the transport send lock before binding+connectingTrond Myklebust
2019-03-10SUNRPC: Micro-optimise when the task is known not to be sleepingTrond Myklebust
2019-03-10SUNRPC: Check whether the task was transmitted before rebind/reconnectTrond Myklebust
2019-03-09SUNRPC: Remove redundant calls to RPC_IS_QUEUED()Trond Myklebust
2019-03-09SUNRPC: Clean upTrond Myklebust
2019-03-07SUNRPC: Respect RPC call timeouts when retrying transmissionTrond Myklebust
2019-03-07SUNRPC: Fix up RPC back channel transmissionTrond Myklebust
2019-03-07SUNRPC: Prevent thundering herd when the socket is not connectedTrond Myklebust
2019-02-14SUNRPC: Use au_rslack when computing reply buffer sizeChuck Lever
2019-02-14SUNRPC: Add rpc_auth::au_ralign fieldChuck Lever
2019-02-14NFS: Account for XDR pad of buf->pagesChuck Lever
2019-02-14SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever
2019-02-14SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever
2019-02-13SUNRPC: Clean up rpc_verify_header()Chuck Lever
2019-02-13SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever
2019-02-13SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever
2019-01-15SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limitTrond Myklebust
2019-01-15SUNRPC: Ensure rq_bytes_sent is reset before request transmissionTrond Myklebust
2019-01-02sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan
2018-12-19NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown
2018-12-19SUNRPC: add side channel to use non-generic cred for rpc call.NeilBrown
2018-12-19SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_noneNeilBrown
2018-12-19NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown
2018-12-18SUNRPC: Fix disconnection racesTrond Myklebust
2018-12-02SUNRPC: Fix a memory leak in call_encode()Trond Myklebust
2018-12-02SUNRPC: call_connect_status() must handle tasks that got transmittedTrond Myklebust
2018-09-30SUNRPC: Add a bvec array to struct xdr_buf for use with iovec_iter()Trond Myklebust
2018-09-30SUNRPC: Clean up transport write space handlingTrond Myklebust
2018-09-30SUNRPC: Support for congestion control when queuing is enabledTrond Myklebust
2018-09-30SUNRPC: Move RPC retransmission stat counter to xprt_transmit()Trond Myklebust
2018-09-30SUNRPC: Don't reset the request 'bytes_sent' counter when releasing XPRT_LOCKTrond Myklebust
2018-09-30SUNRPC: Fix up the back channel transmitTrond Myklebust
2018-09-30SUNRPC: Refactor RPC call encodingTrond Myklebust
2018-09-30SUNRPC: Add a transmission queue for RPC requestsTrond Myklebust
2018-09-30SUNRPC: Minor cleanup for call_transmit()Trond Myklebust
2018-09-30SUNRPC: Refactor xprt_transmit() to remove wait for reply codeTrond Myklebust
2018-09-30SUNRPC: Refactor xprt_transmit() to remove the reply queue codeTrond Myklebust
2018-09-30SUNRPC: Avoid holding locks across the XDR encoding of the RPC messageTrond Myklebust
2018-09-30SUNRPC: Simplify identification of when the message send/receive is completeTrond Myklebust
2018-09-30SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust
2018-09-30SUNRPC: If there is no reply expected, bail early from call_decodeTrond Myklebust
2018-09-30SUNRPC: Clean up initialisation of the struct rpc_rqstTrond Myklebust
2018-07-31sunrpc: whitespace fixesStephen Hemminger