summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-04-221-10/+3
|\
| * Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"Chuck Lever2024-04-201-10/+3
* | Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-03-163-1/+3
|\ \ | |/ |/|
| * sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik2024-03-091-0/+1
| * SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned intDai Ngo2024-02-281-1/+1
| * SUNRPC: Add a transport callback to handle dequeuing of an RPC requestTrond Myklebust2024-02-281-0/+1
* | svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever2024-03-011-3/+10
* | svcrdma: Post WRs for Write chunks in svc_rdma_sendto()Chuck Lever2024-03-011-3/+3
* | svcrdma: Post the Reply chunk and Send WR togetherChuck Lever2024-03-011-4/+9
* | svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxtChuck Lever2024-03-011-0/+25
* | svcrdma: Post Send WR chainChuck Lever2024-03-011-2/+4
* | sunrpc: remove ->pg_stats from svc_programJosef Bacik2024-03-011-1/+0
* | sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik2024-03-011-1/+3
|/
* Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-01-105-14/+17
|\
| * NFSv4.1: Use the nfs_client's rpc timeouts for backchannelBenjamin Coddington2024-01-044-13/+17
| * SUNRPC: Remove unused function rpc_clnt_xprt_switch_put()Anna Schumaker2024-01-041-1/+0
* | SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown2024-01-071-26/+1
* | svc: don't hold reference for poolstats, only mutex.NeilBrown2024-01-071-1/+7
* | svcrdma: Implement multi-stage Read completion againChuck Lever2024-01-071-2/+4
* | svcrdma: Add back svcxprt_rdma::sc_read_complete_qChuck Lever2024-01-071-0/+1
* | svcrdma: Add back svc_rdma_recv_ctxt::rc_pagesChuck Lever2024-01-071-1/+3
* | svcrdma: De-duplicate completion ID initialization helpersChuck Lever2024-01-071-0/+24
* | svcrdma: Move the svc_rdma_cc_init() callChuck Lever2024-01-071-0/+2
* | svcrdma: Update synopsis of svc_rdma_build_read_segment()Chuck Lever2024-01-071-0/+7
* | svcrdma: Move read_info::ri_pageoff into struct svc_rdma_recv_ctxtChuck Lever2024-01-071-0/+1
* | svcrdma: Move svc_rdma_read_info::ri_pageno to struct svc_rdma_recv_ctxtChuck Lever2024-01-071-0/+1
* | svcrdma: Start moving fields out of struct svc_rdma_read_infoChuck Lever2024-01-071-0/+4
* | svcrdma: Move struct svc_rdma_chunk_ctxt to svc_rdma.hChuck Lever2024-01-071-0/+15
* | svcrdma: Add an async version of svc_rdma_send_ctxt_put()Chuck Lever2024-01-071-0/+2
* | svcrdma: Add a utility workqueue to svcrdmaChuck Lever2024-01-071-0/+1
* | svcrdma: Eliminate allocation of recv_ctxt objects in backchannelChuck Lever2024-01-071-1/+2
* | SUNRPC: Remove RQ_SPLICE_OKChuck Lever2024-01-071-2/+0
* | SUNRPC: Add a server-side API for retrieving an RPC's pseudoflavorChuck Lever2024-01-071-1/+6
|/
* Merge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2023-11-081-0/+1
|\
| * SUNRPC: Fix RPC client cleaned up the freed pipefs dentriesfelix2023-11-011-0/+1
* | NFSD: add rpc_status netlink supportLorenzo Bianconi2023-10-161-0/+1
* | SUNRPC: change the back-channel queue to lwqNeilBrown2023-10-162-3/+3
* | SUNRPC: discard sp_lockNeilBrown2023-10-161-1/+0
* | SUNRPC: change sp_nrthreads to atomic_tNeilBrown2023-10-161-1/+1
* | SUNRPC: use lwq for sp_sockets - renamed to sp_xprtsNeilBrown2023-10-162-2/+3
* | SUNRPC: only have one thread waking up at a timeNeilBrown2023-10-161-11/+0
* | SUNRPC: change service idle list to be an llistNeilBrown2023-10-161-16/+5
* | SUNRPC: discard SP_CONGESTEDNeilBrown2023-10-161-1/+0
* | SUNRPC: add list of idle threadsNeilBrown2023-10-161-1/+24
* | SUNRPC: change how svc threads are asked to exit.NeilBrown2023-10-161-1/+25
* | SUNRPC: integrate back-channel processing with svc_recv()NeilBrown2023-10-161-2/+0
* | SUNRPC: Clean up bc_svc_process()Chuck Lever2023-10-161-2/+1
|/
* SUNRPC: Silence compiler complaints about tautological comparisonsTrond Myklebust2023-09-151-1/+1
* Revert "SUNRPC: clean up integer overflow check"Anna Schumaker2023-09-151-1/+3
* Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-08-313-3/+7
|\