index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtrdma
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-24
Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
5
-430
/
+352
2016-03-14
xprtrdma: Use new CQ API for RPC-over-RDMA client send CQs
Chuck Lever
3
-125
/
+91
2016-03-14
xprtrdma: Use an anonymous union in struct rpcrdma_mw
Chuck Lever
3
-36
/
+36
2016-03-14
xprtrdma: Use new CQ API for RPC-over-RDMA client receive CQs
Chuck Lever
2
-58
/
+21
2016-03-14
xprtrdma: Serialize credit accounting again
Chuck Lever
3
-9
/
+28
2016-03-14
xprtrdma: Properly handle RDMA_ERROR replies
Chuck Lever
1
-8
/
+43
2016-03-14
xprtrdma: Do not wait if ib_post_send() fails
Chuck Lever
1
-1
/
+5
2016-03-14
xprtrdma: Segment head and tail XDR buffers on page boundaries
Chuck Lever
1
-10
/
+32
2016-03-14
xprtrdma: Clean up dprintk format string containing a newline
Chuck Lever
1
-4
/
+2
2016-03-14
xprtrdma: Clean up physical_op_map()
Chuck Lever
1
-1
/
+0
2016-03-01
svcrdma: Use new CQ API for RPC-over-RDMA server send CQs
Chuck Lever
4
-175
/
+114
2016-03-01
svcrdma: Use new CQ API for RPC-over-RDMA server receive CQs
Chuck Lever
1
-90
/
+39
2016-03-01
svcrdma: Remove close_out exit path
Chuck Lever
1
-11
/
+1
2016-03-01
svcrdma: Hook up the logic to return ERR_CHUNK
Chuck Lever
2
-13
/
+46
2016-03-01
svcrdma: Use correct XID in error replies
Chuck Lever
2
-7
/
+3
2016-03-01
svcrdma: Make RDMA_ERROR messages work
Chuck Lever
4
-65
/
+72
2016-03-01
svcrdma: svc_rdma_post_recv() should close connection on error
Chuck Lever
4
-24
/
+19
2016-03-01
svcrdma: Close connection when a send error occurs
Chuck Lever
1
-2
/
+6
2016-03-01
svcrdma: Do not send Write chunk XDR pad with inline content
Chuck Lever
2
-6
/
+18
2016-03-01
svcrdma: Do not write xdr_buf::tail in a Write chunk
Chuck Lever
1
-3
/
+8
2016-03-01
svcrdma: Find client-provided write and reply chunks once per reply
Chuck Lever
1
-44
/
+36
2016-02-18
Merge tag 'nfs-rdma-4.5-1' of git://git.linux-nfs.org/projects/anna/nfs-rdma
Trond Myklebust
1
-0
/
+2
2016-02-17
xprtrdma: rpcrdma_bc_receive_call() should init rq_private_buf.len
Chuck Lever
1
-0
/
+2
2016-01-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
10
-218
/
+727
2016-01-19
svc_rdma: use local_dma_lkey
Christoph Hellwig
4
-38
/
+10
2016-01-19
svcrdma: Add class for RDMA backwards direction transport
Chuck Lever
6
-15
/
+469
2016-01-19
svcrdma: Define maximum number of backchannel requests
Chuck Lever
2
-12
/
+18
2016-01-19
svcrdma: Make map_xdr non-static
Chuck Lever
1
-7
/
+7
2016-01-19
svcrdma: Remove last two __GFP_NOFAIL call sites
Chuck Lever
2
-2
/
+7
2016-01-19
svcrdma: Add gfp flags to svc_rdma_post_recv()
Chuck Lever
2
-4
/
+6
2016-01-19
svcrdma: Remove unused req_map and ctxt kmem_caches
Chuck Lever
2
-42
/
+0
2016-01-19
svcrdma: Improve allocation of struct svc_rdma_req_map
Chuck Lever
2
-13
/
+78
2016-01-19
svcrdma: Improve allocation of struct svc_rdma_op_ctxt
Chuck Lever
1
-13
/
+89
2016-01-19
svcrdma: Clean up process_context()
Chuck Lever
1
-23
/
+21
2016-01-19
svcrdma: Clean up rdma_create_xprt()
Chuck Lever
1
-8
/
+1
2015-12-22
xprtrdma: Avoid calling ib_query_device
Or Gerlitz
4
-50
/
+30
2015-12-18
xprtrdma: Revert commit e7104a2a9606 ('xprtrdma: Cap req_cqinit').
Chuck Lever
2
-10
/
+2
2015-12-18
xprtrdma: Invalidate in the RPC reply handler
Chuck Lever
1
-0
/
+16
2015-12-18
xprtrdma: Add ro_unmap_sync method for all-physical registration
Chuck Lever
1
-0
/
+13
2015-12-18
xprtrdma: Add ro_unmap_sync method for FMR
Chuck Lever
1
-0
/
+64
2015-12-18
xprtrdma: Add ro_unmap_sync method for FRWR
Chuck Lever
2
-4
/
+134
2015-12-18
xprtrdma: Introduce ro_unmap_sync method
Chuck Lever
1
-0
/
+2
2015-12-18
xprtrdma: Move struct ib_send_wr off the stack
Chuck Lever
2
-18
/
+24
2015-12-18
xprtrdma: Disable RPC/RDMA backchannel debugging messages
Chuck Lever
1
-7
/
+9
2015-12-18
xprtrdma: xprt_rdma_free() must not release backchannel reqs
Chuck Lever
1
-0
/
+3
2015-12-18
xprtrdma: Fix additional uses of spin_lock_irqsave(rb_lock)
Chuck Lever
2
-9
/
+4
2015-12-18
xprtrdma: checking for NULL instead of IS_ERR()
Dan Carpenter
1
-2
/
+2
2015-12-18
xprtrdma: clean up some curly braces
Dan Carpenter
1
-1
/
+2
2015-11-09
Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
9
-298
/
+867
2015-11-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
6
-145
/
+159
[next]