summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/verbs.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-30xprtrdma: Clean up after adding regbuf managementChuck Lever1-2/+2
2015-01-30xprtrdma: Allocate zero pad separately from rpcrdma_bufferChuck Lever1-19/+10
2015-01-30xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_repChuck Lever1-13/+14
2015-01-30xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_reqChuck Lever1-19/+3
2015-01-30xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_reqChuck Lever1-10/+6
2015-01-30xprtrdma: Add struct rpcrdma_regbuf and helpersChuck Lever1-0/+55
2015-01-30xprtrdma: Refactor rpcrdma_buffer_create() and rpcrdma_buffer_destroy()Chuck Lever1-53/+95
2015-01-30xprtrdma: Simplify synopsis of rpcrdma_buffer_create()Chuck Lever1-2/+5
2015-01-30xprtrdma: Take struct ib_qp_attr and ib_qp_init_attr off the stackChuck Lever1-7/+8
2015-01-30xprtrdma: Take struct ib_device_attr off the stackChuck Lever1-24/+13
2015-01-30xprtrdma: Free the pd if ib_query_qp() failsChuck Lever1-3/+7
2015-01-30xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprtChuck Lever1-3/+3
2015-01-30xprtrdma: Move credit update to RPC reply handlerChuck Lever1-13/+2
2015-01-30xprtrdma: Remove rl_mr field, and the mr_chunk unionChuck Lever1-13/+12
2015-01-30xprtrdma: Remove rpcrdma_ep::rep_iaChuck Lever1-1/+0
2015-01-30xprtrdma: human-readable completion statusChuck Lever1-13/+57
2014-11-27Merge tag 'nfs-rdma-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rd...Trond Myklebust1-15/+99
2014-11-25xprtrdma: Display async errorsChuck Lever1-4/+32
2014-11-25xprtrdma: Re-write rpcrdma_flush_cqs()Chuck Lever1-2/+9
2014-11-25xprtrdma: Refactor tasklet schedulingChuck Lever1-5/+12
2014-11-25xprtrdma: unmap all FMRs during transport disconnectChuck Lever1-1/+41
2014-11-25xprtrdma: Cap req_cqinitChuck Lever1-1/+3
2014-11-25xprtrdma: Return an errno from rpcrdma_register_external()Chuck Lever1-2/+2
2014-11-25sunrpc: eliminate RPC_DEBUGJeff Layton1-4/+4
2014-08-01xprtrdma: Handle additional connection eventsChuck Lever1-11/+14
2014-08-01xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macroChuck Lever1-13/+0
2014-08-01xprtrdma: Make rpcrdma_ep_disconnect() return voidChuck Lever1-10/+4
2014-08-01xprtrdma: Schedule reply tasklet once per upcallChuck Lever1-16/+15
2014-08-01xprtrdma: Allocate each struct rpcrdma_mw separatelyChuck Lever1-99/+143
2014-08-01xprtrdma: Rename frmr_wrChuck Lever1-13/+13
2014-08-01xprtrdma: Disable completions for LOCAL_INV Work RequestsChuck Lever1-9/+8
2014-08-01xprtrdma: Disable completions for FAST_REG_MR Work RequestsChuck Lever1-5/+4
2014-08-01xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external()Chuck Lever1-20/+2
2014-08-01xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work RequestChuck Lever1-2/+92
2014-08-01xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnectChuck Lever1-2/+65
2014-08-01xprtrdma: Properly handle exhaustion of the rb_mws listChuck Lever1-32/+71
2014-08-01xprtrdma: Chain together all MWs in same buffer poolChuck Lever1-0/+4
2014-08-01xprtrdma: Back off rkey when FAST_REG_MR failsChuck Lever1-0/+1
2014-08-01xprtrdma: Unclutter struct rpcrdma_mr_segChuck Lever1-17/+17
2014-08-01xprtrdma: On disconnect, don't ignore pending CQEsChuck Lever1-5/+9
2014-08-01xprtrdma: Limit data payload size for ALLPHYSICALChuck Lever1-0/+41
2014-08-01xprtrdma: Protect ia->ri_id when unmapping/invalidating MRsChuck Lever1-6/+17
2014-08-01xprtrdma: Fix panic in rpcrdma_register_frmr_external()Chuck Lever1-5/+7
2014-07-22xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map resultYan Burman1-0/+3
2014-06-04xprtrdma: Remove BUG_ON() call sitesChuck Lever1-8/+10
2014-06-04xprtrdma: Remove Tavor MTU settingChuck Lever1-14/+0
2014-06-04xprtrdma: Ensure ia->ri_id->qp is not NULL when reconnectingChuck Lever1-9/+20
2014-06-04xprtrdma: Reduce the number of hardway buffer allocationsChuck Lever1-12/+13
2014-06-04xprtrdma: Limit work done by completion handlerChuck Lever1-4/+6
2014-06-04xprtrmda: Reduce calls to ib_poll_cq() in completion handlersChuck Lever1-18/+38