summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/verbs.c
AgeCommit message (Expand)Author
2019-04-11xprtrdma: Fix helper that drains the transportChuck Lever
2019-02-25Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust
2019-02-13xprtrdma: Reduce the doorbell rate (Receive)Chuck Lever
2019-02-12xprtrdma: Make sure Send CQ is allocated on an existing compvecNicolas Morey-Chaisemartin
2019-01-08xprtrdma: Double free in rpcrdma_sendctxs_create()Dan Carpenter
2019-01-08xprtrdma: Fix error code in rpcrdma_buffer_create()Dan Carpenter
2019-01-02xprtrdma: Add documenting comment for rpcrdma_buffer_destroyChuck Lever
2019-01-02xprtrdma: Replace outdated comment for rpcrdma_ep_postChuck Lever
2019-01-02xprtrdma: Trace mapping, alloc, and dereg failuresChuck Lever
2019-01-02xprtrdma: Cull dprintk() call sitesChuck Lever
2019-01-02xprtrdma: Simplify locking that protects the rl_allreqs listChuck Lever
2019-01-02xprtrdma: Remove rpcrdma_memreg_opsChuck Lever
2019-01-02xprtrdma: Remove support for FMR memory registrationChuck Lever
2019-01-02xprtrdma: Don't wake pending tasks until disconnect is doneChuck Lever
2019-01-02xprtrdma: No qp_event disconnectChuck Lever
2019-01-02xprtrdma: Replace rpcrdma_receive_wq with a per-xprt workqueueChuck Lever
2019-01-02xprtrdma: Refactor Receive accountingChuck Lever
2019-01-02xprtrdma: Yet another double DMA-unmapChuck Lever
2018-10-03xprtrdma: Report when there were zero posted ReceivesChuck Lever
2018-10-03xprtrdma: Move rb_flags initializationChuck Lever
2018-10-03xprtrdma: Remove memory address of "ep" from an error messageChuck Lever
2018-10-03xprtrdma: Rename rpcrdma_qp_async_error_upcallChuck Lever
2018-10-03xprtrdma: Simplify RPC wake-ups on connectChuck Lever
2018-10-03xprtrdma: Re-organize the switch() in rpcrdma_conn_upcallChuck Lever
2018-10-02xprtrdma: Eliminate "connstate" variable from rpcrdma_conn_upcall()Chuck Lever
2018-10-02xprtrdma: Conventional variable names in rpcrdma_conn_upcallChuck Lever
2018-10-02xprtrdma: Rename rpcrdma_conn_upcallChuck Lever
2018-10-02xprtrdma: Name MR trace events consistentlyChuck Lever
2018-10-02xprtrdma: Explicitly resetting MRs is no longer necessaryChuck Lever
2018-10-02xprtrdma: Create more MRs at a timeChuck Lever
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2018-08-08xprtrdma: Fix disconnect regressionChuck Lever
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-06-12Merge tag 'nfs-for-4.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2018-06-12Merge tag 'nfsd-4.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2018-06-04Merge tag 'nfs-rdma-for-4.18-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust
2018-06-01xprtrdma: Wait on empty sendctx queueChuck Lever
2018-05-11xprtrdma: Prepare RPC/RDMA includes for server-side trace pointsChuck Lever
2018-05-07xprtrdma: Make rpcrdma_sendctx_put_locked() a static functionChuck Lever
2018-05-07xprtrdma: Remove rpcrdma_buffer_get_rep_locked()Chuck Lever
2018-05-07xprtrdma: Remove rpcrdma_buffer_get_req_locked()Chuck Lever
2018-05-07xprtrdma: Remove rpcrdma_ep_{post_recv, post_extra_recv}Chuck Lever
2018-05-07xprtrdma: Move Receive posting to Receive handlerChuck Lever
2018-05-07xprtrdma: Clean up Receive trace pointsChuck Lever
2018-05-07xprtrdma: Fix max_send_wr computationChuck Lever
2018-05-07xprtrdma: Create transport's CM ID in the correct network namespaceChuck Lever
2018-05-07xprtrdma: Try to fail quickly if proto=rdmaChuck Lever
2018-05-07xprtrdma: Add proper SPDX tags for NetApp-contributed sourceChuck Lever
2018-05-01xprtrdma: Fix list corruption / DMAR errors during MR recoveryChuck Lever