index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtrdma
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-31
xprtrdma: Reset FRMRs after a flushed LOCAL_INV Work Request
Chuck Lever
1
-2
/
+92
2014-07-31
xprtrdma: Reset FRMRs when FAST_REG_MR is flushed by a disconnect
Chuck Lever
2
-2
/
+66
2014-07-31
xprtrdma: Properly handle exhaustion of the rb_mws list
Chuck Lever
1
-32
/
+71
2014-07-31
xprtrdma: Chain together all MWs in same buffer pool
Chuck Lever
2
-1
/
+7
2014-07-31
xprtrdma: Back off rkey when FAST_REG_MR fails
Chuck Lever
1
-0
/
+1
2014-07-31
xprtrdma: Unclutter struct rpcrdma_mr_seg
Chuck Lever
2
-28
/
+50
2014-07-31
xprtrdma: Don't invalidate FRMRs if registration fails
Chuck Lever
1
-3
/
+5
2014-07-31
xprtrdma: On disconnect, don't ignore pending CQEs
Chuck Lever
1
-5
/
+9
2014-07-31
xprtrdma: Update rkeys after transport reconnect
Chuck Lever
3
-42
/
+54
2014-07-31
xprtrdma: Limit data payload size for ALLPHYSICAL
Chuck Lever
3
-1
/
+45
2014-07-31
xprtrdma: Protect ia->ri_id when unmapping/invalidating MRs
Chuck Lever
2
-6
/
+18
2014-07-31
xprtrdma: Fix panic in rpcrdma_register_frmr_external()
Chuck Lever
1
-5
/
+7
2014-07-22
xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map result
Yan Burman
1
-0
/
+3
2014-06-10
Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
4
-583
/
+396
2014-06-06
svcrdma: Fence LOCAL_INV work requests
Steve Wise
1
-1
/
+1
2014-06-06
svcrdma: refactor marshalling logic
Steve Wise
3
-604
/
+331
2014-06-04
xprtrdma: Disconnect on registration failure
Chuck Lever
2
-23
/
+42
2014-06-04
xprtrdma: Remove BUG_ON() call sites
Chuck Lever
2
-9
/
+12
2014-06-04
xprtrdma: Avoid deadlock when credit window is reset
Chuck Lever
3
-19
/
+7
2014-06-04
xprtrdma: Reset connection timeout after successful reconnect
Chuck Lever
1
-0
/
+1
2014-06-04
xprtrdma: Use macros for reconnection timeout constants
Chuck Lever
1
-7
/
+12
2014-06-04
xprtrdma: Allocate missing pagelist
Shirley Ma
1
-0
/
+6
2014-06-04
xprtrdma: Remove Tavor MTU setting
Chuck Lever
1
-14
/
+0
2014-06-04
xprtrdma: Ensure ia->ri_id->qp is not NULL when reconnecting
Chuck Lever
1
-9
/
+20
2014-06-04
xprtrdma: Reduce the number of hardway buffer allocations
Chuck Lever
1
-12
/
+13
2014-06-04
xprtrdma: Limit work done by completion handler
Chuck Lever
2
-4
/
+7
2014-06-04
xprtrmda: Reduce calls to ib_poll_cq() in completion handlers
Chuck Lever
2
-18
/
+42
2014-06-04
xprtrmda: Reduce lock contention in completion handlers
Chuck Lever
1
-4
/
+10
2014-06-04
xprtrdma: Split the completion queue
Chuck Lever
2
-92
/
+137
2014-06-04
xprtrdma: Make rpcrdma_ep_destroy() return void
Chuck Lever
3
-13
/
+4
2014-06-04
xprtrdma: Simplify rpcrdma_deregister_external() synopsis
Chuck Lever
4
-10
/
+4
2014-06-04
xprtrdma: mount reports "Invalid mount option" if memreg mode not supported
Chuck Lever
1
-4
/
+4
2014-06-04
xprtrdma: Fall back to MTHCAFMR when FRMR is not supported
Chuck Lever
1
-16
/
+15
2014-06-04
xprtrdma: Remove REGISTER memory registration mode
Chuck Lever
2
-88
/
+5
2014-06-04
xprtrdma: Remove MEMWINDOWS registration modes
Chuck Lever
4
-203
/
+7
2014-06-04
xprtrdma: Remove BOUNCEBUFFERS memory registration mode
Chuck Lever
3
-28
/
+1
2014-06-04
xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process context
Chuck Lever
3
-7
/
+21
2014-06-04
nfs-rdma: Fix for FMR leaks
Allen Andrews
1
-35
/
+38
2014-06-04
xprtrdma: mind the device's max fast register page list depth
Steve Wise
3
-16
/
+36
2014-05-22
NFSD: Ignore client's source port on RDMA transports
Chuck Lever
1
-0
/
+7
2014-04-08
Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
4
-12
/
+9
2014-03-28
svcrdma: fix offset calculation for non-page aligned sge entries
Jeff Layton
1
-0
/
+1
2014-03-28
xprtrdma: add separate Kconfig options for NFSoRDMA client and server support
Jeff Layton
1
-2
/
+2
2014-03-28
Fix regression in NFSRDMA server
Tom Tucker
2
-8
/
+5
2014-03-27
svcrdma: fix printk when memory allocation fails
Jeff Layton
1
-2
/
+1
2014-03-17
SUNRPC: remove KERN_INFO from dprintk() call sites
Chuck Lever
1
-5
/
+5
2014-03-17
SUNRPC: Fix large reads on NFS/RDMA
Chuck Lever
1
-3
/
+1
2013-07-17
Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-6
/
+14
2013-07-15
svcrdma: underflow issue in decode_write_list()
Dan Carpenter
1
-6
/
+14
2013-06-13
net: Convert uses of typedef ctl_table to struct ctl_table
Joe Perches
2
-6
/
+6
[next]