summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
AgeCommit message (Expand)AuthorFilesLines
4 daysmove asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
13 daysSUNRPC: replace program list with program arrayNeilBrown1-3/+4
13 daysSUNRPC: add svcauth_map_clnt_to_svc_cred_localWeston Andros Adamson1-0/+5
13 daysSUNRPC: convert RPC_TASK_* constants to enumStephen Brennan1-7/+9
2024-09-21xdrgen: Fix return code checking in built-in XDR decodersChuck Lever1-2/+2
2024-09-21tools: Add xdrgenChuck Lever2-0/+269
2024-09-21svcrdma: Handle device removal outside of the CM event handlerChuck Lever1-0/+2
2024-09-21sunrpc: allow svc threads to fail initialisation cleanlyNeilBrown1-0/+31
2024-09-21sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown1-2/+2
2024-09-01SUNRPC: make various functions static, or not exported.NeilBrown3-12/+0
2024-07-19Merge tag 'nfs-for-6.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-0/+27
2024-07-08sunrpc: refactor pool_mode setting codeJeff Layton1-0/+2
2024-07-08sunrpc: fix up the special handling of sv_nrpools == 1Jeff Layton1-0/+1
2024-07-08rpcrdma: Implement generic device removalChuck Lever1-0/+27
2024-05-06SUNRPC: add a new svc_find_listener helperJeff Layton1-0/+2
2024-05-06SUNRPC: introduce svc_xprt_create_from_sa utility routineLorenzo Bianconi1-0/+3
2024-04-22Merge tag 'nfsd-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-10/+3
2024-04-20Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"Chuck Lever1-10/+3
2024-03-16Merge tag 'nfs-for-6.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-1/+3
2024-03-09sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik1-0/+1
2024-03-01svcrdma: Add Write chunk WRs to the RPC's Send WR chainChuck Lever1-3/+10
2024-03-01svcrdma: Post WRs for Write chunks in svc_rdma_sendto()Chuck Lever1-3/+3
2024-03-01svcrdma: Post the Reply chunk and Send WR togetherChuck Lever1-4/+9
2024-03-01svcrdma: Move write_info for Reply chunks into struct svc_rdma_send_ctxtChuck Lever1-0/+25
2024-03-01svcrdma: Post Send WR chainChuck Lever1-2/+4
2024-03-01sunrpc: remove ->pg_stats from svc_programJosef Bacik1-1/+0
2024-03-01sunrpc: pass in the sv_stats struct through svc_create_pooledJosef Bacik1-1/+3
2024-02-29SUNRPC: increase size of rpc_wait_queue.qlen from unsigned short to unsigned intDai Ngo1-1/+1
2024-02-28SUNRPC: Add a transport callback to handle dequeuing of an RPC requestTrond Myklebust1-0/+1
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