summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
4 daysSUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_pr...Joshua Rogers1-1/+2
4 dayssvcrdma: bound check rq_pages index in inline pathJoshua Rogers1-0/+3
4 dayssvcrdma: return 0 on success from svc_rdma_copy_inline_rangeJoshua Rogers1-1/+1
2025-06-27sunrpc: fix race in cache cleanup causing stale nextcheck timeLong Li1-8/+7
2025-06-27sunrpc: update nextcheck time when adding new cache entriesLong Li1-0/+2
2025-06-04SUNRPC: rpcbind should never reset the port to the value '0'Trond Myklebust1-2/+3
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: remove unnecessary test in rpc_task_set_client()Thiago Rafael Becker1-18/+15
2024-12-14SUNRPC: make sure cache entry active before cache_showYang Erkun1-1/+3
2024-12-14svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init()Ye Bin1-5/+14
2024-12-14sunrpc: simplify two-level sysctl registration for svcrdma_parm_tableLuis Chamberlain1-19/+2
2024-12-14svcrdma: Address an integer overflowChuck Lever1-1/+7
2024-09-12net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socketDaniel Borkmann1-0/+7
2024-09-04sunrpc: use the struct net as the svc proc privateJosef Bacik1-1/+1
2024-09-04sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik1-5/+7
2024-09-04sunrpc: don't change ->sv_stats if it doesn't existJosef Bacik1-8/+16
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-19xprtrdma: Fix rpcrdma_reqs_reset()Chuck Lever2-2/+17
2024-08-19gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkeyGaosheng Cui1-1/+1
2024-07-05SUNRPC: return proper error from gss_wrap_req_privChen Hanxiao1-1/+3
2024-06-16sunrpc: exclude from freezer when waiting for requests:NeilBrown1-2/+2
2024-06-16SUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever1-1/+1
2024-06-16rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVALDan Aloni1-1/+5
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-25nfsd: don't allow nfsd threads to be signalled.NeilBrown1-10/+6
2024-05-17sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik1-1/+4
2024-04-10nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter1-18/+6
2024-04-10Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever5-11/+11
2024-04-10NFSD: Refactor common code out of dirlist helpersChuck Lever1-0/+22
2024-04-10SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever1-1/+1
2024-04-10SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever5-11/+11
2024-04-10NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever1-11/+26
2024-04-10NFSD: Remove svc_serv_ops::svo_moduleChuck Lever1-2/+0
2024-04-10SUNRPC: Remove svc_shutdown_net()Chuck Lever2-8/+7
2024-04-10SUNRPC: Rename svc_close_xprt()Chuck Lever3-4/+9
2024-04-10SUNRPC: Rename svc_create_xprt()Chuck Lever1-5/+19
2024-04-10SUNRPC: Remove svo_shutdown methodChuck Lever1-3/+0
2024-04-10SUNRPC: Merge svc_do_enqueue_xprt() into svc_enqueue_xprt()Chuck Lever1-16/+10
2024-04-10SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever1-5/+5
2024-04-10lockd: use svc_set_num_threads() for thread start and stopNeilBrown1-2/+1
2024-04-10SUNRPC: always treat sv_nrpools==1 as "not pooled"NeilBrown1-25/+29
2024-04-10SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown1-6/+25
2024-04-10SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown1-47/+2
2024-04-10SUNRPC: use sv_lock to protect updates to sv_nrthreads.NeilBrown1-2/+7