aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/svc.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-6/+5
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-06-23net: convert sunrpc from pagevec to folio_batchMatthew Wilcox (Oracle)1-1/+1
2023-06-12sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells1-6/+5
2023-06-05NFSD: Ensure that xdr_write_pages updates rq_next_pageChuck Lever1-0/+21
2023-04-26SUNRPC: Relocate svc_free_res_pages()Chuck Lever1-11/+1
2023-04-26SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever1-1/+1
2023-04-26NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever1-1/+1
2023-02-20SUNRPC: Replace pool stats with per-CPU variablesChuck Lever1-9/+6
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-0/+19
2023-02-20SUNRPC: Refactor RPC server dispatch methodChuck Lever1-2/+3
2023-02-20SUNRPC: Remove no-longer-used helper functionsChuck Lever1-65/+1
2023-02-20SUNRPC: Convert unwrap data paths to use xdr_stream for repliesChuck Lever1-2/+24
2022-12-10sunrpc: svc: Remove an unused static function svc_ungetu32()Li zeming1-7/+0
2022-11-28SUNRPC: Remove unused svc_rqst::rq_lock fieldChuck Lever1-1/+0
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever1-0/+1
2022-09-26SUNRPC: Fix svcxdr_init_encode's buflen calculationChuck Lever1-1/+1
2022-09-26SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculationChuck Lever1-3/+14
2022-05-19SUNRPC: Simplify synopsis of svc_pool_for_cpu()Chuck Lever1-1/+1
2022-05-19SUNRPC: Remove svc_rqst::rq_xprt_hlenChuck Lever1-2/+0
2022-04-06SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever1-0/+1
2022-02-28NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever1-10/+4
2022-02-28NFSD: Remove svc_serv_ops::svo_moduleChuck Lever1-5/+0
2022-02-28SUNRPC: Remove svc_shutdown_net()Chuck Lever1-1/+0
2022-02-28SUNRPC: Remove svo_shutdown methodChuck Lever1-3/+0
2022-02-28SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever1-3/+0
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-12-13lockd: use svc_set_num_threads() for thread start and stopNeilBrown1-3/+3
2021-12-13SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown1-25/+0
2021-12-13SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown1-4/+0
2021-12-13NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown1-0/+13
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown1-10/+4
2021-12-13SUNRPC/NFSD: clean up get/put functions.NeilBrown1-3/+23
2021-12-13SUNRPC: change svc_get() to return the svc.NeilBrown1-1/+2
2021-10-13SUNRPC: Change return value type of .pc_encodeChuck Lever1-1/+1
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever1-1/+2
2021-10-13SUNRPC: Change return value type of .pc_decodeChuck Lever1-1/+1
2021-10-13SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever1-1/+2
2021-10-12SUNRPC: Simplify the SVC dispatch code pathChuck Lever1-4/+1
2021-10-02NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever1-2/+1
2021-09-04Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-2/+1
2021-08-17SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()Chuck Lever1-0/+1
2021-08-17SUNRPC: Add svc_rqst_replace_page() APIChuck Lever1-0/+4
2021-08-10SUNRPC: Eliminate the RQ_AUTHERR flagChuck Lever1-2/+0
2021-08-10SUNRPC: Add svc_rqst::rq_auth_statChuck Lever1-0/+1
2021-03-22NFSD: Extract the svcxdr_init_encode() helperChuck Lever1-0/+25
2021-01-25SUNRPC: Make trace_svc_process() display the RPC procedure symbolicallyChuck Lever1-0/+1
2020-11-30SUNRPC: Prepare for xdr_stream-style decoding on the server-sideChuck Lever1-0/+16
2020-11-30SUNRPC: Rename svc_encode_read_payload()Chuck Lever1-3/+3