summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/rpc_rdma.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-15xprtrdma: Spread reply processing over more CPUsChuck Lever1-5/+1
2017-11-18xprtrdma: Update copyright noticesChuck Lever1-0/+1
2017-11-18rpcrdma: Remove C structure definitions of XDR data itemsChuck Lever1-3/+3
2017-11-17xprtrdma: RPC completion should wait for Send completionChuck Lever1-1/+25
2017-11-17xprtrdma: Refactor rpcrdma_deferred_completionChuck Lever1-10/+16
2017-11-17xprtrdma: Add data structure to manage RDMA Send argumentsChuck Lever1-16/+24
2017-11-17xprtrdma: "Unoptimize" rpcrdma_prepare_hdr_sge()Chuck Lever1-7/+5
2017-11-17xprtrdma: Change return value of rpcrdma_prepare_send_sges()Chuck Lever1-20/+32
2017-11-17xprtrdma: Fix error handling in rpcrdma_prepare_msg_sges()Chuck Lever1-14/+24
2017-11-17xprtrdma: Clean up SGE accounting in rpcrdma_prepare_msg_sges()Chuck Lever1-1/+1
2017-11-17xprtrdma: Decode credits field in rpcrdma_reply_handlerChuck Lever1-2/+12
2017-11-17xprtrdma: Invoke rpcrdma_reply_handler directly from RECV completionChuck Lever1-18/+28
2017-11-17xprtrdma: Refactor rpcrdma_reply_handler some moreChuck Lever1-47/+58
2017-11-17xprtrdma: Move decoded header fields into rpcrdma_repChuck Lever1-19/+17
2017-11-17xprtrdma: Throw away reply when version is unrecognizedChuck Lever1-9/+8
2017-09-06xprtrdma: 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/linu...Trond 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-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