summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/svc.h
AgeCommit message (Expand)Author
2024-03-01sunrpc: remove ->pg_stats from svc_programJosef Bacik
2024-03-01sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik
2024-01-10Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-01-07SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown
2024-01-07svc: don't hold reference for poolstats, only mutex.NeilBrown
2024-01-07SUNRPC: Remove RQ_SPLICE_OKChuck Lever
2024-01-04NFSv4.1: Use the nfs_client's rpc timeouts for backchannelBenjamin Coddington
2023-10-16NFSD: add rpc_status netlink supportLorenzo Bianconi
2023-10-16SUNRPC: change the back-channel queue to lwqNeilBrown
2023-10-16SUNRPC: discard sp_lockNeilBrown
2023-10-16SUNRPC: change sp_nrthreads to atomic_tNeilBrown
2023-10-16SUNRPC: use lwq for sp_sockets - renamed to sp_xprtsNeilBrown
2023-10-16SUNRPC: only have one thread waking up at a timeNeilBrown
2023-10-16SUNRPC: change service idle list to be an llistNeilBrown
2023-10-16SUNRPC: discard SP_CONGESTEDNeilBrown
2023-10-16SUNRPC: add list of idle threadsNeilBrown
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown
2023-10-16SUNRPC: integrate back-channel processing with svc_recv()NeilBrown
2023-10-16SUNRPC: Clean up bc_svc_process()Chuck Lever
2023-08-29SUNRPC: Remove return value of svc_pool_wake_idle_thread()NeilBrown
2023-08-29SUNRPC: Count ingress RPC messages per svc_poolChuck Lever
2023-08-29SUNRPC: Deduplicate thread wake-up codeChuck Lever
2023-08-29SUNRPC: Add enum svc_auth_statusChuck Lever
2023-08-29SUNRPC: change svc_rqst::rq_flags bits to enumNeilBrown
2023-08-29SUNRPC: change svc_pool::sp_flags bits to enumNeilBrown
2023-08-29SUNRPC: remove timeout arg from svc_recv()NeilBrown
2023-08-29nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown
2023-08-29NFSD: Remove svc_rqst::rq_cacherepChuck Lever
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-23net: convert sunrpc from pagevec to folio_batchMatthew Wilcox (Oracle)
2023-06-12sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells
2023-06-05NFSD: Ensure that xdr_write_pages updates rq_next_pageChuck Lever
2023-04-26SUNRPC: Relocate svc_free_res_pages()Chuck Lever
2023-04-26SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever
2023-04-26NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever
2023-02-20SUNRPC: Replace pool stats with per-CPU variablesChuck Lever
2023-02-20SUNRPC: Use per-CPU counters to tally server RPC countsChuck Lever
2023-02-20SUNRPC: Set rq_accept_statp inside ->accept methodsChuck Lever
2023-02-20SUNRPC: Refactor RPC server dispatch methodChuck Lever
2023-02-20SUNRPC: Remove no-longer-used helper functionsChuck Lever
2023-02-20SUNRPC: Convert unwrap data paths to use xdr_stream for repliesChuck Lever
2022-12-10sunrpc: svc: Remove an unused static function svc_ungetu32()Li zeming
2022-11-28SUNRPC: Remove unused svc_rqst::rq_lock fieldChuck Lever
2022-09-26SUNRPC: Parametrize how much of argsize should be zeroedChuck Lever
2022-09-26SUNRPC: Fix svcxdr_init_encode's buflen calculationChuck Lever
2022-09-26SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculationChuck Lever
2022-05-19SUNRPC: Simplify synopsis of svc_pool_for_cpu()Chuck Lever
2022-05-19SUNRPC: Remove svc_rqst::rq_xprt_hlenChuck Lever
2022-04-06SUNRPC: Fix NFSD's request deferral on RDMA transportsChuck Lever