aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/rpc_rdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-05xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever1-45/+17
2017-09-05Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfs into linux-nextTrond Myklebust1-339/+505
2017-08-18SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust1-4/+4
2017-08-15xprtrdma: Remove imul instructions from chunk list encodersChuck Lever1-24/+21
2017-08-15xprtrdma: Remove imul instructions from rpcrdma_convert_iovs()Chuck Lever1-57/+48
2017-08-11xprtrdma: Harden chunk list encoding against send buffer overflowChuck Lever1-86/+142
2017-08-11xprtrdma: Set up an xdr_stream in rpcrdma_marshal_req()Chuck Lever1-6/+18
2017-08-11xprtrdma: Remove rpclen from rpcrdma_marshal_reqChuck Lever1-7/+2
2017-08-11xprtrdma: Clean up rpcrdma_marshal_req() synopsisChuck Lever1-8/+17
2017-08-08xprtrdma: Remove rpcrdma_rep::rr_lenChuck Lever1-1/+1
2017-08-08xprtrdma: Replace rpcrdma_count_chunks()Chuck Lever1-94/+127
2017-08-08xprtrdma: Refactor rpcrdma_reply_handler()Chuck Lever1-82/+130
2017-08-08xprtrdma: Harden backchannel call decodingChuck Lever1-21/+37
2017-08-08xprtrdma: Add xdr_init_decode to rpcrdma_reply_handler()Chuck Lever1-14/+23
2017-07-13xprtrdma: Replace PAGE_MASK with offset_in_page()Chuck Lever1-8/+8
2017-07-13xprtrdma: Fix client lock-up after application signal firesChuck Lever1-29/+50
2017-07-13xprtrdma: Pass only the list of registered MRs to ro_unmap_syncChuck Lever1-9/+7
2017-07-13xprtrdma: Pre-mark remotely invalidated MRsChuck Lever1-2/+20
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-29xprtrdma: Relocate connection helper functionsChuck Lever1-34/+0
2016-11-29xprtrdma: 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