summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)Author
2016-03-24Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2016-03-14xprtrdma: Use new CQ API for RPC-over-RDMA client send CQsChuck Lever
2016-03-14xprtrdma: Use an anonymous union in struct rpcrdma_mwChuck Lever
2016-03-14xprtrdma: Use new CQ API for RPC-over-RDMA client receive CQsChuck Lever
2016-03-14xprtrdma: Serialize credit accounting againChuck Lever
2016-03-14xprtrdma: Properly handle RDMA_ERROR repliesChuck Lever
2016-03-14xprtrdma: Do not wait if ib_post_send() failsChuck Lever
2016-03-14xprtrdma: Segment head and tail XDR buffers on page boundariesChuck Lever
2016-03-14xprtrdma: Clean up dprintk format string containing a newlineChuck Lever
2016-03-14xprtrdma: Clean up physical_op_map()Chuck Lever
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server receive CQsChuck Lever
2016-03-01svcrdma: Remove close_out exit pathChuck Lever
2016-03-01svcrdma: Hook up the logic to return ERR_CHUNKChuck Lever
2016-03-01svcrdma: Use correct XID in error repliesChuck Lever
2016-03-01svcrdma: Make RDMA_ERROR messages workChuck Lever
2016-03-01svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever
2016-03-01svcrdma: Close connection when a send error occursChuck Lever
2016-03-01svcrdma: Do not send Write chunk XDR pad with inline contentChuck Lever
2016-03-01svcrdma: Do not write xdr_buf::tail in a Write chunkChuck Lever
2016-03-01svcrdma: Find client-provided write and reply chunks once per replyChuck Lever
2016-02-19Merge tag 'nfs-rdma-4.5-1' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust
2016-02-17xprtrdma: rpcrdma_bc_receive_call() should init rq_private_buf.lenChuck Lever
2016-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-01-19svc_rdma: use local_dma_lkeyChristoph Hellwig
2016-01-19svcrdma: Add class for RDMA backwards direction transportChuck Lever
2016-01-19svcrdma: Define maximum number of backchannel requestsChuck Lever
2016-01-19svcrdma: Make map_xdr non-staticChuck Lever
2016-01-19svcrdma: Remove last two __GFP_NOFAIL call sitesChuck Lever
2016-01-19svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever
2016-01-19svcrdma: Remove unused req_map and ctxt kmem_cachesChuck Lever
2016-01-19svcrdma: Improve allocation of struct svc_rdma_req_mapChuck Lever
2016-01-19svcrdma: Improve allocation of struct svc_rdma_op_ctxtChuck Lever
2016-01-19svcrdma: Clean up process_context()Chuck Lever
2016-01-19svcrdma: Clean up rdma_create_xprt()Chuck Lever
2015-12-22xprtrdma: Avoid calling ib_query_deviceOr Gerlitz
2015-12-18xprtrdma: Revert commit e7104a2a9606 ('xprtrdma: Cap req_cqinit').Chuck Lever
2015-12-18xprtrdma: Invalidate in the RPC reply handlerChuck Lever
2015-12-18xprtrdma: Add ro_unmap_sync method for all-physical registrationChuck Lever
2015-12-18xprtrdma: Add ro_unmap_sync method for FMRChuck Lever
2015-12-18xprtrdma: Add ro_unmap_sync method for FRWRChuck Lever
2015-12-18xprtrdma: Introduce ro_unmap_sync methodChuck Lever
2015-12-18xprtrdma: Move struct ib_send_wr off the stackChuck Lever
2015-12-18xprtrdma: Disable RPC/RDMA backchannel debugging messagesChuck Lever
2015-12-18xprtrdma: xprt_rdma_free() must not release backchannel reqsChuck Lever
2015-12-18xprtrdma: Fix additional uses of spin_lock_irqsave(rb_lock)Chuck Lever
2015-12-18xprtrdma: checking for NULL instead of IS_ERR()Dan Carpenter
2015-12-18xprtrdma: clean up some curly bracesDan Carpenter
2015-11-10Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds