index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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
*
SUNRPC client: add interface for binding to a local address
Frank van Maarseveen
2007-07-10
1
-0
/
+1
*
SUNRPC: cleanup transport creation argument passing
Frank van Maarseveen
2007-07-10
1
-4
/
+11
*
SUNRPC: Fix sparse warnings
Trond Myklebust
2007-05-14
1
-0
/
+2
*
SUNRPC: introduce rpcbind: replacement for in-kernel portmapper
Chuck Lever
2007-04-30
1
-0
/
+1
*
SUNRPC: Eliminate side effects from rpc_malloc
Chuck Lever
2007-04-30
1
-1
/
+1
*
SUNRPC: RPC buffer size estimates are too large
Chuck Lever
2007-04-30
1
-1
/
+3
*
SUNRPC: Make address format buffers more generic
Chuck Lever
2006-12-06
1
-1
/
+0
*
SUNRPC: move saved socket callback functions to a private data structure
Chuck Lever
2006-12-06
1
-6
/
+0
*
SUNRPC: Move the UDP socket bufsize parameters to a private data structure
Chuck Lever
2006-12-06
1
-3
/
+0
*
SUNRPC: Move rpc_xprt socket connect fields into private data structure
Chuck Lever
2006-12-06
1
-2
/
+0
*
SUNRPC: Move TCP state flags into xprtsock.c
Chuck Lever
2006-12-06
1
-5
/
+0
*
SUNRPC: Move TCP receive state variables into private data structure
Chuck Lever
2006-12-06
1
-9
/
+0
*
SUNRPC: Remove sock and inet fields from rpc_xprt
Chuck Lever
2006-12-06
1
-2
/
+2
*
SUNRPC: Make the transport-specific setup routine allocate rpc_xprt
Chuck Lever
2006-12-06
1
-2
/
+2
*
SUNRPC: minor optimization of "xid" field in rpc_xprt
Chuck Lever
2006-12-06
1
-6
/
+1
*
[PATCH] knfsd: Prepare knfsd for support of rsize/wsize of up to 1MB, over TCP
Greg Banks
2006-10-04
1
-7
/
+1
*
[SUNRPC]: trivial endianness annotations
Alexey Dobriyan
2006-09-28
1
-6
/
+6
*
SUNRPC: Add refcounting to the struct rpc_xprt
Trond Myklebust
2006-09-22
1
-1
/
+4
*
SUNRPC: Eliminate xprt_create_proto and rpc_create_client
Chuck Lever
2006-09-22
1
-1
/
+0
*
SUNRPC: use sockaddr + size when creating remote transport endpoints
Chuck Lever
2006-09-22
1
-0
/
+1
*
SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer address
Chuck Lever
2006-09-22
1
-1
/
+2
*
SUNRPC: add xprt switch API for printing formatted remote peer addresses
Chuck Lever
2006-09-22
1
-0
/
+11
*
SUNRPC: Introduce transport switch callout for pluggable rpcbind
Chuck Lever
2006-09-22
1
-0
/
+1
*
SUNRPC: Make RPC portmapper use per-transport storage
Chuck Lever
2006-09-22
1
-0
/
+14
*
SUNRPC: Create a helper to tell whether a transport is bound
Chuck Lever
2006-09-22
1
-0
/
+16
*
SUNRPC: avoid choosing an IPMI port for RPC traffic
Chuck Lever
2006-08-24
1
-1
/
+1
*
RPC: Ensure that we disconnect TCP socket when client requests error out
Trond Myklebust
2006-08-03
1
-1
/
+1
*
NFS,SUNRPC: Fix compiler warnings if CONFIG_PROC_FS & CONFIG_SYSCTL are unset
Trond Myklebust
2006-04-19
1
-0
/
+1
*
SUNRPC: add a handful of per-xprt counters
Chuck Lever
2006-03-20
1
-0
/
+13
*
SUNRPC: Ensure client closes the socket when server initiates a close
Trond Myklebust
2006-01-06
1
-0
/
+1
*
SUNRPC: transport switch API for setting port number
Chuck Lever
2006-01-06
1
-0
/
+1
*
SUNRPC: switchable buffer allocation
Chuck Lever
2006-01-06
1
-5
/
+5
*
SUNRPC: Provide a callback to allow free pages allocated during xdr encoding
J. Bruce Fields
2005-10-18
1
-1
/
+4
*
RPC: allow call_encode() to delay transmission of an RPC call.
Trond Myklebust
2005-10-18
1
-0
/
+1
*
[PATCH] RPC: rationalize set_buffer_size
Chuck Lever
2005-09-23
1
-2
/
+2
*
[PATCH] RPC: parametrize various transport connect timeouts
Chuck Lever
2005-09-23
1
-23
/
+6
*
[PATCH] RPC: allow RPC client's port range to be adjustable
Chuck Lever
2005-09-23
1
-3
/
+14
*
[PATCH] RPC: clean up after nocong was removed
Chuck Lever
2005-09-23
1
-22
/
+0
*
[PATCH] RPC: remove xprt->nocong
Chuck Lever
2005-09-23
1
-1
/
+0
*
[PATCH] RPC: add a release_rqst callout to the RPC transport switch
Chuck Lever
2005-09-23
1
-0
/
+2
*
[PATCH] RPC: add generic interface for adjusting the congestion window
Chuck Lever
2005-09-23
1
-1
/
+2
*
[PATCH] RPC: separate xprt_timer implementations
Chuck Lever
2005-09-23
1
-0
/
+2
*
[PATCH] RPC: expose API for serializing access to RPC transports
Chuck Lever
2005-09-23
1
-0
/
+3
*
[PATCH] RPC: expose API for serializing access to RPC transports
Chuck Lever
2005-09-23
1
-0
/
+3
*
[PATCH] RPC: add API to set transport-specific timeouts
Chuck Lever
2005-09-23
1
-0
/
+3
*
[PATCH] RPC: get rid of xprt->stream
Chuck Lever
2005-09-23
1
-2
/
+1
*
[PATCH] RPC: skip over transport-specific heads automatically
Chuck Lever
2005-09-23
1
-0
/
+7
*
[PATCH] RPC: separate TCP and UDP write space callbacks
Chuck Lever
2005-09-23
1
-0
/
+2
*
[PATCH] RPC: client-side transport switch cleanup
Chuck Lever
2005-09-23
1
-26
/
+35
*
[PATCH] RPC: Add helper for waking tasks pending on a transport
Chuck Lever
2005-09-23
1
-0
/
+1
[next]