index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtrdma
/
svc_rdma_transport.c
Age
Commit message (
Expand
)
Author
2011-06-06
net: remove interrupt.h inclusion from netdevice.h
Alexey Dobriyan
2011-05-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
2011-05-25
RDMA/cma: Pass QP type into rdma_create_id()
Sean Hefty
2011-05-10
treewide: fix a few typos in comments
Justin P. Mattock
2011-03-10
SUNRPC: Remove resource leak in svc_rdma_send_error()
Jesper Juhl
2010-10-21
sunrpc/xprtrdma: clean up workqueue usage
Tejun Heo
2010-10-18
svcrdma: Cleanup DMA unmapping in error paths.
Tom Tucker
2010-10-18
svcrdma: Change DMA mapping logic to avoid the page_address kernel API
Tom Tucker
2010-10-01
sunrpc: Pull net argument downto svc_create_socket
Pavel Emelyanov
2010-04-12
Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2010-04-05
svcrdma: RDMA support not yet compatible with RPC6
Tom Tucker
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
2009-07-03
svcrdma: fix error handling of rdma_alloc_frmr()
Wei Yongjun
2009-05-27
svcrdma: dma unmap the correct length for the RPCRDMA header page.
Steve Wise
2009-05-03
svcrdma: clean up error paths.
Steve Wise
2008-12-10
net: Make static
Roel Kluin
2008-11-25
sunrpc: fix warning in net/sunrpc/xprtrdma/svc_rdma_transport.c
Ingo Molnar
2008-10-31
net: replace NIPQUAD() in net/*/
Harvey Harrison
2008-10-06
svcrdma: Fix IRD/ORD polarity
Tom Tucker
2008-10-06
svcrdma: Update svc_rdma_send_error to use DMA LKEY
Tom Tucker
2008-10-06
svcrdma: Modify the RPC reply path to use FRMR when available
Tom Tucker
2008-10-06
svcrdma: Modify the RPC recv path to use FRMR when available
Tom Tucker
2008-10-06
svcrdma: Add support to svc_rdma_send to handle chained WR
Tom Tucker
2008-10-06
svcrdma: Modify post recv path to use local dma key
Tom Tucker
2008-10-06
svcrdma: Add a service to register a Fast Reg MR with the device
Tom Tucker
2008-10-06
svcrdma: Query device for Fast Reg support during connection setup
Tom Tucker
2008-10-06
svcrdma: Add FRMR get/put services
Tom Tucker
2008-08-13
svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_tasklet
Tom Tucker
2008-07-02
svcrdma: Change WR context get/put to use the kmem cache
Tom Tucker
2008-07-02
svcrdma: Limit ORD based on client's advertised IRD
Tom Tucker
2008-07-02
svcrdma: Remove unneeded spin locks from __svc_rdma_free
Tom Tucker
2008-07-02
svcrdma: Add dma map count and WARN_ON
Tom Tucker
2008-07-02
svcrdma: Move the DMA unmap logic to the CQ handler
Tom Tucker
2008-07-02
svcrdma: Use RPC reply map for RDMA_WRITE processing
Tom Tucker
2008-07-02
svcrdma: Add a type for keeping NFS RPC mapping
Tom Tucker
2008-05-19
svcrdma: Change svc_rdma_send_error return type to void
Tom Tucker
2008-05-19
svcrdma: Copy transport address and arm CQ before calling rdma_accept
Tom Tucker
2008-05-19
svcrdma: Use ib verbs version of dma_unmap
Tom Tucker
2008-05-19
svcrdma: Cleanup queued, but unprocessed I/O in svc_rdma_free
Tom Tucker
2008-05-19
svcrdma: Move the QP and cm_id destruction to svc_rdma_free
Tom Tucker
2008-05-19
svcrdma: Add reference for each SQ/RQ WR
Tom Tucker
2008-05-19
svcrdma: Move destroy to kernel thread
Tom Tucker
2008-05-19
svcrdma: Shrink scope of spinlock on RQ CQ
Tom Tucker
2008-05-19
svcrdma: Use standard Linux lists for context cache
Tom Tucker
2008-05-19
svcrdma: Simplify RDMA_READ deferral buffer management
Tom Tucker
2008-05-19
svcrdma: Remove unused READ_DONE context flags bit
Tom Tucker
2008-05-19
svcrdma: Fix error handling during listening endpoint creation
Tom Tucker
2008-05-19
svcrdma: Free context on ib_post_recv error
Tom Tucker
2008-05-19
svcrdma: Add put of connection ESTABLISHED reference in rdma_cma_handler
Tom Tucker
[next]