index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtrdma
/
transport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xprtrdma: Add a "deregister_external" op for each memreg mode
Chuck Lever
2015-03-31
1
-2
/
+2
*
xprtrdma: Add a "max_payload" op for each memreg mode
Chuck Lever
2015-03-31
1
-1
/
+4
*
xprtrdma: Perform a full marshal on retransmit
Chuck Lever
2015-03-31
1
-4
/
+1
*
xprtrdma: Display IPv6 addresses and port numbers correctly
Chuck Lever
2015-03-31
1
-9
/
+38
*
xprtrdma: Update the GFP flags used in xprt_rdma_allocate()
Chuck Lever
2015-01-30
1
-2
/
+5
*
xprtrdma: Allocate RPC/RDMA send buffer separately from struct rpcrdma_req
Chuck Lever
2015-01-30
1
-0
/
+9
*
xprtrdma: Allocate RPC send buffer separately from struct rpcrdma_req
Chuck Lever
2015-01-30
1
-87
/
+59
*
xprtrdma: Simplify synopsis of rpcrdma_buffer_create()
Chuck Lever
2015-01-30
1
-2
/
+1
*
xprtrdma: Remove rpcrdma_ep::rep_func and ::rep_xprt
Chuck Lever
2015-01-30
1
-2
/
+0
*
xprtrdma: Rename "xprt" and "rdma_connect" fields in struct rpcrdma_xprt
Chuck Lever
2015-01-30
1
-9
/
+10
*
Merge tag 'nfs-rdma-for-3.19' of git://git.linux-nfs.org/projects/anna/nfs-rd...
Trond Myklebust
2014-11-26
1
-2
/
+2
|
\
|
*
xprtrdma: Enable pad optimization
Chuck Lever
2014-11-25
1
-1
/
+1
|
*
xprtrdma: unmap all FMRs during transport disconnect
Chuck Lever
2014-11-25
1
-1
/
+1
*
|
sunrpc: eliminate RPC_DEBUG
Jeff Layton
2014-11-24
1
-4
/
+4
|
/
*
NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()
NeilBrown
2014-09-25
1
-2
/
+0
*
xprtrdma: Make rpcrdma_ep_disconnect() return void
Chuck Lever
2014-07-31
1
-1
/
+1
*
xprtrdma: Update rkeys after transport reconnect
Chuck Lever
2014-07-31
1
-5
/
+6
*
xprtrdma: Limit data payload size for ALLPHYSICAL
Chuck Lever
2014-07-31
1
-1
/
+3
*
xprtrdma: Disconnect on registration failure
Chuck Lever
2014-06-04
1
-6
/
+11
*
xprtrdma: Remove BUG_ON() call sites
Chuck Lever
2014-06-04
1
-1
/
+2
*
xprtrdma: Avoid deadlock when credit window is reset
Chuck Lever
2014-06-04
1
-18
/
+1
*
xprtrdma: Use macros for reconnection timeout constants
Chuck Lever
2014-06-04
1
-7
/
+12
*
xprtrdma: Make rpcrdma_ep_destroy() return void
Chuck Lever
2014-06-04
1
-6
/
+2
*
xprtrdma: Simplify rpcrdma_deregister_external() synopsis
Chuck Lever
2014-06-04
1
-1
/
+1
*
xprtrdma: Remove MEMWINDOWS registration modes
Chuck Lever
2014-06-04
1
-8
/
+1
*
xprtrdma: Remove BOUNCEBUFFERS memory registration mode
Chuck Lever
2014-06-04
1
-13
/
+0
*
SUNRPC: remove KERN_INFO from dprintk() call sites
Chuck Lever
2014-03-17
1
-5
/
+5
*
net: Convert uses of typedef ctl_table to struct ctl_table
Joe Perches
2013-06-13
1
-2
/
+2
*
Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2013-02-28
1
-0
/
+1
|
\
|
*
sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...
Jeff Layton
2013-02-05
1
-0
/
+1
*
|
SUNRPC: Pass a pointer to struct rpc_xprt to the connect callback
Trond Myklebust
2013-02-01
1
-2
/
+1
*
|
SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()
Trond Myklebust
2013-02-01
1
-2
/
+2
|
/
*
SUNRPC: Get rid of the redundant xprt->shutdown bit field
Trond Myklebust
2012-09-28
1
-14
/
+8
*
SUNRPC: Fix a UDP transport regression
Trond Myklebust
2012-09-07
1
-0
/
+1
*
nfs: skip commit in releasepage if we're freeing memory for fs-related reasons
Jeff Layton
2012-07-30
1
-1
/
+2
*
SUNRPC: Support dynamic slot allocation for TCP connections
Trond Myklebust
2011-07-17
1
-0
/
+1
*
SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slot
Trond Myklebust
2011-07-17
1
-3
/
+2
*
sunrpc/xprtrdma: clean up workqueue usage
Tejun Heo
2010-10-21
1
-3
/
+2
*
sunrpc: Tag rpc_xprt with net
Pavel Emelyanov
2010-10-01
1
-1
/
+1
*
sunrpc: Factor out rpc_xprt freeing
Pavel Emelyanov
2010-10-01
1
-5
/
+2
*
sunrpc: Factor out rpc_xprt allocation
Pavel Emelyanov
2010-10-01
1
-11
/
+2
*
SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst
Trond Myklebust
2010-05-14
1
-1
/
+1
*
SUNRPC: Fail over more quickly on connect errors
Trond Myklebust
2010-05-14
1
-1
/
+0
*
SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect()
Trond Myklebust
2010-05-14
1
-15
/
+13
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
net/sunrpc: Convert (void)snprintf to snprintf
Joe Perches
2010-03-08
1
-3
/
+3
*
net/sunrpc: Remove uses of NIPQUAD, use %pI4
Joe Perches
2010-03-08
1
-2
/
+1
*
sysctl: Drop & in front of every proc_handler.
Eric W. Biederman
2009-11-18
1
-6
/
+6
*
sysctl net: Remove unused binary sysctl code
Eric W. Biederman
2009-11-12
1
-18
/
+2
*
SUNRPC: Kill RPC_DISPLAY_ALL
Chuck Lever
2009-08-09
1
-5
/
+0
[next]