summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/svc.c
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: removed redundant procp checkAleksandr Aprelkov2024-05-061-2/+0
* SUNRPC: Remove EXPORT_SYMBOL_GPL for svc_process_bc()Chuck Lever2024-03-011-1/+0
* sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik2024-03-011-5/+7
* sunrpc: don't change ->sv_stats if it doesn't existJosef Bacik2024-03-011-9/+18
* NFSv4.1: Assign the right value for initval and retries for rpc timeoutSamasth Norway Ananda2024-01-291-2/+2
* Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-01-101-1/+10
|\
| * NFSv4.1: Use the nfs_client's rpc timeouts for backchannelBenjamin Coddington2024-01-041-1/+10
* | SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown2024-01-071-9/+4
* | SUNRPC: Remove RQ_SPLICE_OKChuck Lever2024-01-071-2/+0
|/
* SUNRPC: Remove BUG_ON call sitesChuck Lever2023-10-161-4/+5
* SUNRPC: change the back-channel queue to lwqNeilBrown2023-10-161-2/+1
* SUNRPC: discard sp_lockNeilBrown2023-10-161-5/+5
* SUNRPC: change sp_nrthreads to atomic_tNeilBrown2023-10-161-17/+20
* SUNRPC: use lwq for sp_sockets - renamed to sp_xprtsNeilBrown2023-10-161-1/+1
* SUNRPC: only have one thread waking up at a timeNeilBrown2023-10-161-8/+6
* SUNRPC: change service idle list to be an llistNeilBrown2023-10-161-7/+7
* SUNRPC: discard SP_CONGESTEDNeilBrown2023-10-161-1/+0
* SUNRPC: add list of idle threadsNeilBrown2023-10-161-5/+9
* SUNRPC: change how svc threads are asked to exit.NeilBrown2023-10-161-22/+21
* SUNRPC: integrate back-channel processing with svc_recv()NeilBrown2023-10-161-1/+1
* SUNRPC: Clean up bc_svc_process()Chuck Lever2023-10-161-26/+12
* Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-08-311-0/+2
|\
| * SUNRPC: kmap() the xdr pages during decodeAnna Schumaker2023-08-231-0/+2
* | SUNRPC: Remove return value of svc_pool_wake_idle_thread()NeilBrown2023-08-291-6/+2
* | SUNRPC: Clean up svc_set_num_threadsChuck Lever2023-08-291-35/+25
* | SUNRPC: Count ingress RPC messages per svc_poolChuck Lever2023-08-291-0/+2
* | SUNRPC: Deduplicate thread wake-up codeChuck Lever2023-08-291-0/+34
* | SUNRPC: Add enum svc_auth_statusChuck Lever2023-08-291-1/+5
* | SUNRPC: remove timeout arg from svc_recv()NeilBrown2023-08-291-2/+0
* | SUNRPC: call svc_process() from svc_recv().NeilBrown2023-08-291-1/+0
|/
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-5/+5
|\
| * net: convert sunrpc from pagevec to folio_batchMatthew Wilcox (Oracle)2023-06-231-5/+5
* | SUNRPC: Address RCU warning in net/sunrpc/svc.cChuck Lever2023-06-171-2/+6
* | SUNRPC: Use sysfs_emit in place of strlcpy/sprintfAzeem Shaikh2023-06-171-5/+5
* | SUNRPC: Use __alloc_bulk_pages() in svc_init_buffer()Chuck Lever2023-06-051-16/+7
|/
* SUNRPC: Fix trace_svc_register() call siteChuck Lever2023-05-141-1/+1
* SUNRPC: Fix encoding of accepted but unsuccessful RPC repliesChuck Lever2023-05-031-6/+11
* SUNRPC: Be even lazier about releasing pagesChuck Lever2023-04-271-0/+3
* SUNRPC: Convert svc_xprt_release() to the release_pages() APIChuck Lever2023-04-261-6/+5
* SUNRPC: Relocate svc_free_res_pages()Chuck Lever2023-04-261-0/+19
* SUNRPC: Ignore return value of ->xpo_sendtoChuck Lever2023-04-261-6/+7
* NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor()Chuck Lever2023-04-261-1/+14
* SUNRPC: Fix a server shutdown leakBenjamin Coddington2023-03-081-1/+5
* SUNRPC: Replace pool stats with per-CPU variablesChuck Lever2023-02-201-0/+12
* 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-2/+0
* SUNRPC: Refactor RPC server dispatch methodChuck Lever2023-02-201-5/+5
* SUNRPC: Final clean-up of svc_process_common()Chuck Lever2023-02-201-8/+6
* SUNRPC: Convert RPC Reply header encoding to use xdr_streamChuck Lever2023-02-201-25/+25
* SUNRPC: Hoist init_encode out of svc_authenticate()Chuck Lever2023-02-201-0/+2