summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/rpc_rdma.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-02xprtrdma: Use workqueue to process RPC/RDMA repliesChuck Lever1-8/+9
2015-11-02xprtrdma: Refactor reply handler error handlingChuck Lever1-39/+50
2015-08-05xprtrdma: Count RDMA_NOMSG type callsChuck Lever1-0/+1
2015-08-05xprtrdma: Fix large NFS SYMLINK callsChuck Lever1-9/+16
2015-08-05xprtrdma: Fix XDR tail buffer marshallingChuck Lever1-2/+42
2015-08-05xprtrdma: Don't provide a reply chunk when expecting a short replyChuck Lever1-12/+1
2015-08-05xprtrdma: Always provide a write list when sending NFS READChuck Lever1-17/+4
2015-08-05xprtrdma: Account for RPC/RDMA header size when deciding to inlineChuck Lever1-2/+27
2015-08-05xprtrdma: Remove logic that constructs RDMA_MSGP type callsChuck Lever1-68/+24
2015-06-12xprtrdma: Acquire MRs in rpcrdma_register_external()Chuck Lever1-3/+0
2015-06-12xprtrdma: Remove rr_funcChuck Lever1-1/+0
2015-06-12xprtrdma: Replace rpcrdma_rep::rr_buffer with rr_rxprtChuck Lever1-2/+2
2015-03-31xprtrdma: Add a "deregister_external" op for each memreg modeChuck Lever1-5/+6
2015-03-31xprtrdma: Add a "register_external" op for each memreg modeChuck Lever1-2/+3
2015-03-31xprtrdma: Perform a full marshal on retransmitChuck Lever1-38/+33
2015-02-24xprtrdma: Store RDMA credits in unsigned variablesChuck Lever1-1/+2
2015-01-30xprtrdma: Allocate zero pad separately from rpcrdma_bufferChuck Lever1-2/+2
2015-01-30xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_repChuck Lever1-2/+3
2015-01-30xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_reqChuck Lever1-6/+5
2015-01-30xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_reqChuck Lever1-3/+3
2015-01-30xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprtChuck Lever1-1/+3
2015-01-30xprtrdma: Move credit update to RPC reply handlerChuck Lever1-2/+8
2015-01-30xprtrdma: Clean up hdrlenChuck Lever1-5/+7
2015-01-30xprtrdma: Display XIDs in host byte orderChuck Lever1-3/+5
2015-01-30xprtrdma: Modernize htonl and ntohlChuck Lever1-22/+26
2014-11-25sunrpc: eliminate RPC_DEBUGJeff Layton1-2/+2
2014-08-01xprtrdma: Don't invalidate FRMRs if registration failsChuck Lever1-3/+5
2014-08-01xprtrdma: Update rkeys after transport reconnectChuck Lever1-37/+38
2014-06-04xprtrdma: Disconnect on registration failureChuck Lever1-17/+31
2014-06-04xprtrdma: Avoid deadlock when credit window is resetChuck Lever1-0/+6
2014-06-04xprtrdma: Reset connection timeout after successful reconnectChuck Lever1-0/+1
2014-06-04xprtrdma: Allocate missing pagelistShirley Ma1-0/+6
2014-06-04xprtrdma: Simplify rpcrdma_deregister_external() synopsisChuck Lever1-1/+1
2014-06-04xprtrdma: Remove REGISTER memory registration modeChuck Lever1-2/+1
2014-06-04xprtrdma: Remove MEMWINDOWS registration modesChuck Lever1-33/+1
2014-06-04xprtrdma: Remove BOUNCEBUFFERS memory registration modeChuck Lever1-11/+0
2014-06-04xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process contextChuck Lever1-7/+15
2014-06-04xprtrdma: mind the device's max fast register page list depthSteve Wise1-4/+0
2014-03-17SUNRPC: Fix large reads on NFS/RDMAChuck Lever1-3/+1
2013-02-01SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust1-2/+2
2012-03-23Merge tag 'nfs-for-3.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+7
2012-03-21xprtrdma: The transport should not bug-check when a dup reply is receivedTom Tucker1-2/+7
2012-03-20sunrpc: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2011-03-11RPCRDMA: Fix to XDR page base interpretation in marshalling logic.Tom Tucker1-44/+42
2010-08-11rpcrdma: Fix SQ size calculation when memreg is FRMRTom Tucker1-0/+2
2009-03-11XPRTRDMA: correct an rpc/rdma inline send marshaling errorTom Talpey1-12/+14
2008-10-15Merge branch 'next'Trond Myklebust1-5/+24
2008-10-10RPC/RDMA: reformat a debug printk to keep lines together.Tom Talpey1-2/+2
2008-10-10RPC/RDMA: return a consistent error, when connect fails.Tom Talpey1-1/+1
2008-10-10RPC/RDMA: adhere to protocol for unpadded client trailing write chunks.Tom Talpey1-2/+19