Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
57a2050c408620613c5715171364de2cc5566f22
/
net
/
sunrpc
/
xprtsock.c
0b4d414
[PATCH] sysctl: remove insert_at_head from register_sysctl
by Eric W. Biederman
· 18 years ago
2b1bec5
[PATCH] sysctl: sunrpc: don't unnecessarily set ctl_table->de
by Eric W. Biederman
· 18 years ago
7e35280
[PATCH] sysctl: sunrpc: remove unnecessary insert_at_head flag
by Eric W. Biederman
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
46121cf
SUNRPC: fix print format for tk_pid
by Chuck Lever
· 18 years ago
21b4e73
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus
by Trond Myklebust
· 18 years ago
34161db
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linus
by Trond Myklebust
· 18 years ago
ed07536
[PATCH] lockdep: annotate nfs/nfsd in-kernel sockets
by Peter Zijlstra
· 18 years ago
fbf7668
SUNRPC: relocate the creation of socket-specific tunables
by Chuck Lever
· 18 years ago
282b32e
SUNRPC: create stubs for xprtsock init and cleanup
by Chuck Lever
· 18 years ago
dd45647
SUNRPC: Rename skb_reader_t and friends
by Chuck Lever
· 18 years ago
9d29231
SUNRPC: skb_read_bits is the same as xs_tcp_copy_data
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
ffc2e51
SUNRPC: Allocate a private data area for socket-specific rpc_xprt fields
by Chuck Lever
· 18 years ago
c8541ec
SUNRPC: Make the transport-specific setup routine allocate rpc_xprt
by Chuck Lever
· 18 years ago
24c5684
SUNRPC: Clean up xs_send_pages()
by Trond Myklebust
· 18 years ago
65f27f3
WorkStruct: Pass the work_struct pointer instead of context data
by David Howells
· 18 years ago
52bad64
WorkStruct: Separate delayable and non-delayable events.
by David Howells
· 18 years ago
b7766da
[PATCH] SUNRPC: fix a typo
by Chuck Lever
· 18 years ago
d8ed029
[SUNRPC]: trivial endianness annotations
by Alexey Dobriyan
· 18 years ago
9f261e0
Merge git://git.linux-nfs.org/pub/linux/nfs-2.6
by Linus Torvalds
· 18 years ago
ff9aa5e
SUNRPC: Eliminate xprt_create_proto and rpc_create_client
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
ec739ef
SUNRPC: Create a helper to tell whether a transport is bound
by Chuck Lever
· 18 years ago
53fad3c
[SUNRPC]: Remove the unnecessary check for highmem in xs_sendpages().
by Sridhar Samudrala
· 18 years ago
e6242e9
[SUNRPC]: Update to use in-kernel sockets API.
by Sridhar Samudrala
· 18 years ago
e0ab53d
RPC: Ensure that we disconnect TCP socket when client requests error out
by Trond Myklebust
· 18 years ago
0da974f
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
by Panagiotis Issaris
· 18 years ago
b85d880
SUNRPC: select privileged port numbers at random
by Chuck Lever
· 18 years ago
ef759a2
SUNRPC: introduce per-task RPC iostats
by Chuck Lever
· 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
b079fa7b
RPC: Do not block on skb allocation
by Trond Myklebust
· 19 years ago
c556b75
SUNRPC: allow sunrpc.o to link when CONFIG_SYSCTL is disabled
by Chuck Lever
· 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
3167e12
[PATCH] RPC: make sure to get the same local port number when reconnecting
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
262965f
[PATCH] RPC: separate TCP and UDP socket write paths
by Chuck Lever
· 19 years ago
b0d93ad
[PATCH] RPC: separate TCP and UDP transport connection logic
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
4a0f8c0
[PATCH] RPC: Rename sock_lock
by Chuck Lever
· 19 years ago
b4b5cc8
[PATCH] RPC: Reduce stack utilization in xs_sendpages
by Chuck Lever
· 19 years ago
9903cd1
[PATCH] RPC: transport switch function naming
by Chuck Lever
· 19 years ago
a246b01
[PATCH] RPC: introduce client-side transport switch
by Chuck Lever
· 19 years ago