summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/svc.h
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Remove return value of svc_pool_wake_idle_thread()NeilBrown2023-08-291-1/+1
* SUNRPC: Count ingress RPC messages per svc_poolChuck Lever2023-08-291-0/+1
* SUNRPC: Deduplicate thread wake-up codeChuck Lever2023-08-291-0/+1
* SUNRPC: Add enum svc_auth_statusChuck Lever2023-08-291-1/+1
* SUNRPC: change svc_rqst::rq_flags bits to enumNeilBrown2023-08-291-10/+13
* SUNRPC: change svc_pool::sp_flags bits to enumNeilBrown2023-08-291-3/+7
* SUNRPC: remove timeout arg from svc_recv()NeilBrown2023-08-291-1/+0
* nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown2023-08-291-13/+0
* NFSD: Remove svc_rqst::rq_cacherepChuck Lever2023-08-291-1/+0
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-6/+5
|\
| * sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells2023-06-121-6/+5
* | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-1/+1
|\ \
| * | net: convert sunrpc from pagevec to folio_batchMatthew Wilcox (Oracle)2023-06-231-1/+1
| |/
* / NFSD: Ensure that xdr_write_pages updates rq_next_pageChuck Lever2023-06-051-0/+21
|/
* SUNRPC: Relocate svc_free_res_pages()Chuck Lever2023-04-261-11/+1
* SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever2023-04-261-1/+1
* NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever2023-04-261-1/+1
* SUNRPC: Replace pool stats with per-CPU variablesChuck Lever2023-02-201-9/+6
* 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-0/+19
* SUNRPC: Refactor RPC server dispatch methodChuck Lever2023-02-201-2/+3
* SUNRPC: Remove no-longer-used helper functionsChuck Lever2023-02-201-65/+1
* SUNRPC: Convert unwrap data paths to use xdr_stream for repliesChuck Lever2023-02-201-2/+24
* sunrpc: svc: Remove an unused static function svc_ungetu32()Li zeming2022-12-101-7/+0
* SUNRPC: Remove unused svc_rqst::rq_lock fieldChuck Lever2022-11-281-1/+0
* SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever2022-09-261-0/+1
* SUNRPC: Fix svcxdr_init_encode's buflen calculationChuck Lever2022-09-261-1/+1
* SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculationChuck Lever2022-09-261-3/+14
* SUNRPC: Simplify synopsis of svc_pool_for_cpu()Chuck Lever2022-05-191-1/+1
* SUNRPC: Remove svc_rqst::rq_xprt_hlenChuck Lever2022-05-191-2/+0
* SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever2022-04-061-0/+1
* NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever2022-02-281-10/+4
* NFSD: Remove svc_serv_ops::svo_moduleChuck Lever2022-02-281-5/+0
* SUNRPC: Remove svc_shutdown_net()Chuck Lever2022-02-281-1/+0
* SUNRPC: Remove svo_shutdown methodChuck Lever2022-02-281-3/+0
* SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever2022-02-281-3/+0
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\
* | lockd: use svc_set_num_threads() for thread start and stopNeilBrown2021-12-131-3/+3
* | SUNRPC: move the pool_map definitions (back) into svc.cNeilBrown2021-12-131-25/+0
* | SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown2021-12-131-4/+0
* | NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown2021-12-131-0/+13
* | SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown2021-12-131-10/+4
* | SUNRPC/NFSD: clean up get/put functions.NeilBrown2021-12-131-3/+23
* | SUNRPC: change svc_get() to return the svc.NeilBrown2021-12-131-1/+2
|/
* SUNRPC: Change return value type of .pc_encodeChuck Lever2021-10-131-1/+1
* SUNRPC: Replace the "__be32 *p" parameter to .pc_encodeChuck Lever2021-10-131-1/+2
* SUNRPC: Change return value type of .pc_decodeChuck Lever2021-10-131-1/+1
* SUNRPC: Replace the "__be32 *p" parameter to .pc_decodeChuck Lever2021-10-131-1/+2
* SUNRPC: Simplify the SVC dispatch code pathChuck Lever2021-10-121-4/+1
* NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()Chuck Lever2021-10-021-2/+1