aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-18xprtrdma: Revert commit e7104a2a9606 ('xprtrdma: Cap req_cqinit').Chuck Lever2-10/+2
2015-12-18xprtrdma: Invalidate in the RPC reply handlerChuck Lever1-0/+16
2015-12-18xprtrdma: Add ro_unmap_sync method for all-physical registrationChuck Lever1-0/+13
2015-12-18xprtrdma: Add ro_unmap_sync method for FMRChuck Lever1-0/+64
2015-12-18xprtrdma: Add ro_unmap_sync method for FRWRChuck Lever2-4/+134
2015-12-18xprtrdma: Introduce ro_unmap_sync methodChuck Lever1-0/+2
2015-12-18xprtrdma: Move struct ib_send_wr off the stackChuck Lever2-18/+24
2015-12-18xprtrdma: Disable RPC/RDMA backchannel debugging messagesChuck Lever1-7/+9
2015-12-18xprtrdma: xprt_rdma_free() must not release backchannel reqsChuck Lever1-0/+3
2015-12-18xprtrdma: Fix additional uses of spin_lock_irqsave(rb_lock)Chuck Lever2-9/+4
2015-12-18xprtrdma: checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2015-12-18xprtrdma: clean up some curly bracesDan Carpenter1-1/+2
2015-11-09Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-298/+867
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds6-145/+159
2015-11-02NFS: Enable client side NFSv4.1 backchannel to use other transportsChuck Lever3-0/+23
2015-11-02svcrdma: Add backward direction service for RPC/RDMA transportChuck Lever2-0/+64
2015-11-02xprtrdma: Handle incoming backward direction RPC callsChuck Lever3-0/+161
2015-11-02xprtrdma: Add support for sending backward direction RPC repliesChuck Lever3-0/+51
2015-11-02xprtrdma: Pre-allocate Work Requests for backchannelChuck Lever3-2/+26
2015-11-02xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffersChuck Lever5-12/+309
2015-11-02xprtrdma: Saving IRQs no longer needed for rb_lockChuck Lever1-14/+10
2015-11-02xprtrdma: Remove reply taskletChuck Lever1-43/+0
2015-11-02xprtrdma: Use workqueue to process RPC/RDMA repliesChuck Lever4-18/+65
2015-11-02xprtrdma: Replace send and receive arraysChuck Lever2-91/+73
2015-11-02xprtrdma: Refactor reply handler error handlingChuck Lever3-40/+53
2015-11-02xprtrdma: Prevent loss of completion signalsChuck Lever2-41/+38
2015-11-02xprtrdma: Re-arm after missed eventsChuck Lever1-56/+10
2015-11-02xprtrdma: Enable swap-on-NFS/RDMAChuck Lever1-1/+1
2015-11-02xprtrdma: don't log warnings for flushed completionsSteve Wise1-2/+5
2015-10-28svcrdma: Port to new memory registration APISagi Grimberg2-57/+53
2015-10-28xprtrdma: Port to new memory registration APISagi Grimberg2-52/+69
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford3-55/+56
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro2-3/+4
2015-10-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-5/+3
2015-10-13Merge tag 'nfsd-4.3-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2015-10-12svcrdma: Fix NFS server crash triggered by 1MB NFS WRITEChuck Lever1-1/+1
2015-10-09Merge tag 'nfsd-4.3-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+4
2015-10-08IB: split struct ib_send_wrChristoph Hellwig3-55/+56
2015-10-06xprtrdma: Don't require LOCAL_DMA_LKEY support for fastregSagi Grimberg1-5/+3
2015-10-02Merge tag 'nfs-rdma-for-4.3-2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2-4/+7
2015-09-29svcrdma: handle rdma read with a non-zero initial page offsetSteve Wise1-2/+4
2015-09-28xprtrdma: disconnect and flush cqs before freeing buffersSteve Wise2-4/+7
2015-09-25xprtrdma: Replace global lkey with lkey local to PDChuck Lever5-35/+2
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds4-17/+13
2015-09-07Merge tag 'nfs-for-4.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-308/+276
2015-08-30IB/core: Make ib_dealloc_pd return voidJason Gunthorpe1-1/+1
2015-08-30svcrdma: limit FRMR page list lengths to device maxSteve Wise1-2/+4
2015-08-30xprtrdma, svcrdma: Convert to ib_alloc_mrSagi Grimberg2-4/+4
2015-08-28svcrdma: Use max_sge_rd for destination read depthsSteve Wise2-11/+5
2015-08-10svcrdma: Change maximum server payload back to RPCSVC_MAXPAYLOADChuck Lever2-2/+1