Age | Commit message (Expand) | Author | Files | Lines |
2008-10-10 | RPC/RDMA: avoid an oops due to disconnect racing with async upcalls. | Tom Talpey | 1 | -11/+9 |
2008-10-10 | RPC/RDMA: maintain the RPC task bytes-sent statistic. | Tom Talpey | 1 | -0/+1 |
2008-10-10 | RPC/RDMA: suppress retransmit on RPC/RDMA clients. | Tom Talpey | 3 | -4/+15 |
2008-10-10 | RPC/RDMA: fix connection IRD/ORD setting | Tom Tucker | 1 | -37/+14 |
2008-10-10 | RPC/RDMA: support FRMR client memory registration. | Tom Talpey | 2 | -6/+167 |
2008-10-10 | RPC/RDMA: check selected memory registration mode at runtime. | Tom Talpey | 1 | -15/+80 |
2008-10-10 | RPC/RDMA: add data types and new FRMR memory registration enum. | Tom Talpey | 1 | -1/+7 |
2008-10-10 | RPC/RDMA: refactor the inline memory registration code. | Tom Talpey | 1 | -158/+207 |
2008-10-06 | svcrdma: Fix IRD/ORD polarity | Tom Tucker | 1 | -1/+1 |
2008-10-06 | svcrdma: Update svc_rdma_send_error to use DMA LKEY | Tom Tucker | 1 | -2/+9 |
2008-10-06 | svcrdma: Modify the RPC reply path to use FRMR when available | Tom Tucker | 2 | -40/+217 |
2008-10-06 | svcrdma: Modify the RPC recv path to use FRMR when available | Tom Tucker | 2 | -22/+170 |
2008-10-06 | svcrdma: Add support to svc_rdma_send to handle chained WR | Tom Tucker | 1 | -8/+21 |
2008-10-06 | svcrdma: Modify post recv path to use local dma key | Tom Tucker | 1 | -3/+9 |
2008-10-06 | svcrdma: Add a service to register a Fast Reg MR with the device | Tom Tucker | 1 | -35/+76 |
2008-10-06 | svcrdma: Query device for Fast Reg support during connection setup | Tom Tucker | 1 | -6/+70 |
2008-10-06 | svcrdma: Add FRMR get/put services | Tom Tucker | 1 | -5/+111 |
2008-09-21 | net: Use hton[sl]() instead of __constant_hton[sl]() where applicable | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2008-08-14 | svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_tasklet | Tom Tucker | 2 | -7/+6 |
2008-07-26 | dma-mapping: add the device argument to dma_mapping_error() | FUJITA Tomonori | 1 | -1/+2 |
2008-07-03 | svcrdma: Change WR context get/put to use the kmem cache | Tom Tucker | 1 | -109/+12 |
2008-07-03 | svcrdma: Create a kmem cache for the WR contexts | Tom Tucker | 1 | -4/+19 |
2008-07-03 | svcrdma: Add flush_scheduled_work to module exit function | Tom Tucker | 1 | -0/+1 |
2008-07-03 | svcrdma: Limit ORD based on client's advertised IRD | Tom Tucker | 1 | -4/+12 |
2008-07-03 | svcrdma: Remove unneeded spin locks from __svc_rdma_free | Tom Tucker | 1 | -4/+0 |
2008-07-03 | svcrdma: Add dma map count and WARN_ON | Tom Tucker | 3 | -0/+9 |
2008-07-03 | svcrdma: Move the DMA unmap logic to the CQ handler | Tom Tucker | 1 | -6/+14 |
2008-07-03 | svcrdma: Use reply and chunk map for RDMA_READ processing | Tom Tucker | 1 | -45/+38 |
2008-07-03 | svcrdma: Use RPC reply map for RDMA_WRITE processing | Tom Tucker | 2 | -88/+80 |
2008-07-03 | svcrdma: Add a type for keeping NFS RPC mapping | Tom Tucker | 2 | -0/+45 |
2008-05-19 | svcrdma: Verify read-list fits within RPCSVC_MAXPAGES | Tom Tucker | 1 | -0/+2 |
2008-05-19 | svcrdma: Change svc_rdma_send_error return type to void | Tom Tucker | 2 | -6/+5 |
2008-05-19 | svcrdma: Copy transport address and arm CQ before calling rdma_accept | Tom Tucker | 1 | -9/+14 |
2008-05-19 | svcrdma: Set rqstp transport address in rdma_read_complete function | Tom Tucker | 1 | -0/+1 |
2008-05-19 | svcrdma: Use ib verbs version of dma_unmap | Tom Tucker | 1 | -4/+4 |
2008-05-19 | svcrdma: Cleanup queued, but unprocessed I/O in svc_rdma_free | Tom Tucker | 1 | -3/+35 |
2008-05-19 | svcrdma: Move the QP and cm_id destruction to svc_rdma_free | Tom Tucker | 1 | -20/+20 |
2008-05-19 | svcrdma: Add reference for each SQ/RQ WR | Tom Tucker | 1 | -2/+16 |
2008-05-19 | svcrdma: Move destroy to kernel thread | Tom Tucker | 1 | -3/+14 |
2008-05-19 | svcrdma: Shrink scope of spinlock on RQ CQ | Tom Tucker | 1 | -2/+2 |
2008-05-19 | svcrdma: Use standard Linux lists for context cache | Tom Tucker | 1 | -21/+26 |
2008-05-19 | svcrdma: Simplify RDMA_READ deferral buffer management | Tom Tucker | 2 | -48/+15 |
2008-05-19 | svcrdma: Remove unused READ_DONE context flags bit | Tom Tucker | 2 | -2/+0 |
2008-05-19 | svcrdma: Return error from rdma_read_xdr so caller knows to free context | Tom Tucker | 1 | -7/+16 |
2008-05-19 | svcrdma: Fix error handling during listening endpoint creation | Tom Tucker | 1 | -11/+13 |
2008-05-19 | svcrdma: Free context on post_recv error in send_reply | Tom Tucker | 1 | -1/+2 |
2008-05-19 | svcrdma: Free context on ib_post_recv error | Tom Tucker | 1 | -0/+2 |
2008-05-19 | svcrdma: Add put of connection ESTABLISHED reference in rdma_cma_handler | Tom Tucker | 1 | -0/+1 |
2008-05-19 | svcrdma: Fix return value in svc_rdma_send | Tom Tucker | 1 | -1/+1 |
2008-05-19 | svcrdma: Fix race with dto_tasklet in svc_rdma_send | Tom Tucker | 1 | -18/+22 |