summaryrefslogtreecommitdiff
path: root/net/sunrpc/clnt.c
AgeCommit message (Expand)Author
2023-05-11SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo
2023-03-10NFS: fix disabling of swapNeilBrown
2023-03-10NFSv4: keep state manager thread active if swap is enabledNeilBrown
2022-12-31SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo
2022-08-31SUNRPC: RPC level errors should set task->tk_rpc_statusTrond Myklebust
2022-06-22sunrpc: set cl_max_connect when cloning an rpc_clntScott Mayhew
2022-05-18SUNRPC: Ensure that the gssproxy client can start in a connected stateTrond Myklebust
2022-05-12SUNRPC release the transport of a relocated task with an assigned transportOlga Kornievskaia
2022-04-13SUNRPC: Handle low memory situations in call_status()Trond Myklebust
2022-04-13SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust
2022-04-08SUNRPC don't resend a task on an offlined transportOlga Kornievskaia
2022-02-16SUNRPC allow for unspecified transport time in rpc_clnt_add_xprtOlga Kornievskaia
2021-08-27SUNRPC enforce creation of no more than max_connect xprtsOlga Kornievskaia
2021-08-27SUNRPC keep track of number of transports to unique addressesOlga Kornievskaia
2021-08-09SUNRPC: Convert rpc_client refcount to use refcount_tTrond Myklebust
2021-08-09SUNRPC: Unset RPC_TASK_NO_RETRANS_TIMEOUT for NULL RPCsChuck Lever
2021-08-09SUNRPC: Refactor rpc_ping()Chuck Lever
2021-07-08sunrpc: remove an offlined xprt using sysfsOlga Kornievskaia
2021-07-08SUNRPC mark the first transportOlga Kornievskaia
2021-07-08sunrpc: add a symlink from rpc-client directory to the xprt_switchOlga Kornievskaia
2021-07-08sunrpc: Create per-rpc_clnt sysfs kobjectsOlga Kornievskaia
2021-05-20SUNRPC in case of backlog, hand free slots directly to waiting taskNeilBrown
2021-05-01sunrpc: Fix misplaced barrier in call_decodeBaptiste Lepers
2021-04-14SUNRPC: Move fault injection call sitesChuck Lever
2020-12-02SUNRPC: Clean up the handling of page padding in rpc_prepare_reply_pages()Trond Myklebust
2020-09-21SUNRPC: Clean up call_bind_status() observabilityChuck Lever
2020-09-21SUNRPC: Remove dprintk call site in call_decodeChuck Lever
2020-09-21SUNRPC: Trace call_refresh eventsChuck Lever
2020-09-21SUNRPC: Add trace_rpc_timeout_status()Chuck Lever
2020-09-21SUNRPC: Replace connect dprintk call sites with a tracepointChuck Lever
2020-09-21SUNRPC: Remove dprintk call site in call_start()Chuck Lever
2020-09-21SUNRPC: Remove the dprint_status() macroChuck Lever
2020-09-21SUNRPC: Hoist trace_xprtrdma_op_allocate into generic codeChuck Lever
2020-09-21SUNRPC dont update timeout value on connection resetOlga Kornievskaia
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-11SUNRPC: Set SOFTCONN when destroying GSS contextsChuck Lever
2020-06-11SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFTChuck Lever
2020-06-11SUNRPC: rpc_call_null_helper() already sets RPC_TASK_NULLCREDSChuck Lever
2020-06-11SUNRPC: trace RPC client lifetime eventsChuck Lever
2020-06-11SUNRPC: Split the xdr_buf event classChuck Lever
2020-06-11SUNRPC: Add tracepoint to rpc_call_rpcerror()Chuck Lever
2020-05-14SUNRPC: 'Directory with parent 'rpc_clnt' already present!'J. Bruce Fields
2020-05-11SUNRPC: Signalled ASYNC tasks need to exitChuck Lever
2020-05-10SUNRPC: fix use-after-free in rpc_free_client_work()NeilBrown
2020-04-28SUNRPC: defer slow parts of rpc_free_client() to a workqueue.NeilBrown
2020-04-21SUNRPC: Remove unreachable error conditionXiyu Yang
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2020-03-16svcrdma: Create a generic tracing class for displaying xdr_buf layoutChuck Lever
2020-03-16SUNRPC: Don't take a reference to the cred on synchronous tasksTrond Myklebust
2020-03-16SUNRPC: Add a flag to avoid reference counts on credentialsTrond Myklebust