summaryrefslogtreecommitdiff
path: root/net/sunrpc/svc.c
AgeCommit message (Expand)AuthorFilesLines
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-11Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-1/+10
2024-01-08SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown1-9/+4
2024-01-08SUNRPC: Remove RQ_SPLICE_OKChuck Lever1-2/+0
2024-01-05NFSv4.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-09-01Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+2
2023-08-30SUNRPC: Remove return value of svc_pool_wake_idle_thread()NeilBrown1-6/+2
2023-08-30SUNRPC: Clean up svc_set_num_threadsChuck Lever1-35/+25
2023-08-30SUNRPC: Count ingress RPC messages per svc_poolChuck Lever1-0/+2
2023-08-30SUNRPC: Deduplicate thread wake-up codeChuck Lever1-0/+34
2023-08-30SUNRPC: Add enum svc_auth_statusChuck Lever1-1/+5
2023-08-30SUNRPC: remove timeout arg from svc_recv()NeilBrown1-2/+0
2023-08-30SUNRPC: 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-24net: 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-28SUNRPC: Be even lazier about releasing pagesChuck Lever1-0/+3
2023-04-26SUNRPC: Convert svc_xprt_release() to the release_pages() APIChuck Lever1-6/+5
2023-04-26SUNRPC: Relocate svc_free_res_pages()Chuck Lever1-0/+19
2023-04-26SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever1-6/+7
2023-04-26NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever1-1/+14
2023-03-08SUNRPC: Fix a server shutdown leakBenjamin Coddington1-1/+5
2023-02-20SUNRPC: Replace pool stats with per-CPU variablesChuck Lever1-0/+12
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-2/+0
2023-02-20SUNRPC: Refactor RPC server dispatch methodChuck Lever1-5/+5
2023-02-20SUNRPC: Final clean-up of svc_process_common()Chuck Lever1-8/+6
2023-02-20SUNRPC: Convert RPC Reply header encoding to use xdr_streamChuck Lever1-25/+25
2023-02-20SUNRPC: Hoist init_encode out of svc_authenticate()Chuck Lever1-0/+2
2023-02-20SUNRPC: Move svcxdr_init_encode() into ->accept methodsChuck Lever1-4/+2