summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/xprt_rdma.h
AgeCommit message (Expand)Author
2017-09-05xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever
2017-08-22xprtrdma: Re-arrange struct rx_statsChuck Lever
2017-08-15xprtrdma: Remove imul instructions from chunk list encodersChuck Lever
2017-08-11xprtrdma: Set up an xdr_stream in rpcrdma_marshal_req()Chuck Lever
2017-08-11xprtrdma: Clean up rpcrdma_marshal_req() synopsisChuck Lever
2017-08-08xprtrdma: Clean up XDR decoding in rpcrdma_update_granted_credits()Chuck Lever
2017-08-08xprtrdma: Remove rpcrdma_rep::rr_lenChuck Lever
2017-08-08xprtrdma: Add xdr_init_decode to rpcrdma_reply_handler()Chuck Lever
2017-07-13xprtrdma: Fix client lock-up after application signal firesChuck Lever
2017-07-13xprtrdma: Rename rpcrdma_req::rl_freeChuck 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: Remove rpcrdma_buffer::rb_poolChuck Lever
2017-04-25xprtrdma: Support unplugging an HCA from under an NFS mountChuck Lever
2017-04-25xprtrdma: Use same device when mapping or syncing DMA buffersChuck Lever
2017-04-25xprtrdma: Refactor rpcrdma_ia_open()Chuck Lever
2017-02-10xprtrdma: Refactor management of mw_list fieldChuck Lever
2017-02-10xprtrdma: Shrink send SGEs arrayChuck Lever
2017-02-10xprtrdma: Reduce required number of send SGEsChuck Lever
2017-02-10xprtrdma: Per-connection pad optimizationChuck Lever
2016-11-29xprtrdma: Relocate connection helper functionsChuck Lever
2016-11-29xprtrdma: Support for SG_GAP devicesChuck Lever
2016-11-29xprtrdma: Make FRWR send queue entry accounting more accurateChuck Lever
2016-11-10xprtrdma: Fix DMAR failure in frwr_op_map() after reconnectChuck 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 recv_wr to struct rpcrdma_repChuck 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: Eliminate "ia" argument in rpcrdma_{alloc, free}_regbufChuck Lever
2016-09-19xprtrdma: Delay DMA mapping Send and Receive buffersChuck Lever
2016-09-19xprtrdma: Replace DMA_BIDIRECTIONALChuck Lever
2016-09-19xprtrdma: Use smaller buffers for RPC-over-RDMA headersChuck Lever
2016-09-19xprtrdma: Initialize separate RPC call and reply buffersChuck Lever
2016-09-19SUNRPC: Add a transport-specific private field in rpc_rqstChuck Lever
2016-09-19SUNRPC: Generalize the RPC buffer release APIChuck Lever
2016-09-19xprtrdma: Eliminate INLINE_THRESHOLD macrosChuck Lever
2016-09-06xprtrdma: Fix receive buffer accountingChuck 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: Allocate MRs on demandChuck Lever
2016-07-11xprtrdma: Clean up device capability detectionChuck Lever
2016-07-11xprtrdma: Remove rpcrdma_map_one() and friendsChuck Lever
2016-07-11xprtrdma: Remove ALLPHYSICAL memory registration modeChuck Lever
2016-07-11xprtrdma: Refactor MR recovery work queuesChuck Lever
2016-07-11xprtrdma: Rename fields in rpcrdma_fmrChuck Lever
2016-07-11xprtrdma: Create common scatterlist fields in rpcrdma_mwChuck Lever
2016-05-17xprtrdma: Remove qplockChuck Lever