aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/rpc_rdma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-23xprtrdma: 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-24sunrpc: eliminate RPC_DEBUGJeff Layton1-2/+2
2014-07-31xprtrdma: Don't invalidate FRMRs if registration failsChuck Lever1-3/+5
2014-07-31xprtrdma: 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
2008-10-10RPC/RDMA: suppress retransmit on RPC/RDMA clients.Tom Talpey1-0/+2
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo1-2/+2
2008-01-30SUNRPC: Fix an unnecessary implicit type cast in rpcrdma_count_chunks()Chuck Lever1-1/+1
2008-01-30SUNRPC: Prevent mixed sign comparisons in rpcrdma_convert_iovs()Chuck Lever1-3/+3
2008-01-28[SUNRPC]: Use htonl() where appropriate.YOSHIFUJI Hideaki1-3/+3
2007-12-11SUNRPC xprtrdma: fix XDR tail buf marshalling for all opsJames Lentini1-8/+1
2007-10-30[SUNRPC] rpc_rdma: we need to cast u64 to unsigned long long for printingStephen Rothwell1-5/+5
2007-10-29SUNRPC endianness annotationsAl Viro1-12/+12
2007-10-09RPCRDMA: rpc rdma protocol implementation\"Talpey, Thomas\1-4/+863
2007-10-09RPCRDMA: rpc rdma transport switch\"Talpey, Thomas\1-0/+9