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
/
include
/
linux
/
sunrpc
/
xprt.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-05
SUNRPC: Add a structure to track multiple transports
Trond Myklebust
1
-0
/
+5
2016-01-31
SUNRPC: Make freeing of struct xprt rcu-safe
Trond Myklebust
1
-0
/
+1
2016-01-31
SUNRPC: Uninline xprt_get(); It isn't performance critical.
Trond Myklebust
1
-13
/
+3
2015-11-02
NFS: Enable client side NFSv4.1 backchannel to use other transports
Chuck Lever
1
-0
/
+3
2015-11-02
svcrdma: Add backward direction service for RPC/RDMA transport
Chuck Lever
1
-0
/
+1
2015-11-02
SUNRPC: Abstract backchannel operations
Chuck Lever
1
-0
/
+5
2015-06-10
SUNRPC: Transport fault injection
Chuck Lever
1
-0
/
+19
2015-06-10
sunrpc: turn swapper_enable/disable functions into rpc_xprt_ops
Jeff Layton
1
-2
/
+14
2015-06-10
sunrpc: make xprt->swapper an atomic_t
Jeff Layton
1
-2
/
+3
2015-06-05
SUNRPC: Fix a backchannel race
Trond Myklebust
1
-1
/
+2
2015-02-09
SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flag
Trond Myklebust
1
-1
/
+0
2015-02-09
SUNRPC: Cleanup to remove remaining uses of XPRT_CONNECTION_ABORT
Trond Myklebust
1
-1
/
+0
2015-02-08
SUNRPC: Remove TCP client connection reset hack
Trond Myklebust
1
-1
/
+0
2015-02-08
SUNRPC: Add helpers to prevent socket create from racing
Trond Myklebust
1
-0
/
+3
2014-11-27
sunrpc: add a debugfs rpc_xprt directory with an info file in it
Jeff Layton
1
-0
/
+3
2014-09-24
SUNRPC: Don't wake tasks during connection abort
Benjamin Coddington
1
-0
/
+1
2014-06-10
Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+6
2014-06-04
SUNRPC: Move congestion window constants to header file
Chuck Lever
1
-0
/
+6
2014-04-18
arch: Mass conversion of smp_mb__*()
Peter Zijlstra
1
-4
/
+4
2014-03-30
NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcp
Kinglong Mee
1
-1
/
+12
2013-10-01
SUNRPC: Clean up - convert xprt_prepare_transmit to return a bool
Trond Myklebust
1
-1
/
+1
2013-04-26
SUNRPC: allow disabling idle timeout
J. Bruce Fields
1
-0
/
+1
2013-04-14
SUNRPC: Allow rpc_create() to request that TCP slots be unlimited
Trond Myklebust
1
-0
/
+3
2013-04-14
SUNRPC: Fix a livelock problem in the xprt->backlog queue
Trond Myklebust
1
-0
/
+2
2013-02-01
SUNRPC: Pass pointers to struct rpc_xprt to the congestion window
Trond Myklebust
1
-2
/
+2
2013-02-01
SUNRPC: Pass a pointer to struct rpc_xprt to the connect callback
Trond Myklebust
1
-1
/
+1
2012-09-28
SUNRPC: Get rid of the redundant xprt->shutdown bit field
Trond Myklebust
1
-2
/
+1
2012-09-07
SUNRPC: Fix a UDP transport regression
Trond Myklebust
1
-0
/
+3
2012-07-31
nfs: enable swap on NFS
Mel Gorman
1
-0
/
+3
2012-03-02
SUNRPC: Move clnt->cl_server into struct rpc_xprt
Trond Myklebust
1
-0
/
+2
2012-02-16
SUNRPC: add sending,pending queue and max slot to xprt stats
Andy Adamson
1
-2
/
+5
2012-02-06
SUNRPC: Change the default limit to the number of TCP slots
Trond Myklebust
1
-1
/
+1
2011-07-17
SUNRPC: Replace xprt->resend and xprt->sending with a priority queue
Trond Myklebust
1
-1
/
+0
2011-07-17
SUNRPC: Support dynamic slot allocation for TCP connections
Trond Myklebust
1
-2
/
+7
2011-07-17
SUNRPC: Clean up the slot table allocation
Trond Myklebust
1
-2
/
+0
2011-07-17
SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slot
Trond Myklebust
1
-3
/
+3
2011-07-15
SUNRPC: sunrpc should not explicitly depend on NFS config options
Trond Myklebust
1
-8
/
+8
2011-05-27
SUNRPC: Support for RPC over AF_LOCAL transports
Chuck Lever
1
-1
/
+2
2011-03-17
SUNRPC: Convert struct rpc_xprt to use atomic_t counters
Trond Myklebust
1
-2
/
+1
2011-01-11
rpc: allow xprt_class->setup to return a preexisting xprt
J. Bruce Fields
1
-0
/
+1
2010-10-01
sunrpc: Tag rpc_xprt with net
Pavel Emelyanov
1
-1
/
+2
2010-10-01
sunrpc: Add net to xprt_create
Pavel Emelyanov
1
-0
/
+1
2010-10-01
sunrpc: Factor out rpc_xprt freeing
Pavel Emelyanov
1
-0
/
+1
2010-10-01
sunrpc: Factor out rpc_xprt allocation
Pavel Emelyanov
1
-0
/
+1
2010-08-04
SUNRPC: Move the bound cred to struct rpc_rqst
Trond Myklebust
1
-0
/
+1
2010-05-14
SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst
Trond Myklebust
1
-2
/
+4
2010-05-14
SUNRPC: Replace jiffies-based metrics with ktime-based metrics
Chuck Lever
1
-1
/
+2
2010-05-14
SUNRPC: RPC metrics and RTT estimator should use same RTT value
Chuck Lever
1
-1
/
+0
2010-05-14
SUNRPC: Fail over more quickly on connect errors
Trond Myklebust
1
-2
/
+1
2009-09-13
nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannel
Alexandros Batsakis
1
-0
/
+18
[next]