summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/transport.c
AgeCommit message (Expand)Author
2015-09-28xprtrdma: disconnect and flush cqs before freeing buffersSteve Wise
2015-08-05xprtrdma: Count RDMA_NOMSG type callsChuck Lever
2015-08-05xprtrdma: Clean up xprt_rdma_print_stats()Chuck Lever
2015-08-05xprtrdma: Make xprt_setup_rdma() agnostic to family of server addressChuck Lever
2015-07-02Merge tag 'nfs-for-4.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-06-16Merge tag 'nfs-rdma-for-4.2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust
2015-06-12xprtrdma: Introduce an FRMR recovery workqueueChuck Lever
2015-06-12xprtrdma: Remove rr_funcChuck Lever
2015-06-12xprtrdma: Replace rpcrdma_rep::rr_buffer with rr_rxprtChuck Lever
2015-06-10SUNRPC: Transport fault injectionChuck Lever
2015-06-10sunrpc: turn swapper_enable/disable functions into rpc_xprt_opsJeff Layton
2015-06-04rpcrdma: Merge svcrdma and xprtrdma modules into oneChuck Lever
2015-03-31xprtrdma: Add a "deregister_external" op for each memreg modeChuck Lever
2015-03-31xprtrdma: Add a "max_payload" op for each memreg modeChuck Lever
2015-03-31xprtrdma: Perform a full marshal on retransmitChuck Lever
2015-03-31xprtrdma: Display IPv6 addresses and port numbers correctlyChuck Lever
2015-01-30xprtrdma: Update the GFP flags used in xprt_rdma_allocate()Chuck Lever
2015-01-30xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_reqChuck Lever
2015-01-30xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_reqChuck Lever
2015-01-30xprtrdma: Simplify synopsis of rpcrdma_buffer_create()Chuck Lever
2015-01-30xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprtChuck Lever
2015-01-30xprtrdma: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprtChuck Lever
2014-11-26Merge tag 'nfs-rdma-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rd...Trond Myklebust
2014-11-25xprtrdma: Enable pad optimizationChuck Lever
2014-11-25xprtrdma: unmap all FMRs during transport disconnectChuck Lever
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton
2014-09-25NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown
2014-07-31xprtrdma: Make rpcrdma_ep_disconnect() return voidChuck Lever
2014-07-31xprtrdma: Update rkeys after transport reconnectChuck Lever
2014-07-31xprtrdma: Limit data payload size for ALLPHYSICALChuck Lever
2014-06-04xprtrdma: Disconnect on registration failureChuck Lever
2014-06-04xprtrdma: Remove BUG_ON() call sitesChuck Lever
2014-06-04xprtrdma: Avoid deadlock when credit window is resetChuck Lever
2014-06-04xprtrdma: Use macros for reconnection timeout constantsChuck Lever
2014-06-04xprtrdma: Make rpcrdma_ep_destroy() return voidChuck Lever
2014-06-04xprtrdma: Simplify rpcrdma_deregister_external() synopsisChuck Lever
2014-06-04xprtrdma: Remove MEMWINDOWS registration modesChuck Lever
2014-06-04xprtrdma: Remove BOUNCEBUFFERS memory registration modeChuck Lever
2014-03-17SUNRPC: remove KERN_INFO from dprintk() call sitesChuck Lever
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton
2013-02-01SUNRPC: Pass a pointer to struct rpc_xprt to the connect callbackTrond Myklebust
2013-02-01SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()Trond Myklebust
2012-09-28SUNRPC: Get rid of the redundant xprt->shutdown bit fieldTrond Myklebust
2012-09-07SUNRPC: Fix a UDP transport regressionTrond Myklebust
2012-07-30nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton
2011-07-17SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust
2011-07-17SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust
2010-10-21sunrpc/xprtrdma: clean up workqueue usageTejun Heo