summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-rdma-for-5.5-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-11-181-12/+2
|\
| * SUNRPC: Eliminate log noise in call_reserveresultChuck Lever2019-10-241-12/+2
* | NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust2019-11-031-1/+6
|/
* Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-09-261-7/+19
|\
| * SUNRPC: Don't try to parse incomplete RPC messagesTrond Myklebust2019-09-201-1/+13
| * SUNRPC: RPC level errors should always set task->tk_rpc_statusTrond Myklebust2019-09-171-3/+3
| * SUNRPC: Dequeue the request from the receive queue while we're re-encodingTrond Myklebust2019-09-171-3/+3
* | SUNRPC: Handle connection breakages correctly in call_status()Trond Myklebust2019-08-261-1/+1
* | SUNRPC: Handle EADDRINUSE and ENOBUFS correctlyTrond Myklebust2019-08-261-3/+7
* | SUNRPC: Don't handle errors if the bind/connect succeededTrond Myklebust2019-08-261-11/+24
|/
* SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestTrond Myklebust2019-07-181-2/+1
* 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/+20
* 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/+0
* 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/+0
* SUNRPC: Refactor rpc_restart_call/rpc_restart_call_prepareTrond Myklebust2019-04-251-13/+17
* SUNRPC: Fix up task signallingTrond Myklebust2019-04-251-12/+2
* 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