aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-04xprtrdma: Disconnect on registration failureChuck Lever1-6/+11
2014-06-04xprtrdma: Remove BUG_ON() call sitesChuck Lever1-1/+2
2014-06-04xprtrdma: Avoid deadlock when credit window is resetChuck Lever1-18/+1
2014-06-04xprtrdma: Use macros for reconnection timeout constantsChuck Lever1-7/+12
2014-06-04xprtrdma: Make rpcrdma_ep_destroy() return voidChuck Lever1-6/+2
2014-06-04xprtrdma: Simplify rpcrdma_deregister_external() synopsisChuck Lever1-1/+1
2014-06-04xprtrdma: Remove MEMWINDOWS registration modesChuck Lever1-8/+1
2014-06-04xprtrdma: Remove BOUNCEBUFFERS memory registration modeChuck Lever1-13/+0
2014-03-17SUNRPC: remove KERN_INFO from dprintk() call sitesChuck Lever1-5/+5
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.hJeff Layton1-0/+1
2013-02-01SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust1-2/+1
2013-02-01SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust1-2/+2
2012-09-28SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust1-14/+8
2012-09-07SUNRPC: Fix a UDP transport regressionTrond Myklebust1-0/+1
2012-07-30nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton1-1/+2
2011-07-17SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust1-0/+1
2011-07-17SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust1-3/+2
2010-10-21sunrpc/xprtrdma: clean up workqueue usageTejun Heo1-3/+2
2010-10-01sunrpc: Tag rpc_xprt with netPavel Emelyanov1-1/+1
2010-10-01sunrpc: Factor out rpc_xprt freeingPavel Emelyanov1-5/+2
2010-10-01sunrpc: Factor out rpc_xprt allocationPavel Emelyanov1-11/+2
2010-05-14SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust1-1/+1
2010-05-14SUNRPC: Fail over more quickly on connect errorsTrond Myklebust1-1/+0
2010-05-14SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect()Trond Myklebust1-15/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-08net/sunrpc: Convert (void)snprintf to snprintfJoe Perches1-3/+3
2010-03-08net/sunrpc: Remove uses of NIPQUAD, use %pI4Joe Perches1-2/+1
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-6/+6
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-18/+2
2009-08-09SUNRPC: Kill RPC_DISPLAY_ALLChuck Lever1-5/+0
2009-08-09SUNRPC: Use rpc_ntop() for constructing transport address stringsChuck Lever1-27/+18
2009-08-09SUNRPC: Remove duplicate universal address generationChuck Lever1-8/+0
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison1-7/+7
2008-10-10RPC/RDMA: correct the reconnect timer backoffTom Talpey1-0/+7
2008-10-10RPC/RDMA: optionally emit useful transport info upon connect/disconnect.Tom Talpey1-1/+1
2008-10-10RPC/RDMA: adhere to protocol for unpadded client trailing write chunks.Tom Talpey1-0/+9
2008-10-10RPC/RDMA: maintain the RPC task bytes-sent statistic.Tom Talpey1-0/+1
2008-10-10RPC/RDMA: suppress retransmit on RPC/RDMA clients.Tom Talpey1-4/+12
2008-10-10RPC/RDMA: support FRMR client memory registration.Tom Talpey1-5/+1
2008-03-07SUNRPC: Fix a nfs4 over rdma transport oopsTom Talpey1-1/+5
2008-01-30SUNRPC: Clean up functions that free address_strings arrayChuck Lever1-6/+10
2008-01-30SUNRPC: Add support for per-client timeout valuesTrond Myklebust1-1/+1
2008-01-30SUNRPC: Clean up the transport timeout initialisationTrond Myklebust1-1/+6
2008-01-30SUNRPC: Rename xprt_disconnect()Trond Myklebust1-2/+2
2007-11-26SUNRPC: remove NFS/RDMA client's binary sysctlsJames Lentini1-5/+5
2007-11-14sunrpc/xprtrdma/transport.c: fix use-after-freeAdrian Bunk1-1/+1
2007-10-09RPCRDMA: rpc rdma transport switch\"Talpey, Thomas\1-0/+800