summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
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: Convert rpc_client refcount to use refcount_tTrond Myklebust4-15/+13
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-09-12svcrdma: Catch another Reply chunk overflow caseChuck Lever1-0/+2
2024-09-12sunrpc: use the struct net as the svc proc privateJosef Bacik1-1/+1
2024-09-12sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik1-5/+7
2024-09-12sunrpc: don't change ->sv_stats if it doesn't existJosef Bacik1-8/+16
2024-09-04nfsd: Don't call freezable_schedule_timeout() after each successful page allo...Kuniyuki Iwashima1-1/+1
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-19xprtrdma: Rename frwr_release_mr()Chuck Lever3-6/+6
2024-08-19gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkeyGaosheng Cui1-1/+1
2024-07-05SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever1-0/+15
2024-07-05SUNRPC: Fix null pointer dereference in svc_rqst_free()Yunjian Wang1-1/+2
2024-07-05SUNRPC: return proper error from gss_wrap_req_privChen Hanxiao1-1/+3
2024-06-21nfsd: don't allow nfsd threads to be signalled.Chuck Lever1-12/+8
2024-06-21nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter1-18/+6
2024-06-21Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever5-11/+11
2024-06-21NFSD: Refactor common code out of dirlist helpersChuck Lever1-0/+22
2024-06-21SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever1-1/+1
2024-06-21SUNRPC: Optimize xdr_reserve_space()Chuck Lever1-7/+10
2024-06-21SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever5-11/+11
2024-06-21NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever1-11/+26
2024-06-21NFSD: Remove svc_serv_ops::svo_moduleChuck Lever1-2/+0
2024-06-21SUNRPC: Remove svc_shutdown_net()Chuck Lever2-8/+7
2024-06-21SUNRPC: Rename svc_close_xprt()Chuck Lever3-4/+9
2024-06-21SUNRPC: Rename svc_create_xprt()Chuck Lever1-5/+19
2024-06-21SUNRPC: Remove svo_shutdown methodChuck Lever1-3/+0
2024-06-21SUNRPC: Merge svc_do_enqueue_xprt() into svc_enqueue_xprt()Chuck Lever1-16/+10
2024-06-21SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever1-5/+5
2024-06-21lockd: use svc_set_num_threads() for thread start and stopNeilBrown1-2/+1
2024-06-21SUNRPC: always treat sv_nrpools==1 as "not pooled"NeilBrown1-25/+29
2024-06-21SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown1-6/+25
2024-06-21SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown1-47/+2
2024-06-21SUNRPC: use sv_lock to protect updates to sv_nrthreads.NeilBrown1-2/+7
2024-06-21SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown1-11/+11
2024-06-21SUNRPC/NFSD: clean up get/put functions.NeilBrown1-14/+5
2024-06-21NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever1-5/+6
2024-06-21SUNRPC: Trace calls to .rpc_call_doneChuck Lever1-0/+1
2024-06-21SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever1-20/+4