summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC in case of backlog, hand free slots directly to waiting taskNeilBrown2021-05-201-7/+0
* sunrpc: Fix misplaced barrier in call_decodeBaptiste Lepers2021-05-011-6/+5
* SUNRPC: Move fault injection call sitesChuck Lever2021-04-141-1/+0
* SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()Trond Myklebust2020-12-021-4/+1
* SUNRPC: Clean up call_bind_status() observabilityChuck Lever2020-09-211-14/+6
* SUNRPC: Remove dprintk call site in call_decodeChuck Lever2020-09-211-2/+0
* SUNRPC: Trace call_refresh eventsChuck Lever2020-09-211-6/+3
* SUNRPC: Add trace_rpc_timeout_status()Chuck Lever2020-09-211-1/+1
* SUNRPC: Replace connect dprintk call sites with a tracepointChuck Lever2020-09-211-4/+0
* SUNRPC: Remove dprintk call site in call_start()Chuck Lever2020-09-211-4/+0
* SUNRPC: Remove the dprint_status() macroChuck Lever2020-09-211-30/+1
* SUNRPC: Hoist trace_xprtrdma_op_allocate into generic codeChuck Lever2020-09-211-2/+1
* SUNRPC dont update timeout value on connection resetOlga Kornievskaia2020-09-211-1/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-11/+11
* SUNRPC: Set SOFTCONN when destroying GSS contextsChuck Lever2020-06-111-5/+4
* SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFTChuck Lever2020-06-111-4/+3
* SUNRPC: rpc_call_null_helper() already sets RPC_TASK_NULLCREDSChuck Lever2020-06-111-2/+2
* SUNRPC: trace RPC client lifetime eventsChuck Lever2020-06-111-24/+15
* SUNRPC: Split the xdr_buf event classChuck Lever2020-06-111-2/+2
* SUNRPC: Add tracepoint to rpc_call_rpcerror()Chuck Lever2020-06-111-0/+1
* SUNRPC: 'Directory with parent 'rpc_clnt' already present!'J. Bruce Fields2020-05-141-1/+1
* SUNRPC: Signalled ASYNC tasks need to exitChuck Lever2020-05-111-0/+5
* SUNRPC: fix use-after-free in rpc_free_client_work()NeilBrown2020-05-101-1/+1
* SUNRPC: defer slow parts of rpc_free_client() to a workqueue.NeilBrown2020-04-281-4/+17
* SUNRPC: Remove unreachable error conditionXiyu Yang2020-04-211-2/+1
* Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-04-071-2/+6
|\
| * SUNRPC: Don't take a reference to the cred on synchronous tasksTrond Myklebust2020-03-161-0/+3
| * SUNRPC: Add a flag to avoid reference counts on credentialsTrond Myklebust2020-03-161-2/+3
* | svcrdma: Create a generic tracing class for displaying xdr_buf layoutChuck Lever2020-03-161-0/+1
|/
* SUNRPC: call_connect_status should handle -EPROTOChuck Lever2020-01-151-0/+1
* 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