summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2023-11-28svcrdma: Drop connection after an RDMA Read errorChuck Lever
2023-11-28SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix
2023-11-28SUNRPC: Add an IS_ERR() check back to where it wasDan Carpenter
2023-11-28SUNRPC: ECONNRESET might require a rebindTrond Myklebust
2023-10-06Revert "SUNRPC dont update timeout value on connection reset"Trond Myklebust
2023-10-06NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia
2023-10-06SUNRPC: Mark the cred for revalidation if the server rejects itTrond Myklebust
2023-08-30xprtrdma: Remap Receive buffers after a reconnectChuck Lever
2023-07-23SUNRPC: Fix UAF in svc_tcp_listen_data_ready()Ding Hui
2023-07-23svcrdma: Prevent page release when nothing was receivedChuck Lever
2023-05-24SUNRPC: Fix trace_svc_register() call siteChuck Lever
2023-05-24SUNRPC: always free ctxt when freeing deferred requestNeilBrown
2023-05-24SUNRPC: Remove svc_rqst::rq_xprt_hlenChuck Lever
2023-05-24SUNRPC: Remove dead code in svc_tcp_release_rqst()Chuck Lever
2023-05-24SUNRPC: double free xprt_ctxt while still in useNeilBrown
2023-05-11SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo
2023-04-13sunrpc: only free unix grouplist after RCU settlesJeff Layton
2023-04-05SUNRPC: fix shutdown of NFS TCP client socketSiddharth Kawar
2023-03-17SUNRPC: Fix a server shutdown leakBenjamin Coddington
2023-03-10NFS: fix disabling of swapNeilBrown
2023-03-10NFSv4: keep state manager thread active if swap is enabledNeilBrown
2023-01-12SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto
2023-01-12SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() failsChuck Lever
2022-12-31SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo
2022-12-31xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()Zhang Xiaoxu
2022-11-10SUNRPC: Fix null-ptr-deref when xps sysfs alloc failedZhang Xiaoxu
2022-08-31SUNRPC: RPC level errors should set task->tk_rpc_statusTrond Myklebust
2022-08-25net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change()Xin Xiong
2022-08-25SUNRPC: Reinitialise the backchannel request buffers before reuseTrond Myklebust
2022-08-25sunrpc: fix expiry of auth credsDan Aloni
2022-07-07SUNRPC: Fix READ_PLUS crasherChuck Lever
2022-06-22sunrpc: set cl_max_connect when cloning an rpc_clntScott Mayhew
2022-06-14SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever
2022-06-14SUNRPC: Trap RDMA segment overflowsChuck Lever
2022-06-14xprtrdma: treat all calls not a bcall when bc_serv is NULLKinglong Mee
2022-05-18SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust
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-05-12Revert "SUNRPC: attempt AF_LOCAL connect on setup"Trond Myklebust
2022-04-20SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever
2022-04-13SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust
2022-04-13SUNRPC: Prevent immediate close+reconnectTrond Myklebust
2022-04-13SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()Trond Myklebust
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-13SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust
2022-04-13SUNRPC: remove scheduling boost for "SWAPPER" tasks.NeilBrown
2022-04-13SUNRPC/xprt: async tasks mustn't block waiting for memoryNeilBrown
2022-04-13SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown
2022-04-08SUNRPC don't resend a task on an offlined transportOlga Kornievskaia