summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/verbs.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-3/+2
2018-08-08xprtrdma: Fix disconnect regressionChuck Lever1-3/+2
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-1/+2
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+1
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-179/+112
2018-06-12Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2018-06-04Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust1-179/+112
2018-06-01xprtrdma: Wait on empty sendctx queueChuck Lever1-1/+7
2018-05-11xprtrdma: Prepare RPC/RDMA includes for server-side trace pointsChuck Lever1-0/+1
2018-05-07xprtrdma: Make rpcrdma_sendctx_put_locked() a static functionChuck Lever1-1/+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 Lever1-59/+0
2018-05-07xprtrdma: Move Receive posting to Receive handlerChuck Lever1-77/+99
2018-05-07xprtrdma: Clean up Receive trace pointsChuck Lever1-2/+2
2018-05-07xprtrdma: Fix max_send_wr computationChuck Lever1-20/+4
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 Lever1-0/+1
2018-05-01xprtrdma: Fix list corruption / DMAR errors during MR recoveryChuck Lever1-0/+5
2018-04-10xprtrdma: Fix corner cases when handling device removalChuck Lever1-4/+9
2018-04-10xprtrdma: Move creation of rl_rdmabuf to rpcrdma_create_reqChuck Lever1-2/+12
2018-04-10xprtrdma: Chain Send to FastReg WRsChuck Lever1-2/+1
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 Lever1-1/+2
2018-04-10xprtrdma: Remove xprt-specific connect cookieChuck Lever1-0/+2
2018-04-10xprtrdma: Remove arbitrary limit on initiator depthChuck Lever1-5/+2
2018-02-02xprtrdma: Fix BUG after a device removalChuck Lever1-3/+3
2018-02-02xprtrdma: Fix calculation of ri_max_send_sgesChuck Lever1-1/+1
2018-01-23xprtrdma: Correct some documenting commentsChuck Lever1-1/+1
2018-01-23xprtrdma: Instrument allocation/release of rpcrdma_req/rep objectsChuck Lever1-2/+2
2018-01-23xprtrdma: Add trace points to instrument QP and CQ access upcallsChuck Lever1-0/+3
2018-01-23xprtrdma: Add trace points for connect eventsChuck Lever1-20/+13
2018-01-23xprtrdma: Add trace points to instrument MR allocation and recoveryChuck Lever1-3/+3
2018-01-23xprtrdma: Add trace points to instrument memory invalidationChuck Lever1-0/+1
2018-01-23xprtrdma: Add trace points in the RPC Reply handler pathsChuck Lever1-8/+3
2018-01-23xprtrdma: Add trace points in RPC Call transmit pathsChuck Lever1-8/+4
2018-01-16xprtrdma: Introduce rpcrdma_mw_unmap_and_putChuck Lever1-4/+22
2018-01-16xprtrdma: Remove usage of "mw"Chuck Lever1-53/+66
2018-01-16xprtrdma: Replace all usage of "frmr" with "frwr"Chuck Lever1-1/+1
2018-01-16xprtrdma: Remove another sockaddr_storage field (cdata::addr)Chuck Lever1-11/+9
2018-01-16xprtrdma: Initialize the xprt address string array earlierChuck Lever1-9/+7
2018-01-16xprtrdma: Remove ri_reminv_expectedChuck Lever1-2/+0
2018-01-16xprtrdma: Per-mode handling for Remote InvalidationChuck Lever1-1/+0
2018-01-16xprtrdma: Fix backchannel allocation of extra rpcrdma_repsChuck Lever1-13/+19
2017-12-15xprtrdma: Spread reply processing over more CPUsChuck Lever1-1/+1
2017-11-17xprtrdma: Update copyright noticesChuck Lever1-0/+1
2017-11-17xprtrdma: Remove include for linux/prefetch.hChuck Lever1-1/+0
2017-11-17xprtrdma: Put Send CQ in IB_POLL_WORKQUEUE modeChuck Lever1-1/+1
2017-11-17xprtrdma: Remove atomic send completion countingChuck Lever1-4/+0