summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2024-03-27net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()Christophe JAILLET1-2/+2
2024-03-27SUNRPC: fix some memleaks in gssx_dec_option_arrayZhipeng Lu1-8/+19
2024-02-23SUNRPC: Fix a suspicious RCU usage warningAnna Schumaker1-2/+15
2023-11-28SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix1-1/+4
2023-11-28SUNRPC: Add an IS_ERR() check back to where it wasDan Carpenter1-0/+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-08-30xprtrdma: Remap Receive buffers after a reconnectChuck Lever1-5/+4
2023-07-27SUNRPC: Fix UAF in svc_tcp_listen_data_ready()Ding Hui1-12/+11
2023-05-30SUNRPC: Fix trace_svc_register() call siteChuck Lever1-1/+1
2023-05-17SUNRPC: remove the maximum number of retries in call_bind_statusDai Ngo2-4/+0
2023-04-20sunrpc: only free unix grouplist after RCU settlesJeff Layton1-4/+13
2023-03-17SUNRPC: Fix a server shutdown leakBenjamin Coddington1-1/+5
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: ensure the matching upcall is in-flight upon downcallminoura makoto1-2/+17
2023-01-14SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() failsChuck Lever1-2/+7
2023-01-14SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo1-1/+1
2023-01-14xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()Zhang Xiaoxu1-1/+1
2022-08-31SUNRPC: RPC level errors should set task->tk_rpc_statusTrond Myklebust1-1/+1
2022-08-25SUNRPC: Reinitialise the backchannel request buffers before reuseTrond Myklebust1-0/+14
2022-08-25sunrpc: fix expiry of auth credsDan Aloni1-1/+1
2022-07-07SUNRPC: Fix READ_PLUS crasherChuck Lever1-1/+1
2022-06-14SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever1-1/+5
2022-06-14xprtrdma: treat all calls not a bcall when bc_serv is NULLKinglong Mee1-0/+5
2022-05-18SUNRPC: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2022-05-18SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust2-9/+14
2022-05-18SUNRPC: Don't call connect() more than once on a TCP socketTrond Myklebust1-10/+12
2022-05-18SUNRPC: Prevent immediate close+reconnectTrond Myklebust2-2/+3
2022-05-18SUNRPC: Clean up scheduling of autocloseTrond Myklebust1-12/+16
2022-05-12Revert "SUNRPC: attempt AF_LOCAL connect on setup"Trond Myklebust1-3/+0
2022-04-13SUNRPC: svc_tcp_sendmsg() should handle errors from xdr_alloc_bvec()Trond Myklebust1-1/+3
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
2022-04-13SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust1-15/+39
2022-04-13SUNRPC: remove scheduling boost for "SWAPPER" tasks.NeilBrown2-18/+0
2022-04-13SUNRPC/xprt: async tasks mustn't block waiting for memoryNeilBrown2-2/+5
2022-04-13SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown2-2/+6
2022-04-08SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown1-0/+7
2022-02-23xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_createDan Aloni1-0/+3
2022-02-01fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein1-2/+2
2021-11-18SUNRPC: Partial revert of commit 6f9f17287e78Trond Myklebust1-13/+15
2021-11-18nfsd: don't alloc under spinlock in rpc_parse_scope_idJ. Bruce Fields1-22/+18
2021-10-13SUNRPC: fix sign error causing rpcsec_gss dropsJ. Bruce Fields1-1/+1
2021-09-18rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields1-1/+1
2021-09-18sunrpc: Fix return value of get_srcport()Anna Schumaker1-1/+1
2021-09-18SUNRPC query transport's source portOlga Kornievskaia1-0/+7
2021-09-18SUNRPC/xprtrdma: Fix reconnection lockingTrond Myklebust2-6/+7
2021-09-18SUNRPC: Fix potential memory corruptionTrond Myklebust1-2/+4