summaryrefslogtreecommitdiff
path: root/net/sunrpc/clnt.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-13SUNRPC: Handle low memory situations in call_status()Trond Myklebust1-0/+5
2022-04-13SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust1-0/+2
2022-04-08SUNRPC don't resend a task on an offlined transportOlga Kornievskaia1-1/+3
2022-02-16SUNRPC allow for unspecified transport time in rpc_clnt_add_xprtOlga Kornievskaia1-1/+4
2021-08-27SUNRPC enforce creation of no more than max_connect xprtsOlga Kornievskaia1-0/+9
2021-08-27SUNRPC keep track of number of transports to unique addressesOlga Kornievskaia1-1/+1
2021-08-09SUNRPC: Convert rpc_client refcount to use refcount_tTrond Myklebust1-12/+10
2021-08-09SUNRPC: Unset RPC_TASK_NO_RETRANS_TIMEOUT for NULL RPCsChuck Lever1-1/+14
2021-08-09SUNRPC: Refactor rpc_ping()Chuck Lever1-11/+13
2021-07-08sunrpc: remove an offlined xprt using sysfsOlga Kornievskaia1-0/+24
2021-07-08SUNRPC mark the first transportOlga Kornievskaia1-0/+1
2021-07-08sunrpc: add a symlink from rpc-client directory to the xprt_switchOlga Kornievskaia1-1/+1
2021-07-08sunrpc: Create per-rpc_clnt sysfs kobjectsOlga Kornievskaia1-0/+5
2021-05-20SUNRPC in case of backlog, hand free slots directly to waiting taskNeilBrown1-7/+0
2021-05-02sunrpc: Fix misplaced barrier in call_decodeBaptiste Lepers1-6/+5
2021-04-14SUNRPC: Move fault injection call sitesChuck Lever1-1/+0
2020-12-02SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()Trond Myklebust1-4/+1
2020-09-21SUNRPC: Clean up call_bind_status() observabilityChuck Lever1-14/+6
2020-09-21SUNRPC: Remove dprintk call site in call_decodeChuck Lever1-2/+0
2020-09-21SUNRPC: Trace call_refresh eventsChuck Lever1-6/+3
2020-09-21SUNRPC: Add trace_rpc_timeout_status()Chuck Lever1-1/+1
2020-09-21SUNRPC: Replace connect dprintk call sites with a tracepointChuck Lever1-4/+0
2020-09-21SUNRPC: Remove dprintk call site in call_start()Chuck Lever1-4/+0
2020-09-21SUNRPC: Remove the dprint_status() macroChuck Lever1-30/+1
2020-09-21SUNRPC: Hoist trace_xprtrdma_op_allocate into generic codeChuck Lever1-2/+1
2020-09-21SUNRPC dont update timeout value on connection resetOlga Kornievskaia1-1/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-11/+11
2020-06-11SUNRPC: Set SOFTCONN when destroying GSS contextsChuck Lever1-5/+4
2020-06-11SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFTChuck Lever1-4/+3
2020-06-11SUNRPC: rpc_call_null_helper() already sets RPC_TASK_NULLCREDSChuck Lever1-2/+2
2020-06-11SUNRPC: trace RPC client lifetime eventsChuck Lever1-24/+15
2020-06-11SUNRPC: Split the xdr_buf event classChuck Lever1-2/+2
2020-06-11SUNRPC: Add tracepoint to rpc_call_rpcerror()Chuck Lever1-0/+1
2020-05-14SUNRPC: 'Directory with parent 'rpc_clnt' already present!'J. Bruce Fields1-1/+1
2020-05-11SUNRPC: Signalled ASYNC tasks need to exitChuck Lever1-0/+5
2020-05-11SUNRPC: fix use-after-free in rpc_free_client_work()NeilBrown1-1/+1
2020-04-28SUNRPC: defer slow parts of rpc_free_client() to a workqueue.NeilBrown1-4/+17
2020-04-22SUNRPC: Remove unreachable error conditionXiyu Yang1-2/+1
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+6
2020-03-16svcrdma: Create a generic tracing class for displaying xdr_buf layoutChuck Lever1-0/+1
2020-03-16SUNRPC: Don't take a reference to the cred on synchronous tasksTrond Myklebust1-0/+3
2020-03-16SUNRPC: Add a flag to avoid reference counts on credentialsTrond Myklebust1-2/+3
2020-01-15SUNRPC: call_connect_status should handle -EPROTOChuck Lever1-0/+1
2019-11-18Merge tag 'nfs-rdma-for-5.5-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust1-12/+2
2019-11-04NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust1-1/+6
2019-10-24SUNRPC: Eliminate log noise in call_reserveresultChuck Lever1-12/+2
2019-09-26Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-7/+19
2019-09-20SUNRPC: Don't try to parse incomplete RPC messagesTrond Myklebust1-1/+13
2019-09-17SUNRPC: RPC level errors should always set task->tk_rpc_statusTrond Myklebust1-3/+3
2019-09-17SUNRPC: Dequeue the request from the receive queue while we're re-encodingTrond Myklebust1-3/+3