aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/xprt.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-01sunrpc: Tag rpc_xprt with netGravatar Pavel Emelyanov 1-1/+2
2010-10-01sunrpc: Add net to xprt_createGravatar Pavel Emelyanov 1-0/+1
2010-10-01sunrpc: Factor out rpc_xprt freeingGravatar Pavel Emelyanov 1-0/+1
2010-10-01sunrpc: Factor out rpc_xprt allocationGravatar Pavel Emelyanov 1-0/+1
2010-08-04SUNRPC: Move the bound cred to struct rpc_rqstGravatar Trond Myklebust 1-0/+1
2010-05-14SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstGravatar Trond Myklebust 1-2/+4
2010-05-14SUNRPC: Replace jiffies-based metrics with ktime-based metricsGravatar Chuck Lever 1-1/+2
2010-05-14SUNRPC: RPC metrics and RTT estimator should use same RTT valueGravatar Chuck Lever 1-1/+0
2010-05-14SUNRPC: Fail over more quickly on connect errorsGravatar Trond Myklebust 1-2/+1
2009-09-13nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannelGravatar Alexandros Batsakis 1-0/+18
2009-09-11nfsd41: sunrpc: Added rpc server-side backchannel handlingGravatar Rahul Iyer 1-0/+1
2009-08-09SUNRPC: Kill RPC_DISPLAY_ALLGravatar Chuck Lever 1-1/+0
2009-08-09SUNRPC: Remove duplicate universal address generationGravatar Chuck Lever 1-1/+0
2009-06-17nfs41: Rename rq_received to rq_reply_bytes_recvdGravatar Ricardo Labiaga 1-1/+2
2009-06-17nfs41: Add backchannel processing support to RPC state machineGravatar Ricardo Labiaga 1-0/+12
2009-06-17nfs41: New backchannel helper routinesGravatar Ricardo Labiaga 1-0/+1
2009-06-17nfs41: client callback structuresGravatar Ricardo Labiaga 1-0/+22
2009-05-02SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnectGravatar Trond Myklebust 1-0/+1
2009-03-19SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC socketsGravatar Trond Myklebust 1-0/+1
2009-03-11SUNRPC: dynamically load RPC transport modules on-demandGravatar Tom Talpey 1-0/+1
2008-12-23sunrpc: get rid of rpc_rqst.rq_bufsizeGravatar Benny Halevy 1-2/+1
2008-04-19SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requestsGravatar Trond Myklebust 1-0/+8
2008-04-19SUNRPC: Fix up xprt_write_space()Gravatar Trond Myklebust 1-1/+1
2008-01-30SUNRPC: fewer conditionals in the format_ip_address routinesGravatar Chuck Lever 1-1/+1
2008-01-30SUNRPC: Add support for per-client timeout valuesGravatar Trond Myklebust 1-2/+1
2008-01-30SUNRPC: Clean up the transport timeout initialisationGravatar Trond Myklebust 1-5/+0
2008-01-30SUNRPC: Rename xprt_disconnect()Gravatar Trond Myklebust 1-1/+1
2008-01-30SUNRPC: Allow the client to detect if the TCP connection is closedGravatar Trond Myklebust 1-0/+1
2008-01-30SUNRPC: Fix a race in xs_tcp_state_change()Gravatar Trond Myklebust 1-0/+1
2007-10-09NFS/SUNRPC: support transport protocol namingGravatar \"Talpey, Thomas\ 1-3/+2
2007-10-09SUNRPC: rearrange RPC sockets definitionsGravatar \"Talpey, Thomas\ 1-22/+0
2007-10-09SUNRPC: rename the rpc_xprtsock_create structureGravatar \"Talpey, Thomas\ 1-5/+5
2007-10-09SUNRPC: Provide a new API for registering transport implementationsGravatar \"Talpey, Thomas\ 1-0/+11
2007-10-09SUNRPC: export per-transport rpcbind netid'sGravatar \"Talpey, Thomas\ 1-0/+1
2007-10-09SUNRPC: Add support for formatted universal addressesGravatar Chuck Lever 1-0/+1
2007-10-09SUNRPC: Add hex-formatted address support to rpc_peeraddr2str()Gravatar Chuck Lever 1-0/+2
2007-07-10SUNRPC client: add interface for binding to a local addressGravatar Frank van Maarseveen 1-0/+1
2007-07-10SUNRPC: cleanup transport creation argument passingGravatar Frank van Maarseveen 1-4/+11
2007-05-14SUNRPC: Fix sparse warningsGravatar Trond Myklebust 1-0/+2
2007-04-30SUNRPC: introduce rpcbind: replacement for in-kernel portmapperGravatar Chuck Lever 1-0/+1
2007-04-30SUNRPC: Eliminate side effects from rpc_mallocGravatar Chuck Lever 1-1/+1
2007-04-30SUNRPC: RPC buffer size estimates are too largeGravatar Chuck Lever 1-1/+3
2006-12-06SUNRPC: Make address format buffers more genericGravatar Chuck Lever 1-1/+0
2006-12-06SUNRPC: move saved socket callback functions to a private data structureGravatar Chuck Lever 1-6/+0
2006-12-06SUNRPC: Move the UDP socket bufsize parameters to a private data structureGravatar Chuck Lever 1-3/+0
2006-12-06SUNRPC: Move rpc_xprt socket connect fields into private data structureGravatar Chuck Lever 1-2/+0
2006-12-06SUNRPC: Move TCP state flags into xprtsock.cGravatar Chuck Lever 1-5/+0
2006-12-06SUNRPC: Move TCP receive state variables into private data structureGravatar Chuck Lever 1-9/+0
2006-12-06SUNRPC: Remove sock and inet fields from rpc_xprtGravatar Chuck Lever 1-2/+2
2006-12-06SUNRPC: Make the transport-specific setup routine allocate rpc_xprtGravatar Chuck Lever 1-2/+2