aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-05xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever1-1/+0
2017-08-08xprtrdma: Clean up XDR decoding in rpcrdma_update_granted_credits()Chuck Lever1-2/+2
2017-08-08xprtrdma: Remove rpcrdma_rep::rr_lenChuck Lever1-7/+4
2017-08-08xprtrdma: Remove opcode check in Receive completion handlerChuck Lever1-3/+0
2017-08-08xprtrdma: Add xdr_init_decode to rpcrdma_reply_handler()Chuck Lever1-0/+3
2017-07-13xprtrdma: Demote "connect" log messagesChuck Lever1-36/+8
2017-07-13xprtrdma: Fix client lock-up after application signal firesChuck Lever1-1/+2
2017-07-13xprtrdma: Rename rpcrdma_req::rl_freeChuck Lever1-5/+4
2017-07-13xprtrdma: Pre-mark remotely invalidated MRsChuck Lever1-0/+1
2017-04-25xprtrdma: Annotate receive workqueueChuck Lever1-1/+1
2017-04-25xprtrdma: Revert commit d0f36c46deeaChuck Lever1-26/+7
2017-04-25xprtrdma: Restore transport after device removalChuck Lever1-0/+48
2017-04-25xprtrdma: Refactor rpcrdma_ep_connectChuck Lever1-46/+63
2017-04-25xprtrdma: Support unplugging an HCA from under an NFS mountChuck Lever1-4/+70
2017-04-25xprtrdma: Use same device when mapping or syncing DMA buffersChuck Lever1-6/+6
2017-04-25xprtrdma: Refactor rpcrdma_ia_open()Chuck Lever1-23/+23
2017-04-25xprtrdma: Cancel refresh worker during buffer shutdownChuck Lever1-0/+1
2017-03-17xprtrdma: Squelch kbuild sparse complaintChuck Lever1-1/+2
2017-02-10xprtrdma: Refactor management of mw_list fieldChuck Lever1-10/+5
2017-02-10xprtrdma: Handle stale connection rejectionChuck Lever1-45/+21
2017-02-10xprtrdma: Reduce required number of send SGEsChuck Lever1-6/+7
2017-02-10xprtrdma: Disable pad optimization by defaultChuck Lever1-0/+1
2017-02-10xprtrdma: Per-connection pad optimizationChuck Lever1-0/+1
2016-11-29xprtrdma: Shorten QP access error messageChuck Lever1-3/+3
2016-11-29xprtrdma: Squelch "max send, max recv" messages at connect timeChuck Lever1-2/+2
2016-11-29xprtrdma: Address coverity complaint about wait_for_completion()Chuck Lever1-4/+13
2016-11-29xprtrdma: Make FRWR send queue entry accounting more accurateChuck Lever1-8/+2
2016-10-13Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-104/+133
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig1-1/+1
2016-09-19xprtrdma: Eliminate rpcrdma_receive_worker()Chuck Lever1-10/+1
2016-09-19xprtrdma: Rename rpcrdma_receive_wc()Chuck Lever1-3/+3
2016-09-19xprtrdma: Use gathered Send for large inline messagesChuck Lever1-9/+4
2016-09-19xprtrdma: Basic support for Remote InvalidationChuck Lever1-1/+7
2016-09-19xprtrdma: Client-side support for rpcrdma_connect_privateChuck Lever1-3/+37
2016-09-19xprtrdma: Move recv_wr to struct rpcrdma_repChuck Lever1-7/+6
2016-09-19xprtrdma: Move send_wr to struct rpcrdma_reqChuck Lever1-19/+17
2016-09-19xprtrdma: Simplify rpcrdma_ep_post_recv()Chuck Lever1-7/+2
2016-09-19xprtrdma: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbufChuck Lever1-16/+12
2016-09-19xprtrdma: Delay DMA mapping Send and Receive buffersChuck Lever1-26/+45
2016-09-19xprtrdma: Replace DMA_BIDIRECTIONALChuck Lever1-29/+26
2016-09-19xprtrdma: Initialize separate RPC call and reply buffersChuck Lever1-1/+1
2016-09-19SUNRPC: Add a transport-specific private field in rpc_rqstChuck Lever1-1/+0
2016-09-06xprtrdma: Fix receive buffer accountingChuck Lever1-12/+29
2016-09-06xprtrdma: Revert 3d4cf35bd4fa ("xprtrdma: Reply buffer exhaustion...")Chuck Lever1-5/+7
2016-07-19xprtrdma: fix semicolon.cocci warningskbuild test robot1-1/+1
2016-07-11xprtrdma: Place registered MWs on a per-req listChuck Lever1-0/+1
2016-07-11xprtrdma: Allocate MRs on demandChuck Lever1-6/+92
2016-07-11xprtrdma: Honor ->send_request API contractChuck Lever1-9/+13
2016-07-11xprtrdma: Reply buffer exhaustion can be catastrophicChuck Lever1-7/+5