summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/rpc_rdma.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-25xprtrdma: Squelch ENOBUFS warningsChuck Lever1-3/+5
2017-04-25xprtrdma: Use same device when mapping or syncing DMA buffersChuck Lever1-2/+2
2017-02-10xprtrdma: Refactor management of mw_list fieldChuck Lever1-3/+3
2017-02-10xprtrdma: Properly recover FRWRs with in-flight FASTREG WRsChuck Lever1-6/+8
2017-02-10xprtrdma: Reduce required number of send SGEsChuck Lever1-3/+23
2017-02-10xprtrdma: Per-connection pad optimizationChuck Lever1-14/+14
2017-02-10xprtrdma: Fix Read chunk paddingChuck Lever1-6/+4
2016-11-30xprtrdma: Relocate connection helper functionsChuck Lever1-34/+0
2016-11-30xprtrdma: Update dprintk in rpcrdma_count_chunksChuck Lever1-1/+1
2016-09-19xprtrdma: Eliminate rpcrdma_receive_worker()Chuck Lever1-1/+3
2016-09-19xprtrdma: Use gathered Send for large inline messagesChuck Lever1-131/+170
2016-09-19xprtrdma: Basic support for Remote InvalidationChuck Lever1-4/+14
2016-09-19xprtrdma: Client-side support for rpcrdma_connect_privateChuck Lever1-3/+5
2016-09-19xprtrdma: Move send_wr to struct rpcrdma_reqChuck Lever1-2/+3
2016-09-19xprtrdma: Simplify rpcrdma_ep_post_recv()Chuck Lever1-1/+1
2016-09-19xprtrdma: Delay DMA mapping Send and Receive buffersChuck Lever1-0/+9
2016-09-19xprtrdma: Eliminate INLINE_THRESHOLD macrosChuck Lever1-1/+1
2016-07-11xprtrdma: No direct data placement with krb5i and krb5pChuck Lever1-2/+10
2016-07-11xprtrdma: Clean up fixup_copy_count accountingChuck Lever1-13/+13
2016-07-11xprtrdma: Update only specific fields in private receive bufferChuck Lever1-4/+9
2016-07-11xprtrdma: Do not update {head, tail}.iov_len in rpcrdma_inline_fixup()Chuck Lever1-28/+33
2016-07-11xprtrdma: rpcrdma_inline_fixup() overruns the receive page listChuck Lever1-5/+11
2016-07-11xprtrdma: Chunk list encoders no longer share one rl_segments arrayChuck Lever1-33/+28
2016-07-11xprtrdma: Place registered MWs on a per-req listChuck Lever1-43/+38
2016-07-11xprtrdma: Chunk list encoders must not return zeroChuck Lever1-3/+3
2016-07-11xprtrdma: Honor ->send_request API contractChuck Lever1-1/+1
2016-05-17xprtrdma: Add ro_unmap_safe memreg methodChuck Lever1-4/+1
2016-05-17xprtrdma: Remove rpcrdma_create_chunks()Chuck Lever1-151/+0
2016-05-17xprtrdma: Allow Read list and Reply chunk simultaneouslyChuck Lever1-59/+268
2016-05-17xprtrdma: Update comments in rpcrdma_marshal_req()Chuck Lever1-14/+4
2016-05-17xprtrdma: Avoid using Write list for small NFS READ requestsChuck Lever1-4/+5
2016-05-17xprtrdma: Prevent inline overflowChuck Lever1-10/+75
2016-03-14xprtrdma: Serialize credit accounting againChuck Lever1-8/+1
2016-03-14xprtrdma: Properly handle RDMA_ERROR repliesChuck Lever1-8/+43
2016-03-14xprtrdma: Segment head and tail XDR buffers on page boundariesChuck Lever1-10/+32
2016-03-14xprtrdma: Clean up dprintk format string containing a newlineChuck Lever1-4/+2
2015-12-18xprtrdma: Invalidate in the RPC reply handlerChuck Lever1-0/+16
2015-11-02xprtrdma: Handle incoming backward direction RPC callsChuck Lever1-0/+41
2015-11-02xprtrdma: Add support for sending backward direction RPC repliesChuck Lever1-0/+5
2015-11-02xprtrdma: Use workqueue to process RPC/RDMA repliesChuck Lever1-8/+9
2015-11-02xprtrdma: Refactor reply handler error handlingChuck Lever1-39/+50
2015-08-05xprtrdma: Count RDMA_NOMSG type callsChuck Lever1-0/+1
2015-08-05xprtrdma: Fix large NFS SYMLINK callsChuck Lever1-9/+16
2015-08-05xprtrdma: Fix XDR tail buffer marshallingChuck Lever1-2/+42
2015-08-05xprtrdma: Don't provide a reply chunk when expecting a short replyChuck Lever1-12/+1
2015-08-05xprtrdma: Always provide a write list when sending NFS READChuck Lever1-17/+4
2015-08-05xprtrdma: Account for RPC/RDMA header size when deciding to inlineChuck Lever1-2/+27
2015-08-05xprtrdma: Remove logic that constructs RDMA_MSGP type callsChuck Lever1-68/+24
2015-06-12xprtrdma: Acquire MRs in rpcrdma_register_external()Chuck Lever1-3/+0
2015-06-12xprtrdma: Remove rr_funcChuck Lever1-1/+0