summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
AgeCommit message (Expand)Author
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
2015-11-02NFS: Enable client side NFSv4.1 backchannel to use other transportsChuck Lever
2015-11-02svcrdma: Add backward direction service for RPC/RDMA transportChuck Lever
2015-11-02xprtrdma: Handle incoming backward direction RPC callsChuck Lever
2015-11-02xprtrdma: Add support for sending backward direction RPC repliesChuck Lever
2015-11-02xprtrdma: Pre-allocate Work Requests for backchannelChuck Lever
2015-11-02xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffersChuck Lever
2015-11-02xprtrdma: Saving IRQs no longer needed for rb_lockChuck Lever
2015-11-02xprtrdma: Remove reply taskletChuck Lever
2015-11-02xprtrdma: Use workqueue to process RPC/RDMA repliesChuck Lever
2015-11-02xprtrdma: Replace send and receive arraysChuck Lever
2015-11-02xprtrdma: Refactor reply handler error handlingChuck Lever
2015-11-02xprtrdma: Prevent loss of completion signalsChuck Lever
2015-11-02xprtrdma: Re-arm after missed eventsChuck Lever
2015-11-02xprtrdma: Enable swap-on-NFS/RDMAChuck Lever
2015-11-02xprtrdma: don't log warnings for flushed completionsSteve Wise
2015-10-29svcrdma: Port to new memory registration APISagi Grimberg
2015-10-29xprtrdma: Port to new memory registration APISagi Grimberg
2015-10-29Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro