summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/rpc_rdma.c
AgeCommit message (Expand)Author
2017-09-05xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever
2017-09-05Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust
2017-08-18SUNRPC: Add a separate spinlock to protect the RPC request receive listTrond Myklebust
2017-08-15xprtrdma: Remove imul instructions from chunk list encodersChuck Lever
2017-08-15xprtrdma: Remove imul instructions from rpcrdma_convert_iovs()Chuck Lever
2017-08-11xprtrdma: Harden chunk list encoding against send buffer overflowChuck Lever
2017-08-11xprtrdma: Set up an xdr_stream in rpcrdma_marshal_req()Chuck Lever
2017-08-11xprtrdma: Remove rpclen from rpcrdma_marshal_reqChuck Lever
2017-08-11xprtrdma: Clean up rpcrdma_marshal_req() synopsisChuck Lever
2017-08-08xprtrdma: Remove rpcrdma_rep::rr_lenChuck Lever
2017-08-08xprtrdma: Replace rpcrdma_count_chunks()Chuck Lever
2017-08-08xprtrdma: Refactor rpcrdma_reply_handler()Chuck Lever
2017-08-08xprtrdma: Harden backchannel call decodingChuck Lever
2017-08-08xprtrdma: Add xdr_init_decode to rpcrdma_reply_handler()Chuck Lever
2017-07-13xprtrdma: Replace PAGE_MASK with offset_in_page()Chuck Lever
2017-07-13xprtrdma: Fix client lock-up after application signal firesChuck Lever
2017-07-13xprtrdma: Pass only the list of registered MRs to ro_unmap_syncChuck Lever
2017-07-13xprtrdma: Pre-mark remotely invalidated MRsChuck Lever
2017-04-25xprtrdma: Squelch ENOBUFS warningsChuck Lever
2017-04-25xprtrdma: Use same device when mapping or syncing DMA buffersChuck Lever
2017-02-10xprtrdma: Refactor management of mw_list fieldChuck Lever
2017-02-10xprtrdma: Properly recover FRWRs with in-flight FASTREG WRsChuck Lever
2017-02-10xprtrdma: Reduce required number of send SGEsChuck Lever
2017-02-10xprtrdma: Per-connection pad optimizationChuck Lever
2017-02-10xprtrdma: Fix Read chunk paddingChuck Lever
2016-11-29xprtrdma: Relocate connection helper functionsChuck Lever
2016-11-29xprtrdma: Update dprintk in rpcrdma_count_chunksChuck Lever
2016-09-19xprtrdma: Eliminate rpcrdma_receive_worker()Chuck Lever
2016-09-19xprtrdma: Use gathered Send for large inline messagesChuck Lever
2016-09-19xprtrdma: Basic support for Remote InvalidationChuck Lever
2016-09-19xprtrdma: Client-side support for rpcrdma_connect_privateChuck Lever
2016-09-19xprtrdma: Move send_wr to struct rpcrdma_reqChuck Lever
2016-09-19xprtrdma: Simplify rpcrdma_ep_post_recv()Chuck Lever
2016-09-19xprtrdma: Delay DMA mapping Send and Receive buffersChuck Lever
2016-09-19xprtrdma: Eliminate INLINE_THRESHOLD macrosChuck Lever
2016-07-11xprtrdma: No direct data placement with krb5i and krb5pChuck Lever
2016-07-11xprtrdma: Clean up fixup_copy_count accountingChuck Lever
2016-07-11xprtrdma: Update only specific fields in private receive bufferChuck Lever
2016-07-11xprtrdma: Do not update {head, tail}.iov_len in rpcrdma_inline_fixup()Chuck Lever
2016-07-11xprtrdma: rpcrdma_inline_fixup() overruns the receive page listChuck Lever
2016-07-11xprtrdma: Chunk list encoders no longer share one rl_segments arrayChuck Lever
2016-07-11xprtrdma: Place registered MWs on a per-req listChuck Lever
2016-07-11xprtrdma: Chunk list encoders must not return zeroChuck Lever
2016-07-11xprtrdma: Honor ->send_request API contractChuck Lever
2016-05-17xprtrdma: Add ro_unmap_safe memreg methodChuck Lever
2016-05-17xprtrdma: Remove rpcrdma_create_chunks()Chuck Lever
2016-05-17xprtrdma: Allow Read list and Reply chunk simultaneouslyChuck Lever
2016-05-17xprtrdma: Update comments in rpcrdma_marshal_req()Chuck Lever
2016-05-17xprtrdma: Avoid using Write list for small NFS READ requestsChuck Lever
2016-05-17xprtrdma: Prevent inline overflowChuck Lever