summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2025-06-27xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_createDan Aloni1-0/+2
2025-06-27sunrpc: update nextcheck time when adding new cache entriesLong Li1-0/+2
2025-06-04SUNRPC: rpc_clnt_set_transport() must not change the autobind settingTrond Myklebust1-3/+0
2025-03-13sunrpc: suppress warnings for unused procfs functionsArnd Bergmann1-7/+3
2024-12-14sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transportLiu Jian1-0/+1
2024-12-14SUNRPC: Replace internal use of SOCKWQ_ASYNC_NOSPACETrond Myklebust1-18/+4
2024-12-14SUNRPC: correct error code comment in xs_tcp_setup_socket()Calum Mackay1-4/+2
2024-12-14SUNRPC: make sure cache entry active before cache_showYang Erkun1-1/+3
2024-09-12net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socketDaniel Borkmann1-0/+7
2024-08-19SUNRPC: Fix a race to wake a sync taskBenjamin Coddington1-1/+3
2024-08-19SUNRPC: avoid soft lockup when transmitting UDP to reachable server.NeilBrown1-1/+2
2024-08-19gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkeyGaosheng Cui1-1/+1
2024-07-18SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix1-1/+4
2024-07-05SUNRPC: return proper error from gss_wrap_req_privChen Hanxiao1-1/+3
2024-06-16SUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever1-1/+1
2024-06-16params: lift param_set_uint_minmax to common codeSagi Grimberg1-18/+0
2024-06-16sunrpc: fix NFSACL RPC retry on soft mountDan Aloni1-0/+1
2024-06-16SUNRPC: Fix gss_free_in_token_pages()Chuck Lever1-8/+2
2024-06-16sunrpc: removed redundant procp checkAleksandr Aprelkov1-2/+0
2024-05-17sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik1-1/+4
2024-03-26net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()Christophe JAILLET1-2/+2
2024-03-26SUNRPC: fix some memleaks in gssx_dec_option_arrayZhipeng Lu1-8/+19
2024-02-23SUNRPC: Fix a suspicious RCU usage warningAnna Schumaker1-2/+15
2023-10-10SUNRPC: Mark the cred for revalidation if the server rejects itTrond Myklebust1-0/+1
2023-07-27SUNRPC: Fix UAF in svc_tcp_listen_data_ready()Ding Hui1-14/+13
2023-06-09treewide: Remove uninitialized_var() usageKees Cook1-2/+2
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-02-22xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()Zhang Xiaoxu1-2/+2
2023-02-06Revert "xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()"Greg Kroah-Hartman1-1/+0
2023-01-18SUNRPC: ensure the matching upcall is in-flight upon downcallminoura makoto1-2/+17
2023-01-18SUNRPC: Don't leak netobj memory when gss_read_proxy_verf() failsChuck Lever1-2/+7
2023-01-18SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo1-1/+1
2023-01-18xprtrdma: Fix regbuf data not freed in rpcrdma_req_create()Zhang Xiaoxu1-0/+1
2022-09-05SUNRPC: 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-25SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Meena Shanmugam2-7/+14
2022-05-25SUNRPC: Don't call connect() more than once on a TCP socketMeena Shanmugam1-10/+12
2022-05-25SUNRPC: Prevent immediate close+reconnectMeena Shanmugam2-2/+3
2022-05-25SUNRPC: Clean up scheduling of autocloseMeena Shanmugam1-11/+15
2022-05-12Revert "SUNRPC: attempt AF_LOCAL connect on setup"Trond Myklebust1-3/+0
2022-04-15SUNRPC: Handle low memory situations in call_status()Trond Myklebust1-0/+5
2022-04-15SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust1-0/+2
2022-04-15SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust1-15/+39
2022-04-15SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown2-2/+6
2022-04-15SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown1-0/+7