summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2023-10-10Revert "SUNRPC dont update timeout value on connection reset"Trond Myklebust
2023-10-10SUNRPC: Mark the cred for revalidation if the server rejects itTrond Myklebust
2023-08-30xprtrdma: Remap Receive buffers after a reconnectChuck Lever
2023-07-27SUNRPC: Fix UAF in svc_tcp_listen_data_ready()Ding Hui
2023-05-30SUNRPC: Fix trace_svc_register() call siteChuck Lever
2023-05-17SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo
2023-04-20sunrpc: only free unix grouplist after RCU settlesJeff Layton
2023-03-17SUNRPC: Fix a server shutdown leakBenjamin Coddington
2023-03-11NFS: fix disabling of swapNeilBrown
2023-03-11NFSv4: keep state manager thread active if swap is enabledNeilBrown
2023-01-14SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto
2023-01-14SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() failsChuck Lever
2023-01-14SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo
2023-01-14xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()Zhang Xiaoxu
2022-08-31SUNRPC: RPC level errors should set task->tk_rpc_statusTrond Myklebust
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-14SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever
2022-06-14xprtrdma: treat all calls not a bcall when bc_serv is NULLKinglong Mee
2022-05-18SUNRPC: Fix fall-through warnings for ClangGustavo A. R. Silva
2022-05-18SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust
2022-05-18SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust
2022-05-18SUNRPC: Prevent immediate close+reconnectTrond Myklebust
2022-05-18SUNRPC: Clean up scheduling of autocloseTrond Myklebust
2022-05-12Revert "SUNRPC: attempt AF_LOCAL connect on setup"Trond 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: avoid race between mod_timer() and del_timer_sync()NeilBrown
2022-02-23xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_createDan Aloni
2022-02-01fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein
2021-11-18SUNRPC: Partial revert of commit 6f9f17287e78Trond Myklebust
2021-11-18nfsd: don't alloc under spinlock in rpc_parse_scope_idJ. Bruce Fields
2021-10-13SUNRPC: fix sign error causing rpcsec_gss dropsJ. Bruce Fields
2021-09-18rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields
2021-09-18sunrpc: Fix return value of get_srcport()Anna Schumaker
2021-09-18SUNRPC query transport's source portOlga Kornievskaia
2021-09-18SUNRPC/xprtrdma: Fix reconnection lockingTrond Myklebust
2021-09-18SUNRPC: Fix potential memory corruptionTrond Myklebust
2021-07-20SUNRPC: prevent port reuse on transports which don't request it.NeilBrown
2021-07-14SUNRPC: Should wake up the privileged task firstly.Zhang Xiaoxu
2021-07-14SUNRPC: Fix the batch tasks count wraparound.Zhang Xiaoxu
2021-06-03SUNRPC: More fixes for backlog congestionTrond Myklebust
2021-06-03SUNRPC in case of backlog, hand free slots directly to waiting taskNeilBrown
2021-05-19sunrpc: Fix misplaced barrier in call_decodeBaptiste Lepers