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