summaryrefslogtreecommitdiff
path: root/net/sunrpc/clnt.c
AgeCommit message (Expand)Author
2024-03-09sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik
2024-01-10Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-01-04NFSv4.1: Use the nfs_client's rpc timeouts for backchannelBenjamin Coddington
2024-01-04SUNRPC: Create a helper function for accessing the rpc_clnt's xprt_switchAnna Schumaker
2024-01-04SUNRPC: Remove unused function rpc_clnt_xprt_switch_put()Anna Schumaker
2024-01-04SUNRPC: Clean up unused variable in rpc_xprt_probe_trunked()Anna Schumaker
2023-11-30SUNRPC: Replace strlcpy() with strscpy()Kees Cook
2023-11-01SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix
2023-10-22SUNRPC: Don't skip timeout checks in call_connect_status()Trond Myklebust
2023-10-22SUNRPC: ECONNRESET might require a rebindTrond Myklebust
2023-09-27Revert "SUNRPC dont update timeout value on connection reset"Trond Myklebust
2023-09-27SUNRPC: Fail quickly when server does not recognize TLSChuck Lever
2023-09-13NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia
2023-09-13Revert "SUNRPC: Fail faster on bad verifier"Trond Myklebust
2023-09-13SUNRPC: Mark the cred for revalidation if the server rejects itTrond Myklebust
2023-08-24SUNRPC: Don't override connect timeouts in rpc_clnt_add_xprt()Trond Myklebust
2023-08-24SUNRPC: Allow specification of TCP client connect timeout at setupTrond Myklebust
2023-08-23SUNRPC: kmap() the xdr pages during decodeAnna Schumaker
2023-06-19NFS: add sysfs shutdown knobBenjamin Coddington
2023-06-19SUNRPC: Add RPC client support for the RPC_AUTH_TLS auth flavorChuck Lever
2023-06-19SUNRPC: Trace the rpc_create_argsChuck Lever
2023-06-19SUNRPC: Plumb an API for setting transport layer securityChuck Lever
2023-06-19SUNRPC: support abstract unix socket addressesNeilBrown
2023-04-19SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo
2023-02-15NFS: fix disabling of swapNeilBrown
2022-12-06SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo
2022-10-06SUNRPC: Add API to force the client to disconnectTrond Myklebust
2022-10-06SUNRPC: Add a helper to allow pNFS drivers to selectively cancel RPC callsTrond Myklebust
2022-10-06SUNRPC: Fix races with rpc_killall_tasks()Trond Myklebust
2022-10-03SUNRPC: Directly use ida_alloc()/free()Bo Liu
2022-09-08Revert "SUNRPC: Remove unreachable error condition"Dan Aloni
2022-08-19SUNRPC: RPC level errors should set task->tk_rpc_statusTrond Myklebust
2022-07-27SUNRPC: Don't reuse bvec on retransmission of the requestTrond Myklebust
2022-07-25SUNRPC create a function that probes only offline transportsOlga Kornievskaia
2022-07-25SUNRPC restructure rpc_clnt_setup_test_and_add_xprtOlga Kornievskaia
2022-07-25SUNRPC create an rpc function that allows xprt removal from rpc_clntOlga Kornievskaia
2022-07-25SUNRPC enable back offline transports in trunking discoveryOlga Kornievskaia
2022-07-25SUNRPC create an iterator to list only OFFLINE xprtsOlga Kornievskaia
2022-07-25SUNRPC add function to offline remove trunkable transportsOlga Kornievskaia
2022-07-23SUNRPC: Fail faster on bad verifierChuck Lever
2022-06-07sunrpc: set cl_max_connect when cloning an rpc_clntScott Mayhew
2022-05-07SUNRPC: Ensure that the gssproxy client can start in a connected stateTrond Myklebust
2022-05-07Revert "SUNRPC: Ensure gss-proxy connects on setup"Trond Myklebust
2022-04-29SUNRPC: Ensure gss-proxy connects on setupTrond Myklebust
2022-04-22SUNRPC release the transport of a relocated task with an assigned transportOlga Kornievskaia
2022-04-07SUNRPC: Handle allocation failure in rpc_new_task()Trond Myklebust
2022-04-07SUNRPC: Handle low memory situations in call_status()Trond Myklebust
2022-04-07SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust
2022-03-29SUNRPC: handle malloc failure in ->request_prepareNeilBrown
2022-03-24SUNRPC don't resend a task on an offlined transportOlga Kornievskaia