| Commit message (Expand) | Author | Age | Files | Lines |
* | svcrdma: remove rdma_create_qp() failure recovery logic | Steve Wise | 2014-08-05 | 1 | -17/+2 |
* | svcrdma: Select NFSv4.1 backchannel transport based on forward channel | Chuck Lever | 2014-07-18 | 1 | -0/+1 |
* | svcrdma: refactor marshalling logic | Steve Wise | 2014-06-06 | 1 | -26/+36 |
* | NFSD: Ignore client's source port on RDMA transports | Chuck Lever | 2014-05-22 | 1 | -0/+7 |
* | svcrdma: fix printk when memory allocation fails | Jeff Layton | 2014-03-27 | 1 | -2/+1 |
* | svcrpc: make svc_xprt_received static | J. Bruce Fields | 2012-08-21 | 1 | -4/+0 |
* | svcrdma: Cleanup sparse warnings in the svcrdma module | Tom Tucker | 2012-02-17 | 1 | -9/+1 |
* | SUNRPC: create svc_xprt in proper network namespace | Stanislav Kinsbursky | 2011-12-06 | 1 | -1/+1 |
* | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | net: remove interrupt.h inclusion from netdevice.h | Alexey Dobriyan | 2011-06-06 | 1 | -0/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2011-05-26 | 1 | -1/+2 |
|\ |
|
| * | RDMA/cma: Pass QP type into rdma_create_id() | Sean Hefty | 2011-05-25 | 1 | -1/+2 |
* | | treewide: fix a few typos in comments | Justin P. Mattock | 2011-05-10 | 1 | -1/+1 |
|/ |
|
* | SUNRPC: Remove resource leak in svc_rdma_send_error() | Jesper Juhl | 2011-03-10 | 1 | -0/+1 |
* | sunrpc/xprtrdma: clean up workqueue usage | Tejun Heo | 2010-10-21 | 1 | -1/+5 |
* | svcrdma: Cleanup DMA unmapping in error paths. | Tom Tucker | 2010-10-18 | 1 | -15/+14 |
* | svcrdma: Change DMA mapping logic to avoid the page_address kernel API | Tom Tucker | 2010-10-18 | 1 | -9/+9 |
* | sunrpc: Pull net argument downto svc_create_socket | Pavel Emelyanov | 2010-10-01 | 1 | -0/+2 |
* | Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2010-04-12 | 1 | -1/+4 |
|\ |
|
| * | svcrdma: RDMA support not yet compatible with RPC6 | Tom Tucker | 2010-04-05 | 1 | -1/+4 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
|/ |
|
* | headers: remove sched.h from interrupt.h | Alexey Dobriyan | 2009-10-11 | 1 | -0/+1 |
* | svcrdma: fix error handling of rdma_alloc_frmr() | Wei Yongjun | 2009-07-03 | 1 | -2/+2 |
* | svcrdma: dma unmap the correct length for the RPCRDMA header page. | Steve Wise | 2009-05-27 | 1 | -5/+5 |
* | svcrdma: clean up error paths. | Steve Wise | 2009-05-03 | 1 | -1/+2 |
* | net: Make static | Roel Kluin | 2008-12-10 | 1 | -1/+1 |
* | sunrpc: fix warning in net/sunrpc/xprtrdma/svc_rdma_transport.c | Ingo Molnar | 2008-11-25 | 1 | -1/+1 |
* | net: replace NIPQUAD() in net/*/ | Harvey Harrison | 2008-10-31 | 1 | -6/+6 |
* | svcrdma: Fix IRD/ORD polarity | Tom Tucker | 2008-10-06 | 1 | -1/+1 |
* | svcrdma: Update svc_rdma_send_error to use DMA LKEY | Tom Tucker | 2008-10-06 | 1 | -2/+9 |
* | svcrdma: Modify the RPC reply path to use FRMR when available | Tom Tucker | 2008-10-06 | 1 | -0/+2 |
* | svcrdma: Modify the RPC recv path to use FRMR when available | Tom Tucker | 2008-10-06 | 1 | -1/+4 |
* | svcrdma: Add support to svc_rdma_send to handle chained WR | Tom Tucker | 2008-10-06 | 1 | -8/+21 |
* | svcrdma: Modify post recv path to use local dma key | Tom Tucker | 2008-10-06 | 1 | -3/+9 |
* | svcrdma: Add a service to register a Fast Reg MR with the device | Tom Tucker | 2008-10-06 | 1 | -35/+76 |
* | svcrdma: Query device for Fast Reg support during connection setup | Tom Tucker | 2008-10-06 | 1 | -6/+70 |
* | svcrdma: Add FRMR get/put services | Tom Tucker | 2008-10-06 | 1 | -5/+111 |
* | svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_tasklet | Tom Tucker | 2008-08-13 | 1 | -3/+2 |
* | svcrdma: Change WR context get/put to use the kmem cache | Tom Tucker | 2008-07-02 | 1 | -109/+12 |
* | svcrdma: Limit ORD based on client's advertised IRD | Tom Tucker | 2008-07-02 | 1 | -4/+12 |
* | svcrdma: Remove unneeded spin locks from __svc_rdma_free | Tom Tucker | 2008-07-02 | 1 | -4/+0 |
* | svcrdma: Add dma map count and WARN_ON | Tom Tucker | 2008-07-02 | 1 | -0/+5 |
* | svcrdma: Move the DMA unmap logic to the CQ handler | Tom Tucker | 2008-07-02 | 1 | -6/+14 |
* | svcrdma: Use RPC reply map for RDMA_WRITE processing | Tom Tucker | 2008-07-02 | 1 | -1/+4 |
* | svcrdma: Add a type for keeping NFS RPC mapping | Tom Tucker | 2008-07-02 | 1 | -0/+26 |
* | svcrdma: Change svc_rdma_send_error return type to void | Tom Tucker | 2008-05-19 | 1 | -5/+4 |
* | svcrdma: Copy transport address and arm CQ before calling rdma_accept | Tom Tucker | 2008-05-19 | 1 | -9/+14 |
* | svcrdma: Use ib verbs version of dma_unmap | Tom Tucker | 2008-05-19 | 1 | -4/+4 |
* | svcrdma: Cleanup queued, but unprocessed I/O in svc_rdma_free | Tom Tucker | 2008-05-19 | 1 | -3/+35 |
* | svcrdma: Move the QP and cm_id destruction to svc_rdma_free | Tom Tucker | 2008-05-19 | 1 | -20/+20 |