summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/verbs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * xprtrdma: Wait on empty sendctx queueChuck Lever2018-06-011-1/+7
| | * xprtrdma: Make rpcrdma_sendctx_put_locked() a static functionChuck Lever2018-05-071-1/+3
| | * xprtrdma: Remove rpcrdma_buffer_get_rep_locked()Chuck Lever2018-05-071-12/+3
| | * xprtrdma: Remove rpcrdma_buffer_get_req_locked()Chuck Lever2018-05-071-18/+4
| | * xprtrdma: Remove rpcrdma_ep_{post_recv, post_extra_recv}Chuck Lever2018-05-071-59/+0
| | * xprtrdma: Move Receive posting to Receive handlerChuck Lever2018-05-071-77/+99
| | * xprtrdma: Clean up Receive trace pointsChuck Lever2018-05-071-2/+2
| | * xprtrdma: Fix max_send_wr computationChuck Lever2018-05-071-20/+4
| | * xprtrdma: Create transport's CM ID in the correct network namespaceChuck Lever2018-05-071-2/+2
| | * xprtrdma: Try to fail quickly if proto=rdmaChuck Lever2018-05-071-2/+2
| | * xprtrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever2018-05-071-0/+1
* | | Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-06-121-0/+1
|\ \ \ | |/ / |/| |
| * | xprtrdma: Prepare RPC/RDMA includes for server-side trace pointsChuck Lever2018-05-111-0/+1
| |/
* / xprtrdma: Fix list corruption / DMAR errors during MR recoveryChuck Lever2018-05-011-0/+5
|/
* xprtrdma: Fix corner cases when handling device removalChuck Lever2018-04-101-4/+9