summaryrefslogtreecommitdiff
path: root/net/sunrpc/svc.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-30sunrpc: fix prog selection loop in svc_process_commonNeilBrown1-7/+4
2024-09-23SUNRPC: replace program list with program arrayNeilBrown1-29/+39
2024-09-20sunrpc: allow svc threads to fail initialisation cleanlyNeilBrown1-0/+10
2024-09-20sunrpc: merge svc_rqst_alloc() into svc_prepare_thread()NeilBrown1-18/+7
2024-09-20sunrpc: don't take ->sv_lock when updating ->sv_nrthreads.NeilBrown1-6/+0
2024-09-20sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown1-20/+11
2024-09-20sunrpc: document locking rules for svc_exit_thread()NeilBrown1-0/+14
2024-09-01SUNRPC: make various functions static, or not exported.NeilBrown1-23/+25
2024-07-19sunrpc: avoid -Wformat-security warningArnd Bergmann1-1/+1
2024-07-08sunrpc: refactor pool_mode setting codeJeff Layton1-21/+64
2024-07-08sunrpc: fix up the special handling of sv_nrpools == 1Jeff Layton1-19/+7
2024-06-21SUNRPC: Fix backchannel reply, againChuck Lever1-1/+4
2024-05-06sunrpc: removed redundant procp checkAleksandr Aprelkov1-2/+0
2024-03-01SUNRPC: Remove EXPORT_SYMBOL_GPL for svc_process_bc()Chuck Lever1-1/+0
2024-03-01sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik1-5/+7
2024-03-01sunrpc: don't change ->sv_stats if it doesn't existJosef Bacik1-9/+18
2024-01-29NFSv4.1: Assign the right value for initval and retries for rpc timeoutSamasth Norway Ananda1-2/+2
2024-01-10Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+10
2024-01-07SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown1-9/+4
2024-01-07SUNRPC: Remove RQ_SPLICE_OKChuck Lever1-2/+0
2024-01-04NFSv4.1: Use the nfs_client's rpc timeouts for backchannelBenjamin Coddington1-1/+10
2023-10-16SUNRPC: Remove BUG_ON call sitesChuck Lever1-4/+5
2023-10-16SUNRPC: change the back-channel queue to lwqNeilBrown1-2/+1
2023-10-16SUNRPC: discard sp_lockNeilBrown1-5/+5
2023-10-16SUNRPC: change sp_nrthreads to atomic_tNeilBrown1-17/+20
2023-10-16SUNRPC: use lwq for sp_sockets - renamed to sp_xprtsNeilBrown1-1/+1
2023-10-16SUNRPC: only have one thread waking up at a timeNeilBrown1-8/+6
2023-10-16SUNRPC: change service idle list to be an llistNeilBrown1-7/+7
2023-10-16SUNRPC: discard SP_CONGESTEDNeilBrown1-1/+0
2023-10-16SUNRPC: add list of idle threadsNeilBrown1-5/+9
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown1-22/+21
2023-10-16SUNRPC: integrate back-channel processing with svc_recv()NeilBrown1-1/+1
2023-10-16SUNRPC: Clean up bc_svc_process()Chuck Lever1-26/+12
2023-08-31Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+2
2023-08-29SUNRPC: Remove return value of svc_pool_wake_idle_thread()NeilBrown1-6/+2
2023-08-29SUNRPC: Clean up svc_set_num_threadsChuck Lever1-35/+25
2023-08-29SUNRPC: Count ingress RPC messages per svc_poolChuck Lever1-0/+2
2023-08-29SUNRPC: Deduplicate thread wake-up codeChuck Lever1-0/+34
2023-08-29SUNRPC: Add enum svc_auth_statusChuck Lever1-1/+5
2023-08-29SUNRPC: remove timeout arg from svc_recv()NeilBrown1-2/+0
2023-08-29SUNRPC: call svc_process() from svc_recv().NeilBrown1-1/+0
2023-08-23SUNRPC: kmap() the xdr pages during decodeAnna Schumaker1-0/+2
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+5
2023-06-23net: convert sunrpc from pagevec to folio_batchMatthew Wilcox (Oracle)1-5/+5
2023-06-17SUNRPC: Address RCU warning in net/sunrpc/svc.cChuck Lever1-2/+6
2023-06-17SUNRPC: Use sysfs_emit in place of strlcpy/sprintfAzeem Shaikh1-5/+5
2023-06-05SUNRPC: Use __alloc_bulk_pages() in svc_init_buffer()Chuck Lever1-16/+7
2023-05-14SUNRPC: Fix trace_svc_register() call siteChuck Lever1-1/+1
2023-05-03SUNRPC: Fix encoding of accepted but unsuccessful RPC repliesChuck Lever1-6/+11
2023-04-27SUNRPC: Be even lazier about releasing pagesChuck Lever1-0/+3