summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2024-08-19sunrpc: use the struct net as the svc proc privateJosef Bacik
2024-08-19sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik
2024-08-19sunrpc: don't change ->sv_stats if it doesn't existJosef Bacik
2024-08-14SUNRPC: Fix a race to wake a sync taskBenjamin Coddington
2024-08-03SUNRPC: avoid soft lockup when transmitting UDP to reachable server.NeilBrown
2024-08-03xprtrdma: Fix rpcrdma_reqs_reset()Chuck Lever
2024-08-03gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkeyGaosheng Cui
2024-07-18net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socketDaniel Borkmann
2024-06-21SUNRPC: return proper error from gss_wrap_req_privChen Hanxiao
2024-06-12SUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever
2024-06-12rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVALDan Aloni
2024-06-12sunrpc: fix NFSACL RPC retry on soft mountDan Aloni
2024-06-12SUNRPC: Fix gss_free_in_token_pages()Chuck Lever
2024-06-12sunrpc: removed redundant procp checkAleksandr Aprelkov
2024-05-17SUNRPC: add a missing rpc_stat for TCP TLSOlga Kornievskaia
2024-05-17sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik
2024-04-10SUNRPC: Fix a slow server-side memory leak with RPC-over-TCPChuck Lever
2024-03-26net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr()Christophe JAILLET
2024-03-26SUNRPC: fix some memleaks in gssx_dec_option_arrayZhipeng Lu
2024-03-26SUNRPC: fix a memleak in gss_import_v2_contextZhipeng Lu
2024-02-05SUNRPC: Fix a suspicious RCU usage warningAnna Schumaker
2024-01-31SUNRPC: use request size to initialize bio_vec in svc_udp_sendto()Lucas Stach
2024-01-25SUNRPC: fix _xprt_switch_find_current_entry logicOlga Kornievskaia
2024-01-01SUNRPC: Revert 5f7fc5d69f6e92ec0b38774c387f5cf7812c5806Chuck Lever
2023-12-20cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe
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-09-27SUNRPC/TLS: Lock the lower_xprt during the tls handshakeAnna Schumaker
2023-09-27Revert "SUNRPC dont update timeout value on connection reset"Trond Myklebust
2023-09-27SUNRPC: Fail quickly when server does not recognize TLSChuck Lever
2023-09-13NFSv4.1: fix pnfs MDS=DS session trunkingOlga Kornievskaia
2023-09-13Revert "SUNRPC: Fail faster on bad verifier"Trond Myklebust
2023-09-13SUNRPC: Mark the cred for revalidation if the server rejects itTrond Myklebust
2023-08-31Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-08-31Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2023-08-29SUNRPC: Remove return value of svc_pool_wake_idle_thread()NeilBrown
2023-08-29SUNRPC: make rqst_should_sleep() idempotent()NeilBrown
2023-08-29SUNRPC: Clean up svc_set_num_threadsChuck Lever
2023-08-29SUNRPC: Count ingress RPC messages per svc_poolChuck Lever
2023-08-29SUNRPC: Deduplicate thread wake-up codeChuck Lever
2023-08-29SUNRPC: Move trace_svc_xprt_enqueueChuck Lever
2023-08-29SUNRPC: Add enum svc_auth_statusChuck Lever
2023-08-29SUNRPC: remove timeout arg from svc_recv()NeilBrown
2023-08-29SUNRPC: change svc_recv() to return void.NeilBrown
2023-08-29SUNRPC: call svc_process() from svc_recv().NeilBrown
2023-08-29nfsd: don't allow nfsd threads to be signalled.NeilBrown
2023-08-29SUNRPC: Reduce thread wake-up rate when receiving large RPC messagesChuck Lever
2023-08-29SUNRPC: Revert e0a912e8ddbaChuck Lever