summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik2024-03-091-1/+4
* Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-01-101-26/+25
|\
| * NFSv4.1: Use the nfs_client's rpc timeouts for backchannelBenjamin Coddington2024-01-041-2/+4
| * SUNRPC: Create a helper function for accessing the rpc_clnt's xprt_switchAnna Schumaker2024-01-041-13/+21
| * SUNRPC: Remove unused function rpc_clnt_xprt_switch_put()Anna Schumaker2024-01-041-8/+0
| * SUNRPC: Clean up unused variable in rpc_xprt_probe_trunked()Anna Schumaker2024-01-041-3/+0
* | SUNRPC: Replace strlcpy() with strscpy()Kees Cook2023-11-301-2/+8
|/
* SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix2023-11-011-1/+4
* SUNRPC: Don't skip timeout checks in call_connect_status()Trond Myklebust2023-10-221-1/+2
* SUNRPC: ECONNRESET might require a rebindTrond Myklebust2023-10-221-1/+1
* Revert "SUNRPC dont update timeout value on connection reset"Trond Myklebust2023-09-271-2/+1
* SUNRPC: Fail quickly when server does not recognize TLSChuck Lever2023-09-271-1/+9
* NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia2023-09-131-4/+7
* Revert "SUNRPC: Fail faster on bad verifier"Trond Myklebust2023-09-131-1/+1
* SUNRPC: Mark the cred for revalidation if the server rejects itTrond Myklebust2023-09-131-0/+1
* SUNRPC: Don't override connect timeouts in rpc_clnt_add_xprt()Trond Myklebust2023-08-241-0/+5
* SUNRPC: Allow specification of TCP client connect timeout at setupTrond Myklebust2023-08-241-0/+2
* SUNRPC: kmap() the xdr pages during decodeAnna Schumaker2023-08-231-0/+1
* 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