summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SUNRPC: use sv_lock to protect updates to sv_nrthreads.NeilBrown2021-12-131-2/+7
* SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown2021-12-131-11/+11
* SUNRPC/NFSD: clean up get/put functions.NeilBrown2021-12-131-14/+5
* SUNRPC: De-duplicate .pc_release() call sitesChuck Lever2021-10-121-15/+7
* SUNRPC: Simplify the SVC dispatch code pathChuck Lever2021-10-121-49/+2
* NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever2021-10-021-5/+6
* Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2021-09-041-28/+11
|\
| * SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever2021-08-101-20/+4
| * SUNRPC: Set rq_auth_stat in the pg_authenticate() calloutChuck Lever2021-08-101-3/+1
| * SUNRPC: Add svc_rqst::rq_auth_statChuck Lever2021-08-101-8/+9
* | SUNRPC: Server-side disconnect injectionChuck Lever2021-08-201-0/+8
* | SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever2021-08-171-0/+15
* | SUNRPC: Add svc_rqst_replace_page() APIChuck Lever2021-08-171-0/+21
|/
* SUNRPC: Fix null pointer dereference in svc_rqst_free()Yunjian Wang2021-04-231-1/+2
* sunrpc: fix refcount leak for rpc auth modulesDaniel Kobras2021-03-061-2/+4
* SUNRPC: Correct a commentChuck Lever2021-01-251-1/+1
* SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever2020-11-301-0/+5
* SUNRPC: Rename svc_encode_read_payload()Chuck Lever2020-11-301-5/+6
* Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco...J. Bruce Fields2020-05-211-15/+4
|\
| * SUNRPC: Trace server-side rpcbind registration eventsChuck Lever2020-05-181-15/+4
* | sunrpc: add missing newline when printing parameter 'pool_mode' by sysfsXiongfeng Wang2020-05-111-5/+5
|/