summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2024-01-11Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds5-14/+17
2024-01-08SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown1-26/+1
2024-01-08svc: don't hold reference for poolstats, only mutex.NeilBrown1-1/+7
2024-01-08svcrdma: Implement multi-stage Read completion againChuck Lever1-2/+4
2024-01-08svcrdma: Add back svcxprt_rdma::sc_read_complete_qChuck Lever1-0/+1
2024-01-08svcrdma: Add back svc_rdma_recv_ctxt::rc_pagesChuck Lever1-1/+3
2024-01-08svcrdma: De-duplicate completion ID initialization helpersChuck Lever1-0/+24
2024-01-08svcrdma: Move the svc_rdma_cc_init() callChuck Lever1-0/+2
2024-01-08svcrdma: Update synopsis of svc_rdma_build_read_segment()Chuck Lever1-0/+7
2024-01-08svcrdma: Move read_info::ri_pageoff into struct svc_rdma_recv_ctxtChuck Lever1-0/+1
2024-01-08svcrdma: Move svc_rdma_read_info::ri_pageno to struct svc_rdma_recv_ctxtChuck Lever1-0/+1
2024-01-08svcrdma: Start moving fields out of struct svc_rdma_read_infoChuck Lever1-0/+4
2024-01-08svcrdma: Move struct svc_rdma_chunk_ctxt to svc_rdma.hChuck Lever1-0/+15
2024-01-08svcrdma: Add an async version of svc_rdma_send_ctxt_put()Chuck Lever1-0/+2
2024-01-08svcrdma: Add a utility workqueue to svcrdmaChuck Lever1-0/+1
2024-01-08svcrdma: Eliminate allocation of recv_ctxt objects in backchannelChuck Lever1-1/+2
2024-01-08SUNRPC: Remove RQ_SPLICE_OKChuck Lever1-2/+0
2024-01-08SUNRPC: Add a server-side API for retrieving an RPC's pseudoflavorChuck Lever1-1/+6
2024-01-05NFSv4.1: Use the nfs_client's rpc timeouts for backchannelBenjamin Coddington4-13/+17
2024-01-04SUNRPC: Remove unused function rpc_clnt_xprt_switch_put()Anna Schumaker1-1/+0
2023-11-09Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2023-11-01SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix1-0/+1
2023-10-16NFSD: add rpc_status netlink supportLorenzo Bianconi1-0/+1
2023-10-16SUNRPC: change the back-channel queue to lwqNeilBrown2-3/+3
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_xprtsNeilBrown2-2/+3
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-09-15SUNRPC: Silence compiler complaints about tautological comparisonsTrond Myklebust1-1/+1
2023-09-15Revert "SUNRPC: clean up integer overflow check"Anna Schumaker1-1/+3
2023-09-01Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-3/+7
2023-08-30SUNRPC: Remove unused declaration rpc_modcount()Yue Haibing1-16/+7
2023-08-30SUNRPC: Remove unused declarationsYue Haibing1-3/+0
2023-08-30SUNRPC: Remove return value of svc_pool_wake_idle_thread()NeilBrown1-1/+1
2023-08-30SUNRPC: Count ingress RPC messages per svc_poolChuck Lever1-0/+1
2023-08-30SUNRPC: Deduplicate thread wake-up codeChuck Lever1-0/+1
2023-08-30SUNRPC: Add enum svc_auth_statusChuck Lever2-27/+25
2023-08-30SUNRPC: change svc_xprt::xpt_flags bits to enumChuck Lever1-17/+21
2023-08-30SUNRPC: change svc_rqst::rq_flags bits to enumNeilBrown1-10/+13
2023-08-30SUNRPC: change svc_pool::sp_flags bits to enumNeilBrown1-3/+7
2023-08-30SUNRPC: change cache_head.flags bits to enumNeilBrown1-4/+8
2023-08-30SUNRPC: remove timeout arg from svc_recv()NeilBrown2-2/+1
2023-08-30SUNRPC: change svc_recv() to return void.NeilBrown1-1/+1
2023-08-30nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown1-13/+0