summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
Commit message (Expand)AuthorAgeFilesLines
...
* SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust2022-04-071-0/+2
* SUNRPC: handle malloc failure in ->request_prepareNeilBrown2022-03-291-3/+3
* SUNRPC don't resend a task on an offlined transportOlga Kornievskaia2022-03-241-1/+3
* NFSv4: keep state manager thread active if swap is enabledNeilBrown2022-03-131-0/+2
* SUNRPC: improve 'swap' handling: scheduling and PF_MEMALLOCNeilBrown2022-03-131-2/+0
* SUNRPC/auth: async tasks mustn't block waiting for memoryNeilBrown2022-03-131-0/+3
* SUNRPC: Convert GFP_NOFS to GFP_KERNELTrond Myklebust2022-02-251-1/+1
* SUNRPC allow for unspecified transport time in rpc_clnt_add_xprtOlga Kornievskaia2022-01-131-1/+4
* sunrpc: remove unnecessary test in rpc_task_set_client()Thiago Rafael Becker2021-10-201-18/+15
* SUNRPC enforce creation of no more than max_connect xprtsOlga Kornievskaia2021-08-271-0/+9
* SUNRPC keep track of number of transports to unique addressesOlga Kornievskaia2021-08-271-1/+1
* SUNRPC: Convert rpc_client refcount to use refcount_tTrond Myklebust2021-08-091-12/+10
* SUNRPC: Unset RPC_TASK_NO_RETRANS_TIMEOUT for NULL RPCsChuck Lever2021-08-091-1/+14
* SUNRPC: Refactor rpc_ping()Chuck Lever2021-08-091-11/+13
* sunrpc: remove an offlined xprt using sysfsOlga Kornievskaia2021-07-081-0/+24
* SUNRPC mark the first transportOlga Kornievskaia2021-07-081-0/+1
* sunrpc: add a symlink from rpc-client directory to the xprt_switchOlga Kornievskaia2021-07-081-1/+1
* sunrpc: Create per-rpc_clnt sysfs kobjectsOlga Kornievskaia2021-07-081-0/+5
* 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