summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)Author
2015-01-30xprtrdma: Update the GFP flags used in xprt_rdma_allocate()Chuck Lever
2015-01-30xprtrdma: Clean up after adding regbuf managementChuck Lever
2015-01-30xprtrdma: Allocate zero pad separately from rpcrdma_bufferChuck Lever
2015-01-30xprtrdma: Allocate RPC/RDMA receive buffer separately from struct rpcrdma_repChuck 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: Add struct rpcrdma_regbuf and helpersChuck Lever
2015-01-30xprtrdma: Refactor rpcrdma_buffer_create() and rpcrdma_buffer_destroy()Chuck Lever
2015-01-30xprtrdma: Simplify synopsis of rpcrdma_buffer_create()Chuck Lever
2015-01-30xprtrdma: Take struct ib_qp_attr and ib_qp_init_attr off the stackChuck Lever
2015-01-30xprtrdma: Take struct ib_device_attr off the stackChuck Lever
2015-01-30xprtrdma: Free the pd if ib_query_qp() failsChuck Lever
2015-01-30xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprtChuck Lever
2015-01-30xprtrdma: Move credit update to RPC reply handlerChuck Lever
2015-01-30xprtrdma: Remove rl_mr field, and the mr_chunk unionChuck Lever
2015-01-30xprtrdma: Remove rpcrdma_ep::rep_iaChuck Lever
2015-01-30xprtrdma: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprtChuck Lever
2015-01-30xprtrdma: Clean up hdrlenChuck Lever
2015-01-30xprtrdma: Display XIDs in host byte orderChuck Lever
2015-01-30xprtrdma: Modernize htonl and ntohlChuck Lever
2015-01-30xprtrdma: human-readable completion statusChuck 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: Display async errorsChuck Lever
2014-11-25xprtrdma: Enable pad optimizationChuck Lever
2014-11-25xprtrdma: Re-write rpcrdma_flush_cqs()Chuck Lever
2014-11-25xprtrdma: Refactor tasklet schedulingChuck Lever
2014-11-25xprtrdma: unmap all FMRs during transport disconnectChuck Lever
2014-11-25xprtrdma: Cap req_cqinitChuck Lever
2014-11-25xprtrdma: Return an errno from rpcrdma_register_external()Chuck Lever
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-09-29svcrdma: advertise the correct max payloadSteve Wise
2014-09-25NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-08-05svcrdma: remove rdma_create_qp() failure recovery logicSteve Wise
2014-07-31xprtrdma: Handle additional connection eventsChuck Lever
2014-07-31xprtrdma: Remove RPCRDMA_PERSISTENT_REGISTRATION macroChuck Lever
2014-07-31xprtrdma: Make rpcrdma_ep_disconnect() return voidChuck Lever
2014-07-31xprtrdma: Schedule reply tasklet once per upcallChuck Lever
2014-07-31xprtrdma: Allocate each struct rpcrdma_mw separatelyChuck Lever
2014-07-31xprtrdma: Rename frmr_wrChuck Lever
2014-07-31xprtrdma: Disable completions for LOCAL_INV Work RequestsChuck Lever
2014-07-31xprtrdma: Disable completions for FAST_REG_MR Work RequestsChuck Lever
2014-07-31xprtrdma: Don't post a LOCAL_INV in rpcrdma_register_frmr_external()Chuck Lever
2014-07-31xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work RequestChuck Lever
2014-07-31xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnectChuck Lever
2014-07-31xprtrdma: Properly handle exhaustion of the rb_mws listChuck Lever
2014-07-31xprtrdma: Chain together all MWs in same buffer poolChuck Lever
2014-07-31xprtrdma: Back off rkey when FAST_REG_MR failsChuck Lever
2014-07-31xprtrdma: Unclutter struct rpcrdma_mr_segChuck Lever