aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-05rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever1-7/+6
2019-07-09xprtrdma: Remove rpcrdma_req::rl_bufferChuck Lever1-4/+2
2019-07-09xprtrdma: Streamline rpcrdma_post_recvsChuck Lever1-21/+38
2019-07-09xprtrdma: Simplify rpcrdma_rep_createChuck Lever1-14/+8
2019-07-09xprtrdma: Wake RPCs directly in rpcrdma_wc_send pathChuck Lever1-2/+1
2019-07-09xprtrdma: Reduce context switching due to Local InvalidationChuck Lever1-17/+0
2019-07-09xprtrdma: Fix occasional transport deadlockChuck Lever1-8/+3
2019-07-02xprtrdma: Fix use-after-free in rpcrdma_post_recvsChuck Lever1-1/+2
2019-05-28xprtrdma: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-04-25xprtrdma: Update comments that reference ib_drain_qpChuck Lever1-4/+6
2019-04-25xprtrdma: Remove pr_err() call sites from completion handlersChuck Lever1-9/+0
2019-04-25xprtrdma: Eliminate struct rpcrdma_create_data_internalChuck Lever1-19/+28
2019-04-25xprtrdma: Aggregate the inline settings in struct rpcrdma_epChuck Lever1-11/+13
2019-04-25xprtrdma: Eliminate rpcrdma_ia::ri_deviceChuck Lever1-16/+13
2019-04-25xprtrdma: More Send completion batchingChuck Lever1-3/+1
2019-04-25xprtrdma: Clean up sendctx functionsChuck Lever1-9/+8
2019-04-25xprtrdma: Clean up regbuf helpersChuck Lever1-49/+39
2019-04-25xprtrdma: De-duplicate "allocate new, free old regbuf"Chuck Lever1-0/+25
2019-04-25xprtrdma: Allocate req's regbufs at xprt create timeChuck Lever1-8/+26
2019-04-25xprtrdma: rpcrdma_regbuf alignmentChuck Lever1-11/+16
2019-04-25xprtrdma: Clean up rpcrdma_create_rep() and rpcrdma_destroy_rep()Chuck Lever1-16/+9
2019-04-25xprtrdma: Clean up rpcrdma_create_req()Chuck Lever1-13/+16
2019-04-11xprtrdma: Fix helper that drains the transportChuck Lever1-1/+1
2019-02-25Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust1-0/+2
2019-02-13xprtrdma: Reduce the doorbell rate (Receive)Chuck Lever1-0/+2
2019-02-12xprtrdma: Make sure Send CQ is allocated on an existing compvecNicolas Morey-Chaisemartin1-1/+2
2019-01-08xprtrdma: Double free in rpcrdma_sendctxs_create()Dan Carpenter1-5/+1
2019-01-08xprtrdma: Fix error code in rpcrdma_buffer_create()Dan Carpenter1-1/+3
2019-01-02xprtrdma: Add documenting comment for rpcrdma_buffer_destroyChuck Lever1-0/+8
2019-01-02xprtrdma: Replace outdated comment for rpcrdma_ep_postChuck Lever1-3/+7
2019-01-02xprtrdma: Trace mapping, alloc, and dereg failuresChuck Lever1-1/+3
2019-01-02xprtrdma: Cull dprintk() call sitesChuck Lever1-29/+5
2019-01-02xprtrdma: Simplify locking that protects the rl_allreqs listChuck Lever1-14/+17
2019-01-02xprtrdma: Remove rpcrdma_memreg_opsChuck Lever1-13/+9
2019-01-02xprtrdma: Remove support for FMR memory registrationChuck Lever1-6/+0
2019-01-02xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever1-1/+0
2019-01-02xprtrdma: No qp_event disconnectChuck Lever1-32/+0
2019-01-02xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueueChuck Lever1-31/+36
2019-01-02xprtrdma: Refactor Receive accountingChuck Lever1-17/+14
2019-01-02xprtrdma: Yet another double DMA-unmapChuck Lever1-3/+6
2018-10-03xprtrdma: Report when there were zero posted ReceivesChuck Lever1-2/+5
2018-10-03xprtrdma: Move rb_flags initializationChuck Lever1-1/+1
2018-10-03xprtrdma: Remove memory address of "ep" from an error messageChuck Lever1-2/+3
2018-10-03xprtrdma: Rename rpcrdma_qp_async_error_upcallChuck Lever1-3/+11
2018-10-03xprtrdma: Simplify RPC wake-ups on connectChuck Lever1-9/+33
2018-10-03xprtrdma: Re-organize the switch() in rpcrdma_conn_upcallChuck Lever1-9/+8
2018-10-02xprtrdma: Eliminate "connstate" variable from rpcrdma_conn_upcall()Chuck Lever1-8/+6
2018-10-02xprtrdma: Conventional variable names in rpcrdma_conn_upcallChuck Lever1-11/+12
2018-10-02xprtrdma: Rename rpcrdma_conn_upcallChuck Lever1-3/+13
2018-10-02xprtrdma: Name MR trace events consistentlyChuck Lever1-1/+1