aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
Commit message (Expand)AuthorAge
* Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-09-26
|\
| * SUNRPC: Don't try to parse incomplete RPC messagesTrond Myklebust2019-09-20
| * SUNRPC: RPC level errors should always set task->tk_rpc_statusTrond Myklebust2019-09-17
| * SUNRPC: Dequeue the request from the receive queue while we're re-encodingTrond Myklebust2019-09-17
* | SUNRPC: Handle connection breakages correctly in call_status()Trond Myklebust2019-08-26
* | SUNRPC: Handle EADDRINUSE and ENOBUFS correctlyTrond Myklebust2019-08-26
* | SUNRPC: Don't handle errors if the bind/connect succeededTrond Myklebust2019-08-26
|/
* SUNRPC: Ensure the bvecs are reset when we re-encode the RPC requestTrond Myklebust2019-07-18
* SUNRPC: Fix up backchannel slot table accountingTrond Myklebust2019-07-18
* SUNRPC: Fix transport accounting when caller specifies an rpc_xprtTrond Myklebust2019-07-12
* NFS: send state management on a single connection.NeilBrown2019-07-06
* SUNRPC: Allow creation of RPC clients with multiple connectionsTrond Myklebust2019-07-06
* SUNRPC: Add basic load balancing to the transport switchTrond Myklebust2019-07-06
* SUNRPC: Fix a credential refcount leakTrond Myklebust2019-06-21
* net :sunrpc :clnt :Fix xps refcount imbalance on the error pathLin Yi2019-06-21
* SUNRPC: Fix a use after free when a server rejects the RPCSEC_GSS credentialTrond Myklebust2019-05-30
* SUNRPC fix regression in umount of a secure mountOlga Kornievskaia2019-05-30
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
* SUNRPC: task should be exit if encode return EKEYEXPIRED more timesZhangXiaoxu2019-05-09
* SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust2019-04-26
* SUNRPC: Add the 'softerr' rpc_client flagTrond Myklebust2019-04-25
* SUNRPC: Ensure to ratelimit the "server not responding" syslog messagesTrond Myklebust2019-04-25
* SUNRPC: Make "no retrans timeout" soft tasks behave like softconn for timeoutsTrond Myklebust2019-04-25
* SUNRPC: Add tracking of RPC level errorsTrond Myklebust2019-04-25
* SUNRPC: Fix up tracking of timeoutsTrond Myklebust2019-04-25
* SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust2019-04-25
* SUNRPC: Refactor rpc_restart_call/rpc_restart_call_prepareTrond Myklebust2019-04-25
* SUNRPC: Fix up task signallingTrond Myklebust2019-04-25
* SUNRPC: Ignore queue transmission errors on successful transmissionTrond Myklebust2019-04-17
* Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"Trond Myklebust2019-04-11
* SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connectedTrond Myklebust2019-03-23
* SUNRPC: Remove redundant check for the reply length in call_decode()Trond Myklebust2019-03-15
* SUNRPC: Handle the SYSTEM_ERR rpc errorTrond Myklebust2019-03-15
* SUNRPC: rpc_decode_header() must always return a non-zero value on errorTrond Myklebust2019-03-15
* SUNRPC: Fix the minimal size for reply buffer allocationTrond Myklebust2019-03-15
* SUNRPC: Take the transport send lock before binding+connectingTrond Myklebust2019-03-10
* SUNRPC: Micro-optimise when the task is known not to be sleepingTrond Myklebust2019-03-10
* SUNRPC: Check whether the task was transmitted before rebind/reconnectTrond Myklebust2019-03-10
* SUNRPC: Remove redundant calls to RPC_IS_QUEUED()Trond Myklebust2019-03-09
* SUNRPC: Clean upTrond Myklebust2019-03-09
* SUNRPC: Respect RPC call timeouts when retrying transmissionTrond Myklebust2019-03-07
* SUNRPC: Fix up RPC back channel transmissionTrond Myklebust2019-03-07
* SUNRPC: Prevent thundering herd when the socket is not connectedTrond Myklebust2019-03-07
* SUNRPC: Use au_rslack when computing reply buffer sizeChuck Lever2019-02-14
* SUNRPC: Add rpc_auth::au_ralign fieldChuck Lever2019-02-14
* NFS: Account for XDR pad of buf->pagesChuck Lever2019-02-14
* SUNRPC: Introduce rpc_prepare_reply_pages()Chuck Lever2019-02-14
* SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever2019-02-14
* SUNRPC: Clean up rpc_verify_header()Chuck Lever2019-02-13
* SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever2019-02-13