index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
sunrpc
/
xprt.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcp
Kinglong Mee
2014-03-30
1
-1
/
+12
*
SUNRPC: Clean up - convert xprt_prepare_transmit to return a bool
Trond Myklebust
2013-10-01
1
-1
/
+1
*
SUNRPC: allow disabling idle timeout
J. Bruce Fields
2013-04-26
1
-0
/
+1
*
SUNRPC: Allow rpc_create() to request that TCP slots be unlimited
Trond Myklebust
2013-04-14
1
-0
/
+3
*
SUNRPC: Fix a livelock problem in the xprt->backlog queue
Trond Myklebust
2013-04-14
1
-0
/
+2
*
SUNRPC: Pass pointers to struct rpc_xprt to the congestion window
Trond Myklebust
2013-02-01
1
-2
/
+2
*
SUNRPC: Pass a pointer to struct rpc_xprt to the connect callback
Trond Myklebust
2013-02-01
1
-1
/
+1
*
SUNRPC: Get rid of the redundant xprt->shutdown bit field
Trond Myklebust
2012-09-28
1
-2
/
+1
*
SUNRPC: Fix a UDP transport regression
Trond Myklebust
2012-09-07
1
-0
/
+3
*
nfs: enable swap on NFS
Mel Gorman
2012-07-31
1
-0
/
+3
*
SUNRPC: Move clnt->cl_server into struct rpc_xprt
Trond Myklebust
2012-03-02
1
-0
/
+2
*
SUNRPC: add sending,pending queue and max slot to xprt stats
Andy Adamson
2012-02-16
1
-2
/
+5
*
SUNRPC: Change the default limit to the number of TCP slots
Trond Myklebust
2012-02-06
1
-1
/
+1
*
SUNRPC: Replace xprt->resend and xprt->sending with a priority queue
Trond Myklebust
2011-07-17
1
-1
/
+0
*
SUNRPC: Support dynamic slot allocation for TCP connections
Trond Myklebust
2011-07-17
1
-2
/
+7
*
SUNRPC: Clean up the slot table allocation
Trond Myklebust
2011-07-17
1
-2
/
+0
*
SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slot
Trond Myklebust
2011-07-17
1
-3
/
+3
*
SUNRPC: sunrpc should not explicitly depend on NFS config options
Trond Myklebust
2011-07-15
1
-8
/
+8
*
SUNRPC: Support for RPC over AF_LOCAL transports
Chuck Lever
2011-05-27
1
-1
/
+2
*
SUNRPC: Convert struct rpc_xprt to use atomic_t counters
Trond Myklebust
2011-03-17
1
-2
/
+1
*
rpc: allow xprt_class->setup to return a preexisting xprt
J. Bruce Fields
2011-01-11
1
-0
/
+1
*
sunrpc: Tag rpc_xprt with net
Pavel Emelyanov
2010-10-01
1
-1
/
+2
*
sunrpc: Add net to xprt_create
Pavel Emelyanov
2010-10-01
1
-0
/
+1
*
sunrpc: Factor out rpc_xprt freeing
Pavel Emelyanov
2010-10-01
1
-0
/
+1
*
sunrpc: Factor out rpc_xprt allocation
Pavel Emelyanov
2010-10-01
1
-0
/
+1
*
SUNRPC: Move the bound cred to struct rpc_rqst
Trond Myklebust
2010-08-04
1
-0
/
+1
*
SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst
Trond Myklebust
2010-05-14
1
-2
/
+4
*
SUNRPC: Replace jiffies-based metrics with ktime-based metrics
Chuck Lever
2010-05-14
1
-1
/
+2
*
SUNRPC: RPC metrics and RTT estimator should use same RTT value
Chuck Lever
2010-05-14
1
-1
/
+0
*
SUNRPC: Fail over more quickly on connect errors
Trond Myklebust
2010-05-14
1
-2
/
+1
*
nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannel
Alexandros Batsakis
2009-09-13
1
-0
/
+18
*
nfsd41: sunrpc: Added rpc server-side backchannel handling
Rahul Iyer
2009-09-11
1
-0
/
+1
*
SUNRPC: Kill RPC_DISPLAY_ALL
Chuck Lever
2009-08-09
1
-1
/
+0
*
SUNRPC: Remove duplicate universal address generation
Chuck Lever
2009-08-09
1
-1
/
+0
*
nfs41: Rename rq_received to rq_reply_bytes_recvd
Ricardo Labiaga
2009-06-17
1
-1
/
+2
*
nfs41: Add backchannel processing support to RPC state machine
Ricardo Labiaga
2009-06-17
1
-0
/
+12
*
nfs41: New backchannel helper routines
Ricardo Labiaga
2009-06-17
1
-0
/
+1
*
nfs41: client callback structures
Ricardo Labiaga
2009-06-17
1
-0
/
+22
*
SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnect
Trond Myklebust
2009-05-02
1
-0
/
+1
*
SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC sockets
Trond Myklebust
2009-03-19
1
-0
/
+1
*
SUNRPC: dynamically load RPC transport modules on-demand
Tom Talpey
2009-03-11
1
-0
/
+1
*
sunrpc: get rid of rpc_rqst.rq_bufsize
Benny Halevy
2008-12-23
1
-2
/
+1
*
SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requests
Trond Myklebust
2008-04-19
1
-0
/
+8
*
SUNRPC: Fix up xprt_write_space()
Trond Myklebust
2008-04-19
1
-1
/
+1
*
SUNRPC: fewer conditionals in the format_ip_address routines
Chuck Lever
2008-01-30
1
-1
/
+1
*
SUNRPC: Add support for per-client timeout values
Trond Myklebust
2008-01-30
1
-2
/
+1
*
SUNRPC: Clean up the transport timeout initialisation
Trond Myklebust
2008-01-30
1
-5
/
+0
*
SUNRPC: Rename xprt_disconnect()
Trond Myklebust
2008-01-30
1
-1
/
+1
*
SUNRPC: Allow the client to detect if the TCP connection is closed
Trond Myklebust
2008-01-30
1
-0
/
+1
*
SUNRPC: Fix a race in xs_tcp_state_change()
Trond Myklebust
2008-01-30
1
-0
/
+1
[next]