summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/xprt_rdma.h
AgeCommit message (Expand)Author
2017-11-17xprtrdma: Update copyright noticesChuck Lever
2017-11-17rpcrdma: Remove C structure definitions of XDR data itemsChuck Lever
2017-11-17xprtrdma: Remove atomic send completion countingChuck Lever
2017-11-17xprtrdma: RPC completion should wait for Send completionChuck Lever
2017-11-17xprtrdma: Refactor rpcrdma_deferred_completionChuck Lever
2017-11-17xprtrdma: Add a field of bit flags to struct rpcrdma_reqChuck Lever
2017-11-17xprtrdma: Add data structure to manage RDMA Send argumentsChuck Lever
2017-11-17xprtrdma: Change return value of rpcrdma_prepare_send_sges()Chuck Lever
2017-11-17xprtrdma: Decode credits field in rpcrdma_reply_handlerChuck Lever
2017-11-17xprtrdma: Invoke rpcrdma_reply_handler directly from RECV completionChuck Lever
2017-11-17xprtrdma: Refactor rpcrdma_reply_handler some moreChuck Lever
2017-11-17xprtrdma: Move decoded header fields into rpcrdma_repChuck Lever
2017-10-16xprtrdma: Remove ro_unmap_safeChuck Lever
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