summaryrefslogtreecommitdiff
path: root/net/sunrpc/svc.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+5
2023-06-24net: convert sunrpc from pagevec to folio_batchMatthew Wilcox (Oracle)1-5/+5
2023-06-17SUNRPC: Address RCU warning in net/sunrpc/svc.cChuck Lever1-2/+6
2023-06-17SUNRPC: Use sysfs_emit in place of strlcpy/sprintfAzeem Shaikh1-5/+5
2023-06-05SUNRPC: Use __alloc_bulk_pages() in svc_init_buffer()Chuck Lever1-16/+7
2023-05-14SUNRPC: Fix trace_svc_register() call siteChuck Lever1-1/+1
2023-05-03SUNRPC: Fix encoding of accepted but unsuccessful RPC repliesChuck Lever1-6/+11
2023-04-28SUNRPC: Be even lazier about releasing pagesChuck Lever1-0/+3
2023-04-26SUNRPC: Convert svc_xprt_release() to the release_pages() APIChuck Lever1-6/+5
2023-04-26SUNRPC: Relocate svc_free_res_pages()Chuck Lever1-0/+19
2023-04-26SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever1-6/+7
2023-04-26NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever1-1/+14
2023-03-08SUNRPC: Fix a server shutdown leakBenjamin Coddington1-1/+5
2023-02-20SUNRPC: Replace pool stats with per-CPU variablesChuck Lever1-0/+12
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever1-1/+1
2023-02-20SUNRPC: Set rq_accept_statp inside ->accept methodsChuck Lever1-2/+0
2023-02-20SUNRPC: Refactor RPC server dispatch methodChuck Lever1-5/+5
2023-02-20SUNRPC: Final clean-up of svc_process_common()Chuck Lever1-8/+6
2023-02-20SUNRPC: Convert RPC Reply header encoding to use xdr_streamChuck Lever1-25/+25
2023-02-20SUNRPC: Hoist init_encode out of svc_authenticate()Chuck Lever1-0/+2
2023-02-20SUNRPC: Move svcxdr_init_encode() into ->accept methodsChuck Lever1-4/+2
2023-02-20SUNRPC: Push svcxdr_init_encode() into svc_process_common()Chuck Lever1-0/+1
2023-02-20SUNRPC: Remove the rpc_stat variable in svc_process_common()Chuck Lever1-13/+11
2023-02-20SUNRPC: Hoist svcxdr_init_decode() into svc_process()Chuck Lever1-11/+17
2023-02-20SUNRPC: Remove svc_process_common's argv parameterChuck Lever1-5/+5
2023-02-20SUNRPC: Decode most of RPC header with xdr_streamChuck Lever1-11/+9
2023-02-20SUNRPC: Eliminate unneeded variableChuck Lever1-4/+4
2023-02-20SUNRPC: Re-order construction of the first reply fieldsChuck Lever1-7/+3
2023-02-20SUNRPC: Hoist init_decode out of svc_authenticate()Chuck Lever1-0/+1
2023-02-20SUNRPC: Move svcxdr_init_decode() into ->accept methodsChuck Lever1-1/+0
2023-02-20SUNRPC: Push svcxdr_init_decode() into svc_process_common()Chuck Lever1-0/+1
2023-01-11Merge tag 'nfsd-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-3/+3
2023-01-06Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"Chuck Lever1-3/+3
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-12-10SUNRPC: Make the svc_authenticate tracepoint conditionalChuck Lever1-2/+1
2022-11-28SUNRPC: Remove unused svc_rqst::rq_lock fieldChuck Lever1-1/+0
2022-09-26SUNRPC: Clarify comment that documents svc_max_payload()Chuck Lever1-2/+6
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever1-1/+1
2022-09-26SUNRPC: Optimize svc_process()Chuck Lever1-13/+11
2022-05-23SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever1-3/+3
2022-05-19SUNRPC: Simplify synopsis of svc_pool_for_cpu()Chuck Lever1-6/+12
2022-02-28NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever1-11/+26
2022-02-28NFSD: Remove svc_serv_ops::svo_moduleChuck Lever1-2/+0
2022-02-28SUNRPC: Remove svc_shutdown_net()Chuck Lever1-6/+0
2022-02-28SUNRPC: Rename svc_close_xprt()Chuck Lever1-1/+1
2022-02-28SUNRPC: Remove svo_shutdown methodChuck Lever1-3/+0
2021-12-13lockd: use svc_set_num_threads() for thread start and stopNeilBrown1-2/+1
2021-12-13SUNRPC: always treat sv_nrpools==1 as "not pooled"NeilBrown1-25/+29
2021-12-13SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown1-6/+25
2021-12-13SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown1-47/+2