aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sunrpc/xprtrdma/svc_rdma_transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-08svcrdma: Poll CQs in "workqueue" modeChuck Lever1-13/+13
2017-02-08svcrdma: Combine list fields in struct svc_rdma_op_ctxtChuck Lever1-18/+15
2017-02-08svcrdma: Remove unused sc_dto_q fieldChuck Lever1-1/+0
2017-02-08svcrdma: Clean up RPC-over-RDMA Reply header encoderChuck Lever1-0/+1
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-2/+2
2016-12-16Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-63/+31
2016-11-30svcrdma: Break up dprintk format in svc_rdma_accept()Chuck Lever1-37/+18
2016-11-30svcrdma: Remove svc_rdma_op_ctxt::wc_statusChuck Lever1-1/+0
2016-11-30svcrdma: Remove DMA map accountingChuck Lever1-10/+3
2016-11-30svcrdma: Remove BH-disabled spin locking in svc_rdma_send()Chuck Lever1-15/+10
2016-11-14sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transportsScott Mayhew1-0/+6
2016-10-13Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-11/+49
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig1-1/+1
2016-09-23svcrdma: support Remote InvalidationChuck Lever1-3/+9
2016-09-23svcrdma: Server-side support for rpcrdma_connect_privateChuck Lever1-4/+30
2016-09-23svcrdma: Tail iovec leaves an orphaned DMA mappingChuck Lever1-6/+12
2016-05-13svcrdma: Drain QP before freeing svcrdma_xprtChuck Lever1-0/+3
2016-05-13svcrdma: Post Receives only for forward channel requestsChuck Lever1-1/+1
2016-05-13svcrdma: Support IPv6 with NFS/RDMAShirley Ma1-1/+11
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server send CQsChuck Lever1-161/+98
2016-03-01svcrdma: Use new CQ API for RPC-over-RDMA server receive CQsChuck Lever1-90/+39
2016-03-01svcrdma: Make RDMA_ERROR messages workChuck Lever1-54/+0
2016-03-01svcrdma: svc_rdma_post_recv() should close connection on errorChuck Lever1-0/+15
2016-01-19svc_rdma: use local_dma_lkeyChristoph Hellwig1-32/+4
2016-01-19svcrdma: Add class for RDMA backwards direction transportChuck Lever1-3/+11
2016-01-19svcrdma: Define maximum number of backchannel requestsChuck Lever1-10/+14
2016-01-19svcrdma: Remove last two __GFP_NOFAIL call sitesChuck Lever1-1/+3
2016-01-19svcrdma: Add gfp flags to svc_rdma_post_recv()Chuck Lever1-3/+5
2016-01-19svcrdma: Improve allocation of struct svc_rdma_req_mapChuck Lever1-10/+75
2016-01-19svcrdma: Improve allocation of struct svc_rdma_op_ctxtChuck Lever1-13/+89
2016-01-19svcrdma: Clean up process_context()Chuck Lever1-23/+21
2016-01-19svcrdma: Clean up rdma_create_xprt()Chuck Lever1-8/+1
2015-12-22xprtrdma: Avoid calling ib_query_deviceOr Gerlitz1-29/+19
2015-11-09Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+58
2015-11-02svcrdma: Add backward direction service for RPC/RDMA transportChuck Lever1-0/+58
2015-10-28svcrdma: Port to new memory registration APISagi Grimberg1-23/+11
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro1-2/+2
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-2/+8
2015-08-30svcrdma: limit FRMR page list lengths to device maxSteve Wise1-2/+4
2015-08-30xprtrdma, svcrdma: Convert to ib_alloc_mrSagi Grimberg1-1/+1
2015-08-28svcrdma: Use max_sge_rd for destination read depthsSteve Wise1-0/+4
2015-08-10svcrdma: Change maximum server payload back to RPCSVC_MAXPAYLOADChuck Lever1-1/+1
2015-07-20svcrdma: Remove svc_rdma_fastreg()Chuck Lever1-34/+0
2015-07-20NFS/RDMA Release resources in svcrdma when device is removedShirley Ma1-0/+1
2015-06-27Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-28/+8
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak1-4/+5
2015-06-04svcrdma: Add a separate "max data segs macro for svcrdmaChuck Lever1-1/+1
2015-06-04svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAILChuck Lever1-26/+6
2015-06-04svcrdma: Keep rpcrdma_msg fields in network byte-orderChuck Lever1-1/+1
2015-05-20Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' into k.o/for-4.2Doug Ledford1-38/+36