summaryrefslogtreecommitdiff
path: root/net/sunrpc/clnt.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-04SUNRPC: rpc_clnt_set_transport() must not change the autobind settingTrond Myklebust1-3/+0
2024-12-14sunrpc: remove unnecessary test in rpc_task_set_client()Thiago Rafael Becker1-18/+15
2024-12-14SUNRPC: Convert rpc_client refcount to use refcount_tTrond Myklebust1-12/+10
2024-08-19SUNRPC: avoid soft lockup when transmitting UDP to reachable server.NeilBrown1-1/+2
2024-06-16sunrpc: fix NFSACL RPC retry on soft mountDan Aloni1-0/+1
2024-05-17sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik1-1/+4
2023-11-28SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix1-1/+4
2023-11-28SUNRPC: ECONNRESET might require a rebindTrond Myklebust1-1/+1
2023-10-10Revert "SUNRPC dont update timeout value on connection reset"Trond Myklebust1-2/+1
2023-10-10SUNRPC: Mark the cred for revalidation if the server rejects itTrond Myklebust1-0/+1
2023-05-17SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo1-3/+0
2023-03-11NFS: fix disabling of swapNeilBrown1-0/+2
2023-03-11NFSv4: keep state manager thread active if swap is enabledNeilBrown1-0/+2
2023-01-14SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo1-1/+1
2022-08-31SUNRPC: RPC level errors should set task->tk_rpc_statusTrond Myklebust1-1/+1
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
2021-06-03SUNRPC in case of backlog, hand free slots directly to waiting taskNeilBrown1-7/+0
2021-05-19sunrpc: Fix misplaced barrier in call_decodeBaptiste Lepers1-6/+5
2021-05-19SUNRPC: Move fault injection call sitesChuck Lever1-1/+0
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