aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-12-13SUNRPC: use sv_lock to protect updates to sv_nrthreads.NeilBrown1-2/+7
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown1-11/+11
2021-12-13SUNRPC/NFSD: clean up get/put functions.NeilBrown1-14/+5
2021-10-12SUNRPC: De-duplicate .pc_release() call sitesChuck Lever1-15/+7
2021-10-12SUNRPC: Simplify the SVC dispatch code pathChuck Lever1-49/+2
2021-10-02NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever1-5/+6
2021-09-04Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-28/+11
2021-08-20SUNRPC: Server-side disconnect injectionChuck Lever1-0/+8
2021-08-17SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever1-0/+15
2021-08-17SUNRPC: Add svc_rqst_replace_page() APIChuck Lever1-0/+21
2021-08-10SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever1-20/+4
2021-08-10SUNRPC: Set rq_auth_stat in the pg_authenticate() calloutChuck Lever1-3/+1
2021-08-10SUNRPC: Add svc_rqst::rq_auth_statChuck Lever1-8/+9
2021-04-23SUNRPC: Fix null pointer dereference in svc_rqst_free()Yunjian Wang1-1/+2
2021-03-06sunrpc: fix refcount leak for rpc auth modulesDaniel Kobras1-2/+4
2021-01-25SUNRPC: Correct a commentChuck Lever1-1/+1
2020-11-30SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever1-0/+5
2020-11-30SUNRPC: Rename svc_encode_read_payload()Chuck Lever1-5/+6
2020-05-21Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-incomingJ. Bruce Fields1-15/+4
2020-05-18SUNRPC: Trace server-side rpcbind registration eventsChuck Lever1-15/+4
2020-05-11sunrpc: add missing newline when printing parameter 'pool_mode' by sysfsXiongfeng Wang1-5/+5
2020-03-16SUNRPC: Teach server to use xprt_sock_sendmsg for socket sendsChuck Lever1-4/+0
2020-03-16nfsd: Fix NFSv4 READ on RDMA when using readvChuck Lever1-0/+16
2019-10-30SUNRPC: Trace gssproxy upcall resultsChuck Lever1-0/+2
2019-09-25sunrpc: clean up indentation issueColin Ian King1-2/+2
2019-07-18SUNRPC: Fix up backchannel slot table accountingTrond Myklebust1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-04-24SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust1-31/+54
2019-04-24SUNRPC: Clean up generic dispatcher codeTrond Myklebust1-28/+47
2019-04-24SUNRPC: Add a callback to initialise server requestsTrond Myklebust1-37/+76
2019-04-24SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust1-5/+22
2019-02-13SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever1-15/+4
2018-12-27sunrpc: make visible processing error in bc_svc_process()Vasily Averin1-2/+2
2018-12-27sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin1-0/+11
2018-12-27sunrpc: use-after-free in svc_process_common()Vasily Averin1-4/+5
2018-08-09NFSD: Handle full-length symlinksChuck Lever1-42/+25