Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
176e21ee2ec89cae8d45cf1a850ea45a45428fb8
/
include
/
linux
/
sunrpc
/
xprt.h
176e21e
SUNRPC: Support for RPC over AF_LOCAL transports
by Chuck Lever
· 14 years ago
a8de240
SUNRPC: Convert struct rpc_xprt to use atomic_t counters
by Trond Myklebust
· 14 years ago
f0418aa
rpc: allow xprt_class->setup to return a preexisting xprt
by J. Bruce Fields
· 14 years ago
37aa213
sunrpc: Tag rpc_xprt with net
by Pavel Emelyanov
· 14 years ago
9a23e33
sunrpc: Add net to xprt_create
by Pavel Emelyanov
· 14 years ago
e204e62
sunrpc: Factor out rpc_xprt freeing
by Pavel Emelyanov
· 14 years ago
bd1722d
sunrpc: Factor out rpc_xprt allocation
by Pavel Emelyanov
· 14 years ago
a17c215
SUNRPC: Move the bound cred to struct rpc_rqst
by Trond Myklebust
· 14 years ago
d60dbb2
SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqst
by Trond Myklebust
· 15 years ago
ff83997
SUNRPC: Replace jiffies-based metrics with ktime-based metrics
by Chuck Lever
· 15 years ago
bbc72ce
SUNRPC: RPC metrics and RTT estimator should use same RTT value
by Chuck Lever
· 15 years ago
a8ce4a8
SUNRPC: Fail over more quickly on connect errors
by Trond Myklebust
· 15 years ago
f300bab
nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannel
by Alexandros Batsakis
· 15 years ago
4cfc7e6
nfsd41: sunrpc: Added rpc server-side backchannel handling
by Rahul Iyer
· 15 years ago
c740eff
SUNRPC: Kill RPC_DISPLAY_ALL
by Chuck Lever
· 15 years ago
ba80913
SUNRPC: Remove duplicate universal address generation
by Chuck Lever
· 15 years ago
dd2b63d
nfs41: Rename rq_received to rq_reply_bytes_recvd
by Ricardo Labiaga
· 16 years ago
55ae1aa
nfs41: Add backchannel processing support to RPC state machine
by Ricardo Labiaga
· 16 years ago
fb7a0b9
nfs41: New backchannel helper routines
by Ricardo Labiaga
· 16 years ago
56632b5
nfs41: client callback structures
by Ricardo Labiaga
· 16 years ago
f75e674
SUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods on reconnect
by Trond Myklebust
· 16 years ago
7d1e825
SUNRPC: Add the equivalent of the linger and linger2 timeouts to RPC sockets
by Trond Myklebust
· 16 years ago
441e3e2
SUNRPC: dynamically load RPC transport modules on-demand
by Tom Talpey
· 16 years ago
c977a2e
sunrpc: get rid of rpc_rqst.rq_bufsize
by Benny Halevy
· 16 years ago
7c1d71c
SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requests
by Trond Myklebust
· 17 years ago
b6ddf64
SUNRPC: Fix up xprt_write_space()
by Trond Myklebust
· 17 years ago
b454ae9
SUNRPC: fewer conditionals in the format_ip_address routines
by Chuck Lever
· 17 years ago
ba7392b
SUNRPC: Add support for per-client timeout values
by Trond Myklebust
· 17 years ago
2881ae7
SUNRPC: Clean up the transport timeout initialisation
by Trond Myklebust
· 17 years ago
62da3b2
SUNRPC: Rename xprt_disconnect()
by Trond Myklebust
· 17 years ago
3b948ae
SUNRPC: Allow the client to detect if the TCP connection is closed
by Trond Myklebust
· 17 years ago
66af1e5
SUNRPC: Fix a race in xs_tcp_state_change()
by Trond Myklebust
· 17 years ago
4fa016e
NFS/SUNRPC: support transport protocol naming
by \"Talpey, Thomas\
· 17 years ago
49c36fc
SUNRPC: rearrange RPC sockets definitions
by \"Talpey, Thomas\
· 17 years ago
3c341b0b
SUNRPC: rename the rpc_xprtsock_create structure
by \"Talpey, Thomas\
· 17 years ago
81c098a
SUNRPC: Provide a new API for registering transport implementations
by \"Talpey, Thomas\
· 17 years ago
4417c8c
SUNRPC: export per-transport rpcbind netid's
by \"Talpey, Thomas\
· 17 years ago
756805e
SUNRPC: Add support for formatted universal addresses
by Chuck Lever
· 17 years ago
fbfe3cc
SUNRPC: Add hex-formatted address support to rpc_peeraddr2str()
by Chuck Lever
· 17 years ago
d3bc9a1
SUNRPC client: add interface for binding to a local address
by Frank van Maarseveen
· 17 years ago
96802a0
SUNRPC: cleanup transport creation argument passing
by Frank van Maarseveen
· 17 years ago
7531d69
SUNRPC: Fix sparse warnings
by Trond Myklebust
· 18 years ago
a509050
SUNRPC: introduce rpcbind: replacement for in-kernel portmapper
by Chuck Lever
· 18 years ago
c5a4dd8
SUNRPC: Eliminate side effects from rpc_malloc
by Chuck Lever
· 18 years ago
2bea90d
SUNRPC: RPC buffer size estimates are too large
by Chuck Lever
· 18 years ago
7559c7a
SUNRPC: Make address format buffers more generic
by Chuck Lever
· 18 years ago
314dfd7
SUNRPC: move saved socket callback functions to a private data structure
by Chuck Lever
· 18 years ago
7c6e066
SUNRPC: Move the UDP socket bufsize parameters to a private data structure
by Chuck Lever
· 18 years ago
c847546
SUNRPC: Move rpc_xprt socket connect fields into private data structure
by Chuck Lever
· 18 years ago
e136d09
SUNRPC: Move TCP state flags into xprtsock.c
by Chuck Lever
· 18 years ago
5197113
SUNRPC: Move TCP receive state variables into private data structure
by Chuck Lever
· 18 years ago
ee0ac0c
SUNRPC: Remove sock and inet fields from rpc_xprt
by Chuck Lever
· 18 years ago
c8541ec
SUNRPC: Make the transport-specific setup routine allocate rpc_xprt
by Chuck Lever
· 18 years ago
e744cf2
SUNRPC: minor optimization of "xid" field in rpc_xprt
by Chuck Lever
· 18 years ago
7adae48
[PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCP
by Greg Banks
· 18 years ago
d8ed029
[SUNRPC]: trivial endianness annotations
by Alexey Dobriyan
· 18 years ago
6b6ca86
SUNRPC: Add refcounting to the struct rpc_xprt
by Trond Myklebust
· 18 years ago
ff9aa5e
SUNRPC: Eliminate xprt_create_proto and rpc_create_client
by Chuck Lever
· 18 years ago
c286676
SUNRPC: use sockaddr + size when creating remote transport endpoints
by Chuck Lever
· 18 years ago
c4efcb1
SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer address
by Chuck Lever
· 18 years ago
edb267a
SUNRPC: add xprt switch API for printing formatted remote peer addresses
by Chuck Lever
· 18 years ago
bbf7c1d
SUNRPC: Introduce transport switch callout for pluggable rpcbind
by Chuck Lever
· 18 years ago
4a68179
SUNRPC: Make RPC portmapper use per-transport storage
by Chuck Lever
· 18 years ago
ec739ef
SUNRPC: Create a helper to tell whether a transport is bound
by Chuck Lever
· 18 years ago
8e03709
SUNRPC: avoid choosing an IPMI port for RPC traffic
by Chuck Lever
· 18 years ago
e0ab53d
RPC: Ensure that we disconnect TCP socket when client requests error out
by Trond Myklebust
· 18 years ago
e99170f
NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unset
by Trond Myklebust
· 19 years ago
262ca07
SUNRPC: add a handful of per-xprt counters
by Chuck Lever
· 19 years ago
632e3bd
SUNRPC: Ensure client closes the socket when server initiates a close
by Trond Myklebust
· 19 years ago
9220041
SUNRPC: transport switch API for setting port number
by Chuck Lever
· 19 years ago
0210714
SUNRPC: switchable buffer allocation
by Chuck Lever
· 19 years ago
ead5e1c
SUNRPC: Provide a callback to allow free pages allocated during xdr encoding
by J. Bruce Fields
· 19 years ago
5e5ce5b
RPC: allow call_encode() to delay transmission of an RPC call.
by Trond Myklebust
· 19 years ago
470056c
[PATCH] RPC: rationalize set_buffer_size
by Chuck Lever
· 19 years ago
03bf4b7
[PATCH] RPC: parametrize various transport connect timeouts
by Chuck Lever
· 19 years ago
529b33c
[PATCH] RPC: allow RPC client's port range to be adjustable
by Chuck Lever
· 19 years ago
555ee3a
[PATCH] RPC: clean up after nocong was removed
by Chuck Lever
· 19 years ago
ed63c00
[PATCH] RPC: remove xprt->nocong
by Chuck Lever
· 19 years ago
a58dd39
[PATCH] RPC: add a release_rqst callout to the RPC transport switch
by Chuck Lever
· 19 years ago
1570c1e
[PATCH] RPC: add generic interface for adjusting the congestion window
by Chuck Lever
· 19 years ago
46c0ee8
[PATCH] RPC: separate xprt_timer implementations
by Chuck Lever
· 19 years ago
49e9a89
[PATCH] RPC: expose API for serializing access to RPC transports
by Chuck Lever
· 19 years ago
12a8046
[PATCH] RPC: expose API for serializing access to RPC transports
by Chuck Lever
· 19 years ago
fe3aca2
[PATCH] RPC: add API to set transport-specific timeouts
by Chuck Lever
· 19 years ago
43118c2
[PATCH] RPC: get rid of xprt->stream
by Chuck Lever
· 19 years ago
808012f
[PATCH] RPC: skip over transport-specific heads automatically
by Chuck Lever
· 19 years ago
c7b2cae
[PATCH] RPC: separate TCP and UDP write space callbacks
by Chuck Lever
· 19 years ago
55aa4f5
[PATCH] RPC: client-side transport switch cleanup
by Chuck Lever
· 19 years ago
44fbac2
[PATCH] RPC: Add helper for waking tasks pending on a transport
by Chuck Lever
· 19 years ago
2226feb
[PATCH] RPC: rename the sockstate field
by Chuck Lever
· 19 years ago
5dc0772
[PATCH] RPC: Rename xprt_lock
by Chuck Lever
· 19 years ago
4a0f8c0
[PATCH] RPC: Rename sock_lock
by Chuck Lever
· 19 years ago
a246b01
[PATCH] RPC: introduce client-side transport switch
by Chuck Lever
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago