aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-324/+284
2018-06-12Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds14-818/+827
2018-06-08svcrdma: Fix incorrect return value/type in svc_rdma_post_recvsChuck Lever1-1/+1
2018-06-04Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust9-324/+284
2018-06-01xprtrdma: Remove transfertypes arrayChuck Lever1-8/+0
2018-06-01xprtrdma: Add trace_xprtrdma_dma_map(mr)Chuck Lever2-0/+2
2018-06-01xprtrdma: Wait on empty sendctx queueChuck Lever3-2/+14
2018-06-01xprtrdma: Move common wait_for_buffer_space call to parent functionChuck Lever1-19/+12
2018-06-01xprtrdma: Return -ENOBUFS when no pages are availableChuck Lever1-1/+1
2018-05-11Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-11/+10
2018-05-11svcrdma: Persistently allocate and DMA-map Send buffersChuck Lever3-126/+99
2018-05-11svcrdma: Simplify svc_rdma_send()Chuck Lever1-15/+15
2018-05-11svcrdma: Remove post_send_wrChuck Lever3-37/+16
2018-05-11svcrdma: Don't overrun the SGE array in svc_rdma_send_ctxtChuck Lever2-19/+30
2018-05-11svcrdma: Introduce svc_rdma_send_ctxtChuck Lever4-254/+231
2018-05-11svcrdma: Clean up Send SGE accountingChuck Lever3-11/+10
2018-05-11svcrdma: Refactor svc_rdma_dma_map_bufChuck Lever1-33/+17
2018-05-11svcrdma: Allocate recv_ctxt's on CPU handling ReceivesChuck Lever1-16/+36
2018-05-11svcrdma: Persistently allocate and DMA-map Receive buffersChuck Lever4-134/+73
2018-05-11svcrdma: Preserve Receive buffer until svc_rdma_sendtoChuck Lever2-4/+12
2018-05-11svcrdma: Simplify svc_rdma_recv_ctxt_putChuck Lever2-21/+24
2018-05-11svcrdma: Remove sc_rq_depthChuck Lever1-9/+8
2018-05-11svcrdma: Introduce svc_rdma_recv_ctxtChuck Lever4-220/+326
2018-05-11svcrdma: Trace key RDMA API eventsChuck Lever10-51/+50
2018-05-11svcrdma: Trace key RPC/RDMA protocol eventsChuck Lever4-47/+50
2018-05-11xprtrdma: Prepare RPC/RDMA includes for server-side trace pointsChuck Lever9-6/+12
2018-05-11svcrdma: Use passed-in net namespace when creating RDMA listenerChuck Lever1-18/+17
2018-05-11svcrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever4-0/+4
2018-05-07xprtrdma: Make rpcrdma_sendctx_put_locked() a static functionChuck Lever2-2/+3
2018-05-07xprtrdma: Remove rpcrdma_buffer_get_rep_locked()Chuck Lever1-12/+3
2018-05-07xprtrdma: Remove rpcrdma_buffer_get_req_locked()Chuck Lever1-18/+4
2018-05-07xprtrdma: Remove rpcrdma_ep_{post_recv, post_extra_recv}Chuck Lever2-62/+0
2018-05-07xprtrdma: Move Receive posting to Receive handlerChuck Lever5-124/+115
2018-05-07xprtrdma: Clean up Receive trace pointsChuck Lever1-2/+2
2018-05-07xprtrdma: Make rpc_rqst part of rpcrdma_reqChuck Lever3-75/+46
2018-05-07xprtrdma: Introduce ->alloc_slot call-out for xprtrdmaChuck Lever1-2/+50
2018-05-07SUNRPC: Add a ->free_slot transport calloutChuck Lever2-0/+2
2018-05-07xprtrdma: Fix max_send_wr computationChuck Lever3-24/+52
2018-05-07xprtrdma: Create transport's CM ID in the correct network namespaceChuck Lever1-2/+2
2018-05-07xprtrdma: Try to fail quickly if proto=rdmaChuck Lever1-2/+2
2018-05-07xprtrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever5-0/+5
2018-05-01xprtrdma: Fix list corruption / DMAR errors during MR recoveryChuck Lever4-11/+10
2018-04-12Merge tag 'nfs-for-4.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-85/+111
2018-04-10xprtrdma: Fix corner cases when handling device removalChuck Lever1-4/+9
2018-04-10SUNRPC: Make RTT measurement more precise (Send)Chuck Lever1-0/+1
2018-04-10xprtrdma: Move creation of rl_rdmabuf to rpcrdma_create_reqChuck Lever3-34/+12
2018-04-10xprtrdma: Chain Send to FastReg WRsChuck Lever4-18/+49
2018-04-10xprtrdma: "Support" call-only RPCsChuck Lever1-0/+6
2018-04-10xprtrdma: Reduce number of MRs created by rpcrdma_mrs_createChuck Lever1-1/+1
2018-04-10xprtrdma: ->send_request returns -EAGAIN when there are no free MRsChuck Lever5-13/+27