index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtrdma
/
verbs.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
xprtrdma: Properly handle exhaustion of the rb_mws list
Chuck Lever
2014-07-31
1
-32
/
+71
*
xprtrdma: Chain together all MWs in same buffer pool
Chuck Lever
2014-07-31
1
-0
/
+4
*
xprtrdma: Back off rkey when FAST_REG_MR fails
Chuck Lever
2014-07-31
1
-0
/
+1
*
xprtrdma: Unclutter struct rpcrdma_mr_seg
Chuck Lever
2014-07-31
1
-17
/
+17
*
xprtrdma: On disconnect, don't ignore pending CQEs
Chuck Lever
2014-07-31
1
-5
/
+9
*
xprtrdma: Limit data payload size for ALLPHYSICAL
Chuck Lever
2014-07-31
1
-0
/
+41
*
xprtrdma: Protect ia->ri_id when unmapping/invalidating MRs
Chuck Lever
2014-07-31
1
-6
/
+17
*
xprtrdma: Fix panic in rpcrdma_register_frmr_external()
Chuck Lever
2014-07-31
1
-5
/
+7
*
xprtrdma: Fix DMA-API-DEBUG warning by checking dma_map result
Yan Burman
2014-07-22
1
-0
/
+3
*
xprtrdma: Remove BUG_ON() call sites
Chuck Lever
2014-06-04
1
-8
/
+10
*
xprtrdma: Remove Tavor MTU setting
Chuck Lever
2014-06-04
1
-14
/
+0
*
xprtrdma: Ensure ia->ri_id->qp is not NULL when reconnecting
Chuck Lever
2014-06-04
1
-9
/
+20
*
xprtrdma: Reduce the number of hardway buffer allocations
Chuck Lever
2014-06-04
1
-12
/
+13
*
xprtrdma: Limit work done by completion handler
Chuck Lever
2014-06-04
1
-4
/
+6
*
xprtrmda: Reduce calls to ib_poll_cq() in completion handlers
Chuck Lever
2014-06-04
1
-18
/
+38
*
xprtrmda: Reduce lock contention in completion handlers
Chuck Lever
2014-06-04
1
-4
/
+10
*
xprtrdma: Split the completion queue
Chuck Lever
2014-06-04
1
-91
/
+137
*
xprtrdma: Make rpcrdma_ep_destroy() return void
Chuck Lever
2014-06-04
1
-6
/
+1
*
xprtrdma: Simplify rpcrdma_deregister_external() synopsis
Chuck Lever
2014-06-04
1
-7
/
+1
*
xprtrdma: mount reports "Invalid mount option" if memreg mode not supported
Chuck Lever
2014-06-04
1
-4
/
+4
*
xprtrdma: Fall back to MTHCAFMR when FRMR is not supported
Chuck Lever
2014-06-04
1
-16
/
+15
*
xprtrdma: Remove REGISTER memory registration mode
Chuck Lever
2014-06-04
1
-86
/
+4
*
xprtrdma: Remove MEMWINDOWS registration modes
Chuck Lever
2014-06-04
1
-160
/
+5
*
xprtrdma: Remove BOUNCEBUFFERS memory registration mode
Chuck Lever
2014-06-04
1
-4
/
+1
*
xprtrdma: RPC/RDMA must invoke xprt_wake_pending_tasks() in process context
Chuck Lever
2014-06-04
1
-0
/
+3
*
nfs-rdma: Fix for FMR leaks
Allen Andrews
2014-06-04
1
-35
/
+38
*
xprtrdma: mind the device's max fast register page list depth
Steve Wise
2014-06-04
1
-12
/
+35
*
IB/core: Add "type 2" memory windows support
Shani Michaeli
2013-02-21
1
-10
/
+10
*
xprtrdma: Remove assumption that each segment is <= PAGE_SIZE
Tom Tucker
2012-03-21
1
-5
/
+12
*
net: remove interrupt.h inclusion from netdevice.h
Alexey Dobriyan
2011-06-06
1
-0
/
+1
*
RDMA/cma: Pass QP type into rdma_create_id()
Sean Hefty
2011-05-25
1
-1
/
+1
*
sunrpc: fix printk format warning
Randy Dunlap
2011-03-15
1
-1
/
+2
*
RPCRDMA: Fix FRMR registration/invalidate handling.
Tom Tucker
2011-03-11
1
-8
/
+44
*
rpcrdma: Fix SQ size calculation when memreg is FRMR
Tom Tucker
2010-08-11
1
-4
/
+16
*
xprtrdma: Do not truncate iova_start values in frmr registrations.
Steve Wise
2010-08-11
1
-1
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
net: Move && and || to end of previous line
Joe Perches
2009-11-29
1
-2
/
+2
*
XPRTRDMA: fix client rpcrdma FRMR registration on mlx4 devices
Vu Pham
2009-05-26
1
-1
/
+2
*
sunrpc: fix warning in net/sunrpc/xprtrdma/verbs.c
Ingo Molnar
2008-11-25
1
-0
/
+2
*
net: replace NIPQUAD() in net/*/
Harvey Harrison
2008-10-31
1
-8
/
+6
*
RPC/RDMA: ensure connection attempt is complete before signalling.
Tom Talpey
2008-10-10
1
-5
/
+1
*
RPC/RDMA: optionally emit useful transport info upon connect/disconnect.
Tom Talpey
2008-10-10
1
-0
/
+21
*
RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.
Tom Talpey
2008-10-10
1
-4
/
+7
*
RPC/RDMA: fix connect/reconnect resource leak.
Tom Talpey
2008-10-10
1
-5
/
+4
*
RPC/RDMA: avoid an oops due to disconnect racing with async upcalls.
Tom Talpey
2008-10-10
1
-11
/
+9
*
RPC/RDMA: fix connection IRD/ORD setting
Tom Tucker
2008-10-10
1
-37
/
+14
*
RPC/RDMA: support FRMR client memory registration.
Tom Talpey
2008-10-10
1
-1
/
+166
*
RPC/RDMA: check selected memory registration mode at runtime.
Tom Talpey
2008-10-10
1
-15
/
+80
*
RPC/RDMA: refactor the inline memory registration code.
Tom Talpey
2008-10-10
1
-158
/
+207
*
IB/core: Add support for "send with invalidate" work requests
Roland Dreier
2008-04-16
1
-1
/
+0
[prev]
[next]