aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/verbs.c
AgeCommit message (Expand)Author
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2018-06-12Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-06-04Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust
2018-06-01xprtrdma: Wait on empty sendctx queueChuck Lever
2018-05-11xprtrdma: Prepare RPC/RDMA includes for server-side trace pointsChuck Lever
2018-05-07xprtrdma: Make rpcrdma_sendctx_put_locked() a static functionChuck Lever
2018-05-07xprtrdma: Remove rpcrdma_buffer_get_rep_locked()Chuck Lever
2018-05-07xprtrdma: Remove rpcrdma_buffer_get_req_locked()Chuck Lever
2018-05-07xprtrdma: Remove rpcrdma_ep_{post_recv, post_extra_recv}Chuck Lever
2018-05-07xprtrdma: Move Receive posting to Receive handlerChuck Lever
2018-05-07xprtrdma: Clean up Receive trace pointsChuck Lever
2018-05-07xprtrdma: Fix max_send_wr computationChuck Lever
2018-05-07xprtrdma: Create transport's CM ID in the correct network namespaceChuck Lever
2018-05-07xprtrdma: Try to fail quickly if proto=rdmaChuck Lever
2018-05-07xprtrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever
2018-05-01xprtrdma: Fix list corruption / DMAR errors during MR recoveryChuck Lever
2018-04-10xprtrdma: Fix corner cases when handling device removalChuck Lever
2018-04-10xprtrdma: Move creation of rl_rdmabuf to rpcrdma_create_reqChuck Lever
2018-04-10xprtrdma: Chain Send to FastReg WRsChuck Lever
2018-04-10xprtrdma: Reduce number of MRs created by rpcrdma_mrs_createChuck Lever
2018-04-10xprtrdma: ->send_request returns -EAGAIN when there are no free MRsChuck Lever
2018-04-10xprtrdma: Remove xprt-specific connect cookieChuck Lever
2018-04-10xprtrdma: Remove arbitrary limit on initiator depthChuck Lever
2018-02-02xprtrdma: Fix BUG after a device removalChuck Lever
2018-02-02xprtrdma: Fix calculation of ri_max_send_sgesChuck Lever
2018-01-23xprtrdma: Correct some documenting commentsChuck Lever
2018-01-23xprtrdma: Instrument allocation/release of rpcrdma_req/rep objectsChuck Lever
2018-01-23xprtrdma: Add trace points to instrument QP and CQ access upcallsChuck Lever
2018-01-23xprtrdma: Add trace points for connect eventsChuck Lever
2018-01-23xprtrdma: Add trace points to instrument MR allocation and recoveryChuck Lever
2018-01-23xprtrdma: Add trace points to instrument memory invalidationChuck Lever
2018-01-23xprtrdma: Add trace points in the RPC Reply handler pathsChuck Lever
2018-01-23xprtrdma: Add trace points in RPC Call transmit pathsChuck Lever
2018-01-16xprtrdma: Introduce rpcrdma_mw_unmap_and_putChuck Lever
2018-01-16xprtrdma: Remove usage of "mw"Chuck Lever
2018-01-16xprtrdma: Replace all usage of "frmr" with "frwr"Chuck Lever
2018-01-16xprtrdma: Remove another sockaddr_storage field (cdata::addr)Chuck Lever
2018-01-16xprtrdma: Initialize the xprt address string array earlierChuck Lever
2018-01-16xprtrdma: Remove ri_reminv_expectedChuck Lever
2018-01-16xprtrdma: Per-mode handling for Remote InvalidationChuck Lever
2018-01-16xprtrdma: Fix backchannel allocation of extra rpcrdma_repsChuck Lever
2017-12-15xprtrdma: Spread reply processing over more CPUsChuck Lever
2017-11-17xprtrdma: Update copyright noticesChuck Lever
2017-11-17xprtrdma: Remove include for linux/prefetch.hChuck Lever
2017-11-17xprtrdma: Put Send CQ in IB_POLL_WORKQUEUE modeChuck Lever
2017-11-17xprtrdma: Remove atomic send completion countingChuck Lever
2017-11-17xprtrdma: RPC completion should wait for Send completionChuck Lever
2017-11-17xprtrdma: Add a field of bit flags to struct rpcrdma_reqChuck Lever