summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)Author
2024-01-10Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-01-07SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown
2024-01-07svc: don't hold reference for poolstats, only mutex.NeilBrown
2024-01-07svcrdma: Implement multi-stage Read completion againChuck Lever
2024-01-07svcrdma: Add back svcxprt_rdma::sc_read_complete_qChuck Lever
2024-01-07svcrdma: Add back svc_rdma_recv_ctxt::rc_pagesChuck Lever
2024-01-07svcrdma: De-duplicate completion ID initialization helpersChuck Lever
2024-01-07svcrdma: Move the svc_rdma_cc_init() callChuck Lever
2024-01-07svcrdma: Update synopsis of svc_rdma_build_read_segment()Chuck Lever
2024-01-07svcrdma: Move read_info::ri_pageoff into struct svc_rdma_recv_ctxtChuck Lever
2024-01-07svcrdma: Move svc_rdma_read_info::ri_pageno to struct svc_rdma_recv_ctxtChuck Lever
2024-01-07svcrdma: Start moving fields out of struct svc_rdma_read_infoChuck Lever
2024-01-07svcrdma: Move struct svc_rdma_chunk_ctxt to svc_rdma.hChuck Lever
2024-01-07svcrdma: Add an async version of svc_rdma_send_ctxt_put()Chuck Lever
2024-01-07svcrdma: Add a utility workqueue to svcrdmaChuck Lever
2024-01-07svcrdma: Eliminate allocation of recv_ctxt objects in backchannelChuck Lever
2024-01-07SUNRPC: Remove RQ_SPLICE_OKChuck Lever
2024-01-07SUNRPC: Add a server-side API for retrieving an RPC's pseudoflavorChuck Lever
2024-01-04NFSv4.1: Use the nfs_client's rpc timeouts for backchannelBenjamin Coddington
2024-01-04SUNRPC: Remove unused function rpc_clnt_xprt_switch_put()Anna Schumaker
2023-11-08Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2023-11-01SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix
2023-10-16NFSD: add rpc_status netlink supportLorenzo Bianconi
2023-10-16SUNRPC: change the back-channel queue to lwqNeilBrown
2023-10-16SUNRPC: discard sp_lockNeilBrown
2023-10-16SUNRPC: change sp_nrthreads to atomic_tNeilBrown
2023-10-16SUNRPC: use lwq for sp_sockets - renamed to sp_xprtsNeilBrown
2023-10-16SUNRPC: only have one thread waking up at a timeNeilBrown
2023-10-16SUNRPC: change service idle list to be an llistNeilBrown
2023-10-16SUNRPC: discard SP_CONGESTEDNeilBrown
2023-10-16SUNRPC: add list of idle threadsNeilBrown
2023-10-16SUNRPC: change how svc threads are asked to exit.NeilBrown
2023-10-16SUNRPC: integrate back-channel processing with svc_recv()NeilBrown
2023-10-16SUNRPC: Clean up bc_svc_process()Chuck Lever
2023-09-15SUNRPC: Silence compiler complaints about tautological comparisonsTrond Myklebust
2023-09-15Revert "SUNRPC: clean up integer overflow check"Anna Schumaker
2023-08-31Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-08-29SUNRPC: Remove unused declaration rpc_modcount()Yue Haibing
2023-08-29SUNRPC: Remove unused declarationsYue Haibing
2023-08-29SUNRPC: Remove return value of svc_pool_wake_idle_thread()NeilBrown
2023-08-29SUNRPC: Count ingress RPC messages per svc_poolChuck Lever
2023-08-29SUNRPC: Deduplicate thread wake-up codeChuck Lever
2023-08-29SUNRPC: Add enum svc_auth_statusChuck Lever
2023-08-29SUNRPC: change svc_xprt::xpt_flags bits to enumChuck Lever
2023-08-29SUNRPC: change svc_rqst::rq_flags bits to enumNeilBrown
2023-08-29SUNRPC: change svc_pool::sp_flags bits to enumNeilBrown
2023-08-29SUNRPC: change cache_head.flags bits to enumNeilBrown
2023-08-29SUNRPC: remove timeout arg from svc_recv()NeilBrown
2023-08-29SUNRPC: change svc_recv() to return void.NeilBrown
2023-08-29nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown