index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2012-10-28
SUNRPC: Fix a UDP transport regression
Trond Myklebust
1
-0
/
+3
2012-03-03
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-07
SUNRPC: Change the default limit to the number of TCP slots
Trond Myklebust
1
-1
/
+1
2011-07-18
SUNRPC: Replace xprt->resend and xprt->sending with a priority queue
Trond Myklebust
1
-1
/
+0
2011-07-18
SUNRPC: Support dynamic slot allocation for TCP connections
Trond Myklebust
1
-2
/
+7
2011-07-18
SUNRPC: Clean up the slot table allocation
Trond Myklebust
1
-2
/
+0
2011-07-18
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-28
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-02
sunrpc: Tag rpc_xprt with net
Pavel Emelyanov
1
-1
/
+2
2010-10-02
sunrpc: Add net to xprt_create
Pavel Emelyanov
1
-0
/
+1
2010-10-02
sunrpc: Factor out rpc_xprt freeing
Pavel Emelyanov
1
-0
/
+1
2010-10-02
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
2009-09-11
nfsd41: sunrpc: Added rpc server-side backchannel handling
Rahul Iyer
1
-0
/
+1
2009-08-09
SUNRPC: Kill RPC_DISPLAY_ALL
Chuck Lever
1
-1
/
+0
2009-08-09
SUNRPC: Remove duplicate universal address generation
Chuck Lever
1
-1
/
+0
2009-06-18
nfs41: Rename rq_received to rq_reply_bytes_recvd
Ricardo Labiaga
1
-1
/
+2
2009-06-18
nfs41: Add backchannel processing support to RPC state machine
Ricardo Labiaga
1
-0
/
+12
2009-06-18
nfs41: New backchannel helper routines
Ricardo Labiaga
1
-0
/
+1
2009-06-18
nfs41: client callback structures
Ricardo Labiaga
1
-0
/
+22
2009-05-03
SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnect
Trond Myklebust
1
-0
/
+1
2009-03-19
SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC sockets
Trond Myklebust
1
-0
/
+1
2009-03-11
SUNRPC: dynamically load RPC transport modules on-demand
Tom Talpey
1
-0
/
+1
2008-12-24
sunrpc: get rid of rpc_rqst.rq_bufsize
Benny Halevy
1
-2
/
+1
2008-04-20
SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requests
Trond Myklebust
1
-0
/
+8
2008-04-20
SUNRPC: Fix up xprt_write_space()
Trond Myklebust
1
-1
/
+1
2008-01-30
SUNRPC: fewer conditionals in the format_ip_address routines
Chuck Lever
1
-1
/
+1
2008-01-30
SUNRPC: Add support for per-client timeout values
Trond Myklebust
1
-2
/
+1
2008-01-30
SUNRPC: Clean up the transport timeout initialisation
Trond Myklebust
1
-5
/
+0
2008-01-30
SUNRPC: Rename xprt_disconnect()
Trond Myklebust
1
-1
/
+1
2008-01-30
SUNRPC: Allow the client to detect if the TCP connection is closed
Trond Myklebust
1
-0
/
+1
2008-01-30
SUNRPC: Fix a race in xs_tcp_state_change()
Trond Myklebust
1
-0
/
+1
2007-10-10
NFS/SUNRPC: support transport protocol naming
\"Talpey, Thomas\
1
-3
/
+2
2007-10-10
SUNRPC: rearrange RPC sockets definitions
\"Talpey, Thomas\
1
-22
/
+0
2007-10-10
SUNRPC: rename the rpc_xprtsock_create structure
\"Talpey, Thomas\
1
-5
/
+5
2007-10-10
SUNRPC: Provide a new API for registering transport implementations
\"Talpey, Thomas\
1
-0
/
+11
2007-10-10
SUNRPC: export per-transport rpcbind netid's
\"Talpey, Thomas\
1
-0
/
+1
2007-10-10
SUNRPC: Add support for formatted universal addresses
Chuck Lever
1
-0
/
+1
2007-10-10
SUNRPC: Add hex-formatted address support to rpc_peeraddr2str()
Chuck Lever
1
-0
/
+2
2007-07-11
SUNRPC client: add interface for binding to a local address
Frank van Maarseveen
1
-0
/
+1
2007-07-11
SUNRPC: cleanup transport creation argument passing
Frank van Maarseveen
1
-4
/
+11
[next]