aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/sunrpc/svc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-01sunrpc: remove ->pg_stats from svc_programJosef Bacik1-1/+0
2024-03-01sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik1-1/+3
2024-01-10Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+2
2024-01-07SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown1-26/+1
2024-01-07svc: don't hold reference for poolstats, only mutex.NeilBrown1-1/+7
2024-01-07SUNRPC: Remove RQ_SPLICE_OKChuck Lever1-2/+0
2024-01-04NFSv4.1: Use the nfs_client's rpc timeouts for backchannelBenjamin Coddington1-0/+2
2023-10-16NFSD: add rpc_status netlink supportLorenzo Bianconi1-0/+1
2023-10-16SUNRPC: change the back-channel queue to lwqNeilBrown1-2/+1
2023-10-16SUNRPC: discard sp_lockNeilBrown1-1/+0
2023-10-16SUNRPC: change sp_nrthreads to atomic_tNeilBrown1-1/+1
2023-10-16SUNRPC: use lwq for sp_sockets - renamed to sp_xprtsNeilBrown1-1/+2
2023-10-16SUNRPC: only have one thread waking up at a timeNeilBrown1-11/+0
2023-10-16SUNRPC: change service idle list to be an llistNeilBrown1-16/+5
2023-10-16SUNRPC: discard SP_CONGESTEDNeilBrown1-1/+0
2023-10-16SUNRPC: add list of idle threadsNeilBrown1-1/+24
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown1-1/+25
2023-10-16SUNRPC: integrate back-channel processing with svc_recv()NeilBrown1-2/+0
2023-10-16SUNRPC: Clean up bc_svc_process()Chuck Lever1-2/+1
2023-08-29SUNRPC: Remove return value of svc_pool_wake_idle_thread()NeilBrown1-1/+1
2023-08-29SUNRPC: Count ingress RPC messages per svc_poolChuck Lever1-0/+1
2023-08-29SUNRPC: Deduplicate thread wake-up codeChuck Lever1-0/+1
2023-08-29SUNRPC: Add enum svc_auth_statusChuck Lever1-1/+1
2023-08-29SUNRPC: change svc_rqst::rq_flags bits to enumNeilBrown1-10/+13
2023-08-29SUNRPC: change svc_pool::sp_flags bits to enumNeilBrown1-3/+7
2023-08-29SUNRPC: remove timeout arg from svc_recv()NeilBrown1-1/+0
2023-08-29nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown1-13/+0
2023-08-29NFSD: Remove svc_rqst::rq_cacherepChuck Lever1-1/+0
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-6/+5
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus 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