aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-02xprtrdma: Explicitly resetting MRs is no longer necessaryChuck Lever1-38/+0
2018-10-02xprtrdma: Create more MRs at a timeChuck Lever1-1/+1
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-3/+2
2018-08-08xprtrdma: Fix disconnect regressionChuck Lever1-3/+2
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-1/+2
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-1/+1
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-179/+112
2018-06-12Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2018-06-04Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust1-179/+112
2018-06-01xprtrdma: Wait on empty sendctx queueChuck Lever1-1/+7
2018-05-11xprtrdma: Prepare RPC/RDMA includes for server-side trace pointsChuck Lever1-0/+1
2018-05-07xprtrdma: Make rpcrdma_sendctx_put_locked() a static functionChuck Lever1-1/+3
2018-05-07xprtrdma: Remove rpcrdma_buffer_get_rep_locked()Chuck Lever1-12/+3
2018-05-07xprtrdma: Remove rpcrdma_buffer_get_req_locked()Chuck Lever1-18/+4
2018-05-07xprtrdma: Remove rpcrdma_ep_{post_recv, post_extra_recv}Chuck Lever1-59/+0
2018-05-07xprtrdma: Move Receive posting to Receive handlerChuck Lever1-77/+99
2018-05-07xprtrdma: Clean up Receive trace pointsChuck Lever1-2/+2
2018-05-07xprtrdma: Fix max_send_wr computationChuck Lever1-20/+4
2018-05-07xprtrdma: Create transport's CM ID in the correct network namespaceChuck Lever1-2/+2
2018-05-07xprtrdma: Try to fail quickly if proto=rdmaChuck Lever1-2/+2
2018-05-07xprtrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever1-0/+1
2018-05-01xprtrdma: Fix list corruption / DMAR errors during MR recoveryChuck Lever1-0/+5
2018-04-10xprtrdma: Fix corner cases when handling device removalChuck Lever1-4/+9
2018-04-10xprtrdma: Move creation of rl_rdmabuf to rpcrdma_create_reqChuck Lever1-2/+12
2018-04-10xprtrdma: Chain Send to FastReg WRsChuck Lever1-2/+1