summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestTrond Myklebust2019-07-181-2/+1Star
* SUNRPC: Fix up backchannel slot table accountingTrond Myklebust2019-07-181-0/+13
* SUNRPC: Fix transport accounting when caller specifies an rpc_xprtTrond Myklebust2019-07-121-22/+20Star
* NFS: send state management on a single connection.NeilBrown2019-07-061-1/+23
* SUNRPC: Allow creation of RPC clients with multiple connectionsTrond Myklebust2019-07-061-1/+16
* SUNRPC: Add basic load balancing to the transport switchTrond Myklebust2019-07-061-3/+37
* SUNRPC: Fix a credential refcount leakTrond Myklebust2019-06-211-1/+0Star
* net :sunrpc :clnt :Fix xps refcount imbalance on the error pathLin Yi2019-06-211-0/+1
* SUNRPC: Fix a use after free when a server rejects the RPCSEC_GSS credentialTrond Myklebust2019-05-301-14/+14
* SUNRPC fix regression in umount of a secure mountOlga Kornievskaia2019-05-301-1/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* SUNRPC: task should be exit if encode return EKEYEXPIRED more timesZhangXiaoxu2019-05-091-1/+8
* SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust2019-04-261-0/+7
* SUNRPC: Add the 'softerr' rpc_client flagTrond Myklebust2019-04-251-1/+7
* SUNRPC: Ensure to ratelimit the "server not responding" syslog messagesTrond Myklebust2019-04-251-5/+7
* SUNRPC: Make "no retrans timeout" soft tasks behave like softconn for timeoutsTrond Myklebust2019-04-251-0/+9
* SUNRPC: Add tracking of RPC level errorsTrond Myklebust2019-04-251-13/+27
* SUNRPC: Fix up tracking of timeoutsTrond Myklebust2019-04-251-1/+1
* SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust2019-04-251-1/+0Star
* SUNRPC: Refactor rpc_restart_call/rpc_restart_call_prepareTrond Myklebust2019-04-251-13/+17
* SUNRPC: Fix up task signallingTrond Myklebust2019-04-251-12/+2Star
* 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/+8Star
* 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/+0Star
* 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/+7Star
* 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/+0Star
* SUNRPC: Clean upTrond Myklebust2019-03-091-33/+14Star
* 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/+96Star
* 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/+0Star
* 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/+0Star
* 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/+6Star