summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/transport.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-30xprtrdma: Update the GFP flags used in xprt_rdma_allocate()Chuck Lever1-2/+5
2015-01-30xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_reqChuck Lever1-0/+9
2015-01-30xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_reqChuck Lever1-87/+59
2015-01-30xprtrdma: Simplify synopsis of rpcrdma_buffer_create()Chuck Lever1-2/+1
2015-01-30xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprtChuck Lever1-2/+0
2015-01-30xprtrdma: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprtChuck Lever1-9/+10
2014-11-27Merge tag 'nfs-rdma-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rd...Trond Myklebust1-2/+2
2014-11-25xprtrdma: Enable pad optimizationChuck Lever1-1/+1
2014-11-25xprtrdma: unmap all FMRs during transport disconnectChuck Lever1-1/+1
2014-11-25sunrpc: eliminate RPC_DEBUGJeff Layton1-4/+4
2014-09-25NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown1-2/+0
2014-08-01xprtrdma: Make rpcrdma_ep_disconnect() return voidChuck Lever1-1/+1
2014-08-01xprtrdma: Update rkeys after transport reconnectChuck Lever1-5/+6
2014-08-01xprtrdma: Limit data payload size for ALLPHYSICALChuck Lever1-1/+3
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-03-01Merge 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 ...Jeff 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-29SUNRPC: 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-31nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton1-1/+2
2011-07-18SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust1-0/+1
2011-07-18SUNRPC: 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-02sunrpc: Tag rpc_xprt with netPavel Emelyanov1-1/+1
2010-10-02sunrpc: Factor out rpc_xprt freeingPavel Emelyanov1-5/+2
2010-10-02sunrpc: 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 imp...Tejun 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