index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtrdma
/
svc_rdma_recvfrom.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
svcrdma: Tail iovec leaves an orphaned DMA mapping
Chuck Lever
2016-09-23
1
-1
/
+1
*
Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2016-05-24
1
-26
/
+8
|
\
|
*
svcrdma: Generalize svc_rdma_xdr_decode_req()
Chuck Lever
2016-05-13
1
-1
/
+1
|
*
svcrdma: Eliminate code duplication in svc_rdma_recvfrom()
Chuck Lever
2016-05-13
1
-21
/
+5
|
*
svcrdma: Remove superfluous line from rdma_read_chunks()
Chuck Lever
2016-05-13
1
-3
/
+1
|
*
svcrdma: Do not add XDR padding to xdr_buf page vector
Chuck Lever
2016-05-13
1
-1
/
+1
*
|
IB/core: Enhance ib_map_mr_sg()
Bart Van Assche
2016-05-13
1
-1
/
+1
*
|
IB/core: Add passing an offset into the SG to ib_map_mr_sg
Christoph Hellwig
2016-05-13
1
-1
/
+1
|
/
*
svcrdma: Use new CQ API for RPC-over-RDMA server send CQs
Chuck Lever
2016-03-01
1
-6
/
+8
*
svcrdma: Remove close_out exit path
Chuck Lever
2016-03-01
1
-11
/
+1
*
svcrdma: Hook up the logic to return ERR_CHUNK
Chuck Lever
2016-03-01
1
-0
/
+4
*
svcrdma: Use correct XID in error replies
Chuck Lever
2016-03-01
1
-1
/
+2
*
svcrdma: Make RDMA_ERROR messages work
Chuck Lever
2016-03-01
1
-10
/
+9
*
svcrdma: svc_rdma_post_recv() should close connection on error
Chuck Lever
2016-03-01
1
-9
/
+1
*
svc_rdma: use local_dma_lkey
Christoph Hellwig
2016-01-19
1
-2
/
+2
*
svcrdma: Add class for RDMA backwards direction transport
Chuck Lever
2016-01-19
1
-0
/
+52
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2015-11-07
1
-58
/
+65
|
\
|
*
svcrdma: Port to new memory registration API
Sagi Grimberg
2015-10-29
1
-34
/
+42
|
*
IB: split struct ib_send_wr
Christoph Hellwig
2015-10-08
1
-35
/
+35
*
|
svcrdma: Fix NFS server crash triggered by 1MB NFS WRITE
Chuck Lever
2015-10-12
1
-1
/
+1
*
|
svcrdma: handle rdma read with a non-zero initial page offset
Steve Wise
2015-09-29
1
-2
/
+4
|
/
*
svcrdma: Use max_sge_rd for destination read depths
Steve Wise
2015-08-29
1
-11
/
+1
*
Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2015-06-27
1
-1
/
+1
|
\
|
*
svcrdma: Keep rpcrdma_msg fields in network byte-order
Chuck Lever
2015-06-04
1
-1
/
+1
*
|
IB/Verbs: Use management helper rdma_cap_read_multi_sge()
Michael Wang
2015-05-18
1
-2
/
+2
*
|
IB/Verbs: Reform IB-ulp xprtrdma
Michael Wang
2015-05-18
1
-2
/
+2
|
/
*
svcrdma: Handle additional inline content
Chuck Lever
2015-01-15
1
-0
/
+55
*
svcrdma: Move read list XDR round-up logic
Chuck Lever
2015-01-15
1
-28
/
+9
*
svcrdma: Support RDMA_NOMSG requests
Chuck Lever
2015-01-15
1
-3
/
+36
*
svcrdma: rc_position sanity checking
Chuck Lever
2015-01-15
1
-4
/
+12
*
svcrdma: Plant reader function in struct svcxprt_rdma
Chuck Lever
2015-01-15
1
-44
/
+27
*
svcrdma: Scrub BUG_ON() and WARN_ON() call sites
Chuck Lever
2015-01-15
1
-11
/
+0
*
svcrdma: Clean up read chunk counting
Chuck Lever
2015-01-15
1
-3
/
+12
*
svcrdma: Clean up dprintk
Chuck Lever
2015-01-15
1
-4
/
+4
*
svcrdma: Add zero padding if the client doesn't send it
Chuck Lever
2014-07-22
1
-0
/
+28
*
svcrdma: Fence LOCAL_INV work requests
Steve Wise
2014-06-07
1
-1
/
+1
*
svcrdma: refactor marshalling logic
Steve Wise
2014-06-07
1
-370
/
+273
*
Fix regression in NFSRDMA server
Tom Tucker
2014-03-28
1
-8
/
+4
*
nfsd4: cleanup: replace rq_resused count by rq_next_page pointer
J. Bruce Fields
2012-12-18
1
-5
/
+5
*
svcrdma: Cleanup sparse warnings in the svcrdma module
Tom Tucker
2012-02-18
1
-9
/
+11
*
svcrdma: Cleanup DMA unmapping in error paths.
Tom Tucker
2010-10-19
1
-0
/
+1
*
svcrdma: Change DMA mapping logic to avoid the page_address kernel API
Tom Tucker
2010-10-19
1
-7
/
+11
*
sunrpc: centralise most calls to svc_xprt_received
Neil Brown
2010-05-03
1
-3
/
+0
*
net: Move && and || to end of previous line
Joe Perches
2009-11-30
1
-4
/
+3
*
sunrpc: potential memory leak in function rdma_read_xdr
Christian Engelmayer
2009-06-16
1
-4
/
+4
*
svcrdma: Fix dma map direction for rdma read targets
Steve Wise
2009-04-26
1
-1
/
+1
*
rpc/rdma: goto instead of copypaste
Ilpo Järvinen
2008-12-15
1
-2
/
+2
*
svcrdma: Modify the RPC recv path to use FRMR when available
Tom Tucker
2008-10-06
1
-21
/
+166
*
svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_tasklet
Tom Tucker
2008-08-13
1
-4
/
+4
*
svcrdma: Add dma map count and WARN_ON
Tom Tucker
2008-07-02
1
-0
/
+1
[next]