summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/verbs.c
Commit message (Expand)AuthorAgeFilesLines
* xprtrdma: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-05-281-2/+1
* xprtrdma: Update comments that reference ib_drain_qpChuck Lever2019-04-251-4/+6
* xprtrdma: Remove pr_err() call sites from completion handlersChuck Lever2019-04-251-9/+0
* xprtrdma: Eliminate struct rpcrdma_create_data_internalChuck Lever2019-04-251-19/+28
* xprtrdma: Aggregate the inline settings in struct rpcrdma_epChuck Lever2019-04-251-11/+13
* xprtrdma: Eliminate rpcrdma_ia::ri_deviceChuck Lever2019-04-251-16/+13
* xprtrdma: More Send completion batchingChuck Lever2019-04-251-3/+1
* xprtrdma: Clean up sendctx functionsChuck Lever2019-04-251-9/+8
* xprtrdma: Clean up regbuf helpersChuck Lever2019-04-251-49/+39
* xprtrdma: De-duplicate "allocate new, free old regbuf"Chuck Lever2019-04-251-0/+25
* xprtrdma: Allocate req's regbufs at xprt create timeChuck Lever2019-04-251-8/+26
* xprtrdma: rpcrdma_regbuf alignmentChuck Lever2019-04-251-11/+16
* xprtrdma: Clean up rpcrdma_create_rep() and rpcrdma_destroy_rep()Chuck Lever2019-04-251-16/+9
* xprtrdma: Clean up rpcrdma_create_req()Chuck Lever2019-04-251-13/+16
* xprtrdma: Fix helper that drains the transportChuck Lever2019-04-111-1/+1
* Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-02-251-0/+2
|\
| * xprtrdma: Reduce the doorbell rate (Receive)Chuck Lever2019-02-131-0/+2
* | xprtrdma: Make sure Send CQ is allocated on an existing compvecNicolas Morey-Chaisemartin2019-02-121-1/+2
|/
* xprtrdma: Double free in rpcrdma_sendctxs_create()Dan Carpenter2019-01-081-5/+1
* xprtrdma: Fix error code in rpcrdma_buffer_create()Dan Carpenter2019-01-081-1/+3
* xprtrdma: Add documenting comment for rpcrdma_buffer_destroyChuck Lever2019-01-021-0/+8
* xprtrdma: Replace outdated comment for rpcrdma_ep_postChuck Lever2019-01-021-3/+7
* xprtrdma: Trace mapping, alloc, and dereg failuresChuck Lever2019-01-021-1/+3
* xprtrdma: Cull dprintk() call sitesChuck Lever2019-01-021-29/+5
* xprtrdma: Simplify locking that protects the rl_allreqs listChuck Lever2019-01-021-14/+17
* xprtrdma: Remove rpcrdma_memreg_opsChuck Lever2019-01-021-13/+9
* xprtrdma: Remove support for FMR memory registrationChuck Lever2019-01-021-6/+0
* xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever2019-01-021-1/+0
* xprtrdma: No qp_event disconnectChuck Lever2019-01-021-32/+0
* xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueueChuck Lever2019-01-021-31/+36
* xprtrdma: Refactor Receive accountingChuck Lever2019-01-021-17/+14
* xprtrdma: Yet another double DMA-unmapChuck Lever2019-01-021-3/+6
* xprtrdma: Report when there were zero posted ReceivesChuck Lever2018-10-031-2/+5
* xprtrdma: Move rb_flags initializationChuck Lever2018-10-031-1/+1
* xprtrdma: Remove memory address of "ep" from an error messageChuck Lever2018-10-031-2/+3
* xprtrdma: Rename rpcrdma_qp_async_error_upcallChuck Lever2018-10-031-3/+11
* xprtrdma: Simplify RPC wake-ups on connectChuck Lever2018-10-031-9/+33
* xprtrdma: Re-organize the switch() in rpcrdma_conn_upcallChuck Lever2018-10-031-9/+8
* xprtrdma: Eliminate "connstate" variable from rpcrdma_conn_upcall()Chuck Lever2018-10-021-8/+6
* xprtrdma: Conventional variable names in rpcrdma_conn_upcallChuck Lever2018-10-021-11/+12
* xprtrdma: Rename rpcrdma_conn_upcallChuck Lever2018-10-021-3/+13
* xprtrdma: Name MR trace events consistentlyChuck Lever2018-10-021-1/+1
* xprtrdma: Explicitly resetting MRs is no longer necessaryChuck Lever2018-10-021-38/+0
* xprtrdma: Create more MRs at a timeChuck Lever2018-10-021-1/+1
* Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-08-231-3/+2
|\
| * xprtrdma: Fix disconnect regressionChuck Lever2018-08-081-3/+2
* | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-301-1/+2
* | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+1
|/
* Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-06-121-179/+112
|\
| * Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2018-06-041-179/+112
| |\