summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: add sysfs shutdown knobBenjamin Coddington2023-06-191-0/+5
* SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavorChuck Lever2023-06-191-0/+3
* SUNRPC: Trace the rpc_create_argsChuck Lever2023-06-191-1/+1
* SUNRPC: Plumb an API for setting transport layer securityChuck Lever2023-06-191-0/+4
* SUNRPC: support abstract unix socket addressesNeilBrown2023-06-191-2/+6
* SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo2023-04-191-3/+0
* NFS: fix disabling of swapNeilBrown2023-02-151-0/+2
* SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo2022-12-061-1/+1
* SUNRPC: Add API to force the client to disconnectTrond Myklebust2022-10-061-0/+14
* SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC callsTrond Myklebust2022-10-061-0/+37
* SUNRPC: Fix races with rpc_killall_tasks()Trond Myklebust2022-10-061-4/+2
* SUNRPC: Directly use ida_alloc()/free()Bo Liu2022-10-031-2/+2
* Revert "SUNRPC: Remove unreachable error condition"Dan Aloni2022-09-081-0/+3
* SUNRPC: RPC level errors should set task->tk_rpc_statusTrond Myklebust2022-08-191-1/+1
* SUNRPC: Don't reuse bvec on retransmission of the requestTrond Myklebust2022-07-271-1/+0
* SUNRPC create a function that probes only offline transportsOlga Kornievskaia2022-07-251-0/+65
* SUNRPC restructure rpc_clnt_setup_test_and_add_xprtOlga Kornievskaia2022-07-251-21/+31
* SUNRPC create an rpc function that allows xprt removal from rpc_clntOlga Kornievskaia2022-07-251-1/+15
* SUNRPC enable back offline transports in trunking discoveryOlga Kornievskaia2022-07-251-0/+14
* SUNRPC create an iterator to list only OFFLINE xprtsOlga Kornievskaia2022-07-251-2/+9
* SUNRPC add function to offline remove trunkable transportsOlga Kornievskaia2022-07-251-0/+46
* SUNRPC: Fail faster on bad verifierChuck Lever2022-07-231-1/+1
* sunrpc: set cl_max_connect when cloning an rpc_clntScott Mayhew2022-06-071-0/+1
* SUNRPC: Ensure that the gssproxy client can start in a connected stateTrond Myklebust2022-05-071-0/+33
* Revert "SUNRPC: Ensure gss-proxy connects on setup"Trond Myklebust2022-05-071-3/+0
* SUNRPC: Ensure gss-proxy connects on setupTrond Myklebust2022-04-291-0/+3
* SUNRPC release the transport of a relocated task with an assigned transportOlga Kornievskaia2022-04-221-4/+7
* SUNRPC: Handle allocation failure in rpc_new_task()Trond Myklebust2022-04-071-0/+7
* SUNRPC: Handle low memory situations in call_status()Trond Myklebust2022-04-071-0/+5
* 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