summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/transport.c
Commit message (Expand)AuthorAgeFilesLines
* xprtrdma: Avoid deadlock when credit window is resetChuck Lever2014-06-041-18/+1Star
* xprtrdma: Use macros for reconnection timeout constantsChuck Lever2014-06-041-7/+12
* xprtrdma: Make rpcrdma_ep_destroy() return voidChuck Lever2014-06-041-6/+2Star
* xprtrdma: Simplify rpcrdma_deregister_external() synopsisChuck Lever2014-06-041-1/+1
* xprtrdma: Remove MEMWINDOWS registration modesChuck Lever2014-06-041-8/+1Star
* xprtrdma: Remove BOUNCEBUFFERS memory registration modeChuck Lever2014-06-041-13/+0Star
* SUNRPC: remove KERN_INFO from dprintk() call sitesChuck Lever2014-03-171-5/+5
* net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-131-2/+2
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-03-011-0/+1
|\
| * sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-051-0/+1
* | SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust2013-02-011-2/+1Star
* | SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust2013-02-011-2/+2
|/
* SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust2012-09-281-14/+8Star
* SUNRPC: Fix a UDP transport regressionTrond Myklebust2012-09-071-0/+1
* nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton2012-07-311-1/+2
* SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust2011-07-181-0/+1
* SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust2011-07-171-3/+2Star
* sunrpc/xprtrdma: clean up workqueue usageTejun Heo2010-10-211-3/+2Star
* sunrpc: Tag rpc_xprt with netPavel Emelyanov2010-10-011-1/+1
* sunrpc: Factor out rpc_xprt freeingPavel Emelyanov2010-10-011-5/+2Star
* sunrpc: Factor out rpc_xprt allocationPavel Emelyanov2010-10-011-11/+2Star
* SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust2010-05-141-1/+1
* SUNRPC: Fail over more quickly on connect errorsTrond Myklebust2010-05-141-1/+0Star
* SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect()Trond Myklebust2010-05-141-15/+13Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net/sunrpc: Convert (void)snprintf to snprintfJoe Perches2010-03-081-3/+3
* net/sunrpc: Remove uses of NIPQUAD, use %pI4Joe Perches2010-03-081-2/+1Star
* sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-6/+6
* sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-18/+2Star
* SUNRPC: Kill RPC_DISPLAY_ALLChuck Lever2009-08-091-5/+0Star
* SUNRPC: Use rpc_ntop() for constructing transport address stringsChuck Lever2009-08-091-27/+18Star
* SUNRPC: Remove duplicate universal address generationChuck Lever2009-08-091-8/+0Star
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-311-7/+7
* RPC/RDMA: correct the reconnect timer backoffTom Talpey2008-10-101-0/+7
* RPC/RDMA: optionally emit useful transport info upon connect/disconnect.Tom Talpey2008-10-101-1/+1
* RPC/RDMA: adhere to protocol for unpadded client trailing write chunks.Tom Talpey2008-10-101-0/+9
* RPC/RDMA: maintain the RPC task bytes-sent statistic.Tom Talpey2008-10-101-0/+1
* RPC/RDMA: suppress retransmit on RPC/RDMA clients.Tom Talpey2008-10-101-4/+12
* RPC/RDMA: support FRMR client memory registration.Tom Talpey2008-10-101-5/+1Star
* SUNRPC: Fix a nfs4 over rdma transport oopsTom Talpey2008-03-071-1/+5
* SUNRPC: Clean up functions that free address_strings arrayChuck Lever2008-01-301-6/+10
* SUNRPC: Add support for per-client timeout valuesTrond Myklebust2008-01-301-1/+1
* SUNRPC: Clean up the transport timeout initialisationTrond Myklebust2008-01-301-1/+6
* SUNRPC: Rename xprt_disconnect()Trond Myklebust2008-01-301-2/+2
* SUNRPC: remove NFS/RDMA client's binary sysctlsJames Lentini2007-11-261-5/+5
* sunrpc/xprtrdma/transport.c: fix use-after-freeAdrian Bunk2007-11-151-1/+1
* RPCRDMA: rpc rdma transport switch\"Talpey, Thomas\2007-10-091-0/+800