aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/xprt_rdma.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-05xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever1-30/+0
2017-08-22xprtrdma: Re-arrange struct rx_statsChuck Lever1-5/+8
2017-08-15xprtrdma: Remove imul instructions from chunk list encodersChuck Lever1-1/+2
2017-08-11xprtrdma: Set up an xdr_stream in rpcrdma_marshal_req()Chuck Lever1-0/+2
2017-08-11xprtrdma: Clean up rpcrdma_marshal_req() synopsisChuck Lever1-1/+1
2017-08-08xprtrdma: Clean up XDR decoding in rpcrdma_update_granted_credits()Chuck Lever1-1/+1
2017-08-08xprtrdma: Remove rpcrdma_rep::rr_lenChuck Lever1-3/+0
2017-08-08xprtrdma: Add xdr_init_decode to rpcrdma_reply_handler()Chuck Lever1-0/+8
2017-07-13xprtrdma: Fix client lock-up after application signal firesChuck Lever1-0/+30
2017-07-13xprtrdma: Rename rpcrdma_req::rl_freeChuck Lever1-1/+1
2017-07-13xprtrdma: Pass only the list of registered MRs to ro_unmap_syncChuck Lever1-1/+1
2017-07-13xprtrdma: Pre-mark remotely invalidated MRsChuck Lever1-0/+6
2017-04-25xprtrdma: Remove rpcrdma_buffer::rb_poolChuck Lever1-1/+0
2017-04-25xprtrdma: Support unplugging an HCA from under an NFS mountChuck Lever1-0/+7
2017-04-25xprtrdma: Use same device when mapping or syncing DMA buffersChuck Lever1-1/+6
2017-04-25xprtrdma: Refactor rpcrdma_ia_open()Chuck Lever1-1/+6
2017-02-10xprtrdma: Refactor management of mw_list fieldChuck Lever1-0/+16
2017-02-10xprtrdma: Shrink send SGEs arrayChuck Lever1-4/+7
2017-02-10xprtrdma: Reduce required number of send SGEsChuck Lever1-0/+2
2017-02-10xprtrdma: Per-connection pad optimizationChuck Lever1-0/+1
2016-11-29xprtrdma: Relocate connection helper functionsChuck Lever1-7/+3
2016-11-29xprtrdma: Support for SG_GAP devicesChuck Lever1-0/+1
2016-11-29xprtrdma: Make FRWR send queue entry accounting more accurateChuck Lever1-2/+18
2016-11-10xprtrdma: Fix DMAR failure in frwr_op_map() after reconnectChuck Lever1-1/+2
2016-09-19xprtrdma: Eliminate rpcrdma_receive_worker()Chuck Lever1-1/+1
2016-09-19xprtrdma: Use gathered Send for large inline messagesChuck Lever1-2/+25
2016-09-19xprtrdma: Basic support for Remote InvalidationChuck Lever1-0/+5
2016-09-19xprtrdma: Client-side support for rpcrdma_connect_privateChuck Lever1-3/+3
2016-09-19xprtrdma: Move recv_wr to struct rpcrdma_repChuck Lever1-0/+1
2016-09-19xprtrdma: Move send_wr to struct rpcrdma_reqChuck Lever1-2/+2
2016-09-19xprtrdma: Simplify rpcrdma_ep_post_recv()Chuck Lever1-2/+1
2016-09-19xprtrdma: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbufChuck Lever1-5/+3
2016-09-19xprtrdma: Delay DMA mapping Send and Receive buffersChuck Lever1-0/+16
2016-09-19xprtrdma: Replace DMA_BIDIRECTIONALChuck Lever1-1/+3
2016-09-19xprtrdma: Use smaller buffers for RPC-over-RDMA headersChuck Lever1-1/+4
2016-09-19xprtrdma: Initialize separate RPC call and reply buffersChuck Lever1-3/+3
2016-09-19SUNRPC: Add a transport-specific private field in rpc_rqstChuck Lever1-6/+7
2016-09-19SUNRPC: Generalize the RPC buffer release APIChuck Lever1-1/+0
2016-09-19xprtrdma: Eliminate INLINE_THRESHOLD macrosChuck Lever1-9/+0
2016-09-06xprtrdma: Fix receive buffer accountingChuck Lever1-0/+1
2016-07-11xprtrdma: Chunk list encoders no longer share one rl_segments arrayChuck Lever1-20/+16
2016-07-11xprtrdma: Place registered MWs on a per-req listChuck Lever1-5/+6
2016-07-11xprtrdma: Allocate MRs on demandChuck Lever1-2/+5
2016-07-11xprtrdma: Clean up device capability detectionChuck Lever1-0/+2
2016-07-11xprtrdma: Remove rpcrdma_map_one() and friendsChuck Lever1-36/+0
2016-07-11xprtrdma: Remove ALLPHYSICAL memory registration modeChuck Lever1-4/+1
2016-07-11xprtrdma: Refactor MR recovery work queuesChuck Lever1-4/+9
2016-07-11xprtrdma: Rename fields in rpcrdma_fmrChuck Lever1-2/+2
2016-07-11xprtrdma: Create common scatterlist fields in rpcrdma_mwChuck Lever1-4/+4
2016-05-17xprtrdma: Remove qplockChuck Lever1-1/+0