summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/rpc_rdma.c
AgeCommit message (Expand)Author
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
2016-03-14xprtrdma: Serialize credit accounting againChuck Lever
2016-03-14xprtrdma: Properly handle RDMA_ERROR repliesChuck Lever
2016-03-14xprtrdma: Segment head and tail XDR buffers on page boundariesChuck Lever
2016-03-14xprtrdma: Clean up dprintk format string containing a newlineChuck Lever
2015-12-18xprtrdma: Invalidate in the RPC reply handlerChuck Lever
2015-11-02xprtrdma: Handle incoming backward direction RPC callsChuck Lever
2015-11-02xprtrdma: Add support for sending backward direction RPC repliesChuck Lever
2015-11-02xprtrdma: Use workqueue to process RPC/RDMA repliesChuck Lever
2015-11-02xprtrdma: Refactor reply handler error handlingChuck Lever
2015-08-05xprtrdma: Count RDMA_NOMSG type callsChuck Lever
2015-08-05xprtrdma: Fix large NFS SYMLINK callsChuck Lever
2015-08-05xprtrdma: Fix XDR tail buffer marshallingChuck Lever
2015-08-05xprtrdma: Don't provide a reply chunk when expecting a short replyChuck Lever
2015-08-05xprtrdma: Always provide a write list when sending NFS READChuck Lever
2015-08-05xprtrdma: Account for RPC/RDMA header size when deciding to inlineChuck Lever
2015-08-05xprtrdma: Remove logic that constructs RDMA_MSGP type callsChuck Lever
2015-06-12xprtrdma: Acquire MRs in rpcrdma_register_external()Chuck Lever
2015-06-12xprtrdma: Remove rr_funcChuck Lever
2015-06-12xprtrdma: Replace rpcrdma_rep::rr_buffer with rr_rxprtChuck Lever
2015-03-31xprtrdma: Add a "deregister_external" op for each memreg modeChuck Lever
2015-03-31xprtrdma: Add a "register_external" op for each memreg modeChuck Lever
2015-03-31xprtrdma: Perform a full marshal on retransmitChuck Lever
2015-02-23xprtrdma: Store RDMA credits in unsigned variablesChuck Lever
2015-01-30xprtrdma: Allocate zero pad separately from rpcrdma_bufferChuck Lever
2015-01-30xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_repChuck Lever
2015-01-30xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_reqChuck Lever
2015-01-30xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_reqChuck Lever
2015-01-30xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprtChuck Lever
2015-01-30xprtrdma: Move credit update to RPC reply handlerChuck Lever
2015-01-30xprtrdma: Clean up hdrlenChuck Lever
2015-01-30xprtrdma: Display XIDs in host byte orderChuck Lever
2015-01-30xprtrdma: Modernize htonl and ntohlChuck Lever
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton
2014-07-31xprtrdma: Don't invalidate FRMRs if registration failsChuck Lever
2014-07-31xprtrdma: Update rkeys after transport reconnectChuck Lever
2014-06-04xprtrdma: Disconnect on registration failureChuck Lever
2014-06-04xprtrdma: Avoid deadlock when credit window is resetChuck Lever
2014-06-04xprtrdma: Reset connection timeout after successful reconnectChuck Lever
2014-06-04xprtrdma: Allocate missing pagelistShirley Ma
2014-06-04xprtrdma: Simplify rpcrdma_deregister_external() synopsisChuck Lever
2014-06-04xprtrdma: Remove REGISTER memory registration modeChuck Lever
2014-06-04xprtrdma: Remove MEMWINDOWS registration modesChuck Lever
2014-06-04xprtrdma: Remove BOUNCEBUFFERS memory registration modeChuck Lever
2014-06-04xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process contextChuck Lever