summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/transport.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-05xprtrdma: Count RDMA_NOMSG type callsChuck Lever1-2/+3
2015-08-05xprtrdma: Clean up xprt_rdma_print_stats()Chuck Lever1-25/+23
2015-08-05xprtrdma: Make xprt_setup_rdma() agnostic to family of server addressChuck Lever1-17/+11
2015-07-02Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-9/+34
2015-06-16Merge tag 'nfs-rdma-for-4.2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust1-8/+9
2015-06-12xprtrdma: Introduce an FRMR recovery workqueueChuck Lever1-2/+9
2015-06-12xprtrdma: Remove rr_funcChuck Lever1-3/+0
2015-06-12xprtrdma: Replace rpcrdma_rep::rr_buffer with rr_rxprtChuck Lever1-5/+2
2015-06-11SUNRPC: Transport fault injectionChuck Lever1-0/+11
2015-06-11sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton1-1/+14
2015-06-04rpcrdma: Merge svcrdma and xprtrdma modules into oneChuck Lever1-11/+2
2015-03-31xprtrdma: Add a "deregister_external" op for each memreg modeChuck Lever1-2/+2
2015-03-31xprtrdma: Add a "max_payload" op for each memreg modeChuck Lever1-1/+4
2015-03-31xprtrdma: Perform a full marshal on retransmitChuck Lever1-4/+1
2015-03-31xprtrdma: Display IPv6 addresses and port numbers correctlyChuck Lever1-9/+38
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