Age | Commit message (Expand) | Author |
2017-04-25 | svcrdma: Remove the req_map cache | Chuck Lever |
2017-04-25 | svcrdma: Remove unused RDMA Write completion handler | Chuck Lever |
2017-04-25 | svcrdma: Use rdma_rw API in RPC reply path | Chuck Lever |
2017-04-25 | svcrdma: Introduce local rdma_rw API helpers | Chuck Lever |
2017-04-25 | svcrdma: Eliminate RPCRDMA_SQ_DEPTH_MULT | Chuck Lever |
2017-03-28 | svcrdma: set XPT_CONG_CTRL flag for bc xprt | Chuck Lever |
2017-02-28 | Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2017-02-24 | sunrpc: flag transports as having congestion control | Jeff Layton |
2017-02-08 | svcrdma: Poll CQs in "workqueue" mode | Chuck Lever |
2017-02-08 | svcrdma: Combine list fields in struct svc_rdma_op_ctxt | Chuck Lever |
2017-02-08 | svcrdma: Remove unused sc_dto_q field | Chuck Lever |
2017-02-08 | svcrdma: Clean up RPC-over-RDMA Reply header encoder | Chuck Lever |
2017-01-14 | locking/atomic, kref: Add kref_read() | Peter Zijlstra |
2016-12-16 | Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2016-11-30 | svcrdma: Break up dprintk format in svc_rdma_accept() | Chuck Lever |
2016-11-30 | svcrdma: Remove svc_rdma_op_ctxt::wc_status | Chuck Lever |
2016-11-30 | svcrdma: Remove DMA map accounting | Chuck Lever |
2016-11-30 | svcrdma: Remove BH-disabled spin locking in svc_rdma_send() | Chuck Lever |
2016-11-14 | sunrpc: svc_age_temp_xprts_now should not call setsockopt non-tcp transports | Scott Mayhew |
2016-10-13 | Merge tag 'nfsd-4.9' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2016-09-23 | IB/core: add support to create a unsafe global rkey to ib_create_pd | Christoph Hellwig |
2016-09-23 | svcrdma: support Remote Invalidation | Chuck Lever |
2016-09-23 | svcrdma: Server-side support for rpcrdma_connect_private | Chuck Lever |
2016-09-23 | svcrdma: Tail iovec leaves an orphaned DMA mapping | Chuck Lever |
2016-05-13 | svcrdma: Drain QP before freeing svcrdma_xprt | Chuck Lever |
2016-05-13 | svcrdma: Post Receives only for forward channel requests | Chuck Lever |
2016-05-13 | svcrdma: Support IPv6 with NFS/RDMA | Shirley Ma |
2016-03-01 | svcrdma: Use new CQ API for RPC-over-RDMA server send CQs | Chuck Lever |
2016-03-01 | svcrdma: Use new CQ API for RPC-over-RDMA server receive CQs | Chuck Lever |
2016-03-01 | svcrdma: Make RDMA_ERROR messages work | Chuck Lever |
2016-03-01 | svcrdma: svc_rdma_post_recv() should close connection on error | Chuck Lever |
2016-01-19 | svc_rdma: use local_dma_lkey | Christoph Hellwig |
2016-01-19 | svcrdma: Add class for RDMA backwards direction transport | Chuck Lever |
2016-01-19 | svcrdma: Define maximum number of backchannel requests | Chuck Lever |
2016-01-19 | svcrdma: Remove last two __GFP_NOFAIL call sites | Chuck Lever |
2016-01-19 | svcrdma: Add gfp flags to svc_rdma_post_recv() | Chuck Lever |
2016-01-19 | svcrdma: Improve allocation of struct svc_rdma_req_map | Chuck Lever |
2016-01-19 | svcrdma: Improve allocation of struct svc_rdma_op_ctxt | Chuck Lever |
2016-01-19 | svcrdma: Clean up process_context() | Chuck Lever |
2016-01-19 | svcrdma: Clean up rdma_create_xprt() | Chuck Lever |
2015-12-22 | xprtrdma: Avoid calling ib_query_device | Or Gerlitz |
2015-11-09 | Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds |
2015-11-02 | svcrdma: Add backward direction service for RPC/RDMA transport | Chuck Lever |
2015-10-28 | svcrdma: Port to new memory registration API | Sagi Grimberg |
2015-10-28 | IB/cma: Add support for network namespaces | Guy Shapiro |
2015-09-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds |
2015-08-30 | svcrdma: limit FRMR page list lengths to device max | Steve Wise |
2015-08-30 | xprtrdma, svcrdma: Convert to ib_alloc_mr | Sagi Grimberg |
2015-08-28 | svcrdma: Use max_sge_rd for destination read depths | Steve Wise |
2015-08-10 | svcrdma: Change maximum server payload back to RPCSVC_MAXPAYLOAD | Chuck Lever |