summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_transport.c
Commit message (Expand)AuthorAgeFilesLines
* svcrdma: Estimate Send Queue depth properlyChuck Lever2017-09-051-4/+13
* svcrdma: Limit RQ depthChuck Lever2017-09-051-7/+12
* sunrpc: Const-ify instances of struct svc_xprt_opsChuck Lever2017-08-251-2/+2
* svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw APIChuck Lever2017-07-121-35/+4Star
* svcrdma: Clean-up svc_rdma_unmap_dmaChuck Lever2017-07-121-14/+5Star
* svcrdma: Remove frmr cacheChuck Lever2017-07-121-86/+0Star
* svcrdma: Remove unused Read completion handlersChuck Lever2017-07-121-84/+9Star
* svcrdma: Use generic RDMA R/W API in RPC Call pathChuck Lever2017-07-121-13/+0Star
* svcrdma: Remove the req_map cacheChuck Lever2017-04-251-84/+0Star
* svcrdma: Remove unused RDMA Write completion handlerChuck Lever2017-04-251-18/+0Star
* svcrdma: Use rdma_rw API in RPC reply pathChuck Lever2017-04-251-0/+2
* svcrdma: Introduce local rdma_rw API helpersChuck Lever2017-04-251-0/+4
* svcrdma: Eliminate RPCRDMA_SQ_DEPTH_MULTChuck Lever2017-04-251-1/+1
* svcrdma: set XPT_CONG_CTRL flag for bc xprtChuck Lever2017-03-291-0/+1
* Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-03-011-32/+37
|\
| * sunrpc: flag transports as having congestion controlJeff Layton2017-02-241-0/+8
| * svcrdma: Poll CQs in "workqueue" modeChuck Lever2017-02-081-13/+13
| * svcrdma: Combine list fields in struct svc_rdma_op_ctxtChuck Lever2017-02-081-18/+15Star
| * svcrdma: Remove unused sc_dto_q fieldChuck Lever2017-02-081-1/+0Star
| * svcrdma: Clean up RPC-over-RDMA Reply header encoderChuck Lever2017-02-081-0/+1
* | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-2/+2
|/
* Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-12-161-63/+31Star
|\
| * svcrdma: Break up dprintk format in svc_rdma_accept()Chuck Lever2016-11-301-37/+18Star
| * svcrdma: Remove svc_rdma_op_ctxt::wc_statusChuck Lever2016-11-301-1/+0Star
| * svcrdma: Remove DMA map accountingChuck Lever2016-11-301-10/+3Star
| * svcrdma: Remove BH-disabled spin locking in svc_rdma_send()Chuck Lever2016-11-301-15/+10Star
* | sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew2016-11-141-0/+6
|/
* Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-10-141-11/+49
|\
| * svcrdma: support Remote InvalidationChuck Lever2016-09-231-3/+9
| * svcrdma: Server-side support for rpcrdma_connect_privateChuck Lever2016-09-231-4/+30
| * svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever2016-09-231-6/+12
* | IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-231-1/+1
|/
* svcrdma: Drain QP before freeing svcrdma_xprtChuck Lever2016-05-131-0/+3
* svcrdma: Post Receives only for forward channel requestsChuck Lever2016-05-131-1/+1
* svcrdma: Support IPv6 with NFS/RDMAShirley Ma2016-05-131-1/+11
* svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever2016-03-011-161/+98Star
* svcrdma: Use new CQ API for RPC-over-RDMA server receive CQsChuck Lever2016-03-011-90/+39Star
* svcrdma: Make RDMA_ERROR messages workChuck Lever2016-03-011-54/+0Star
* svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever2016-03-011-0/+15
* svc_rdma: use local_dma_lkeyChristoph Hellwig2016-01-191-32/+4Star
* svcrdma: Add class for RDMA backwards direction transportChuck Lever2016-01-191-3/+11
* svcrdma: Define maximum number of backchannel requestsChuck Lever2016-01-191-10/+14
* svcrdma: Remove last two __GFP_NOFAIL call sitesChuck Lever2016-01-191-1/+3
* svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever2016-01-191-3/+5
* svcrdma: Improve allocation of struct svc_rdma_req_mapChuck Lever2016-01-191-10/+75
* svcrdma: Improve allocation of struct svc_rdma_op_ctxtChuck Lever2016-01-191-13/+89
* svcrdma: Clean up process_context()Chuck Lever2016-01-191-23/+21Star
* svcrdma: Clean up rdma_create_xprt()Chuck Lever2016-01-191-8/+1Star
* xprtrdma: Avoid calling ib_query_deviceOr Gerlitz2015-12-221-29/+19Star
* Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-11-101-0/+58
|\