mm: madvise avoid exclusive mmap_sem
[safe/jmp/linux-2.6] / net / sunrpc / xprtsock.c
2007-05-01 Chuck LeverSUNRPC: switch socket-based RPC transports to use rpcbind
2007-02-14 Eric W. Biederman[PATCH] sysctl: remove insert_at_head from register_sysctl
2007-02-14 Eric W. Biederman[PATCH] sysctl: sunrpc: don't unnecessarily set ctl_tab...
2007-02-14 Eric W. Biederman[PATCH] sysctl: sunrpc: remove unnecessary insert_at_he...
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-03 Chuck LeverSUNRPC: fix print format for tk_pid
2006-12-07 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2006-12-07 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2006-12-07 Peter Zijlstra[PATCH] lockdep: annotate nfs/nfsd in-kernel sockets
2006-12-06 Chuck LeverSUNRPC: relocate the creation of socket-specific tunables
2006-12-06 Chuck LeverSUNRPC: create stubs for xprtsock init and cleanup
2006-12-06 Chuck LeverSUNRPC: Rename skb_reader_t and friends
2006-12-06 Chuck LeverSUNRPC: skb_read_bits is the same as xs_tcp_copy_data
2006-12-06 Chuck LeverSUNRPC: Make address format buffers more generic
2006-12-06 Chuck LeverSUNRPC: move saved socket callback functions to a priva...
2006-12-06 Chuck LeverSUNRPC: Move the UDP socket bufsize parameters to a...
2006-12-06 Chuck LeverSUNRPC: Move rpc_xprt socket connect fields into privat...
2006-12-06 Chuck LeverSUNRPC: Move TCP state flags into xprtsock.c
2006-12-06 Chuck LeverSUNRPC: Move TCP receive state variables into private...
2006-12-06 Chuck LeverSUNRPC: Remove sock and inet fields from rpc_xprt
2006-12-06 Chuck LeverSUNRPC: Allocate a private data area for socket-specifi...
2006-12-06 Chuck LeverSUNRPC: Make the transport-specific setup routine alloc...
2006-12-06 Trond MyklebustSUNRPC: Clean up xs_send_pages()
2006-11-22 David HowellsWorkStruct: Pass the work_struct pointer instead of...
2006-11-22 David HowellsWorkStruct: Separate delayable and non-delayable events.
2006-10-20 Chuck Lever[PATCH] SUNRPC: fix a typo
2006-09-29 Alexey Dobriyan[SUNRPC]: trivial endianness annotations
2006-09-23 Linus TorvaldsMerge git://git.linux-nfs.org/pub/linux/nfs-2.6
2006-09-23 Chuck LeverSUNRPC: Eliminate xprt_create_proto and rpc_create_client
2006-09-23 Chuck LeverSUNRPC: Use "sockaddr_storage" for storing RPC client...
2006-09-23 Chuck LeverSUNRPC: add xprt switch API for printing formatted...
2006-09-23 Chuck LeverSUNRPC: Introduce transport switch callout for pluggabl...
2006-09-23 Chuck LeverSUNRPC: Create a helper to tell whether a transport...
2006-09-22 Sridhar Samudrala[SUNRPC]: Remove the unnecessary check for highmem...
2006-09-22 Sridhar Samudrala[SUNRPC]: Update to use in-kernel sockets API.
2006-08-03 Trond MyklebustRPC: Ensure that we disconnect TCP socket when client...
2006-07-21 Panagiotis Issaris[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
2006-06-09 Chuck LeverSUNRPC: select privileged port numbers at random
2006-03-20 Chuck LeverSUNRPC: introduce per-task RPC iostats
2006-03-20 Chuck LeverSUNRPC: add a handful of per-xprt counters
2006-01-06 Trond MyklebustSUNRPC: Ensure client closes the socket when server...
2006-01-06 Chuck LeverSUNRPC: transport switch API for setting port number
2006-01-06 Chuck LeverSUNRPC: switchable buffer allocation
2005-12-20 Trond MyklebustRPC: Do not block on skb allocation
2005-11-04 Chuck LeverSUNRPC: allow sunrpc.o to link when CONFIG_SYSCTL is...
2005-09-23 Chuck Lever[PATCH] RPC: rationalize set_buffer_size
2005-09-23 Chuck Lever[PATCH] RPC: parametrize various transport connect...
2005-09-23 Chuck Lever[PATCH] RPC: make sure to get the same local port numbe...
2005-09-23 Chuck Lever[PATCH] RPC: allow RPC client's port range to be adjustable
2005-09-23 Chuck Lever[PATCH] RPC: clean up after nocong was removed
2005-09-23 Chuck Lever[PATCH] RPC: remove xprt->nocong
2005-09-23 Chuck Lever[PATCH] RPC: add a release_rqst callout to the RPC...
2005-09-23 Chuck Lever[PATCH] RPC: add generic interface for adjusting the...
2005-09-23 Chuck Lever[PATCH] RPC: separate xprt_timer implementations
2005-09-23 Chuck Lever[PATCH] RPC: expose API for serializing access to RPC...
2005-09-23 Chuck Lever[PATCH] RPC: expose API for serializing access to RPC...
2005-09-23 Chuck Lever[PATCH] RPC: add API to set transport-specific timeouts
2005-09-23 Chuck Lever[PATCH] RPC: get rid of xprt->stream
2005-09-23 Chuck Lever[PATCH] RPC: skip over transport-specific heads automat...
2005-09-23 Chuck Lever[PATCH] RPC: separate TCP and UDP socket write paths
2005-09-23 Chuck Lever[PATCH] RPC: separate TCP and UDP transport connection...
2005-09-23 Chuck Lever[PATCH] RPC: separate TCP and UDP write space callbacks
2005-09-23 Chuck Lever[PATCH] RPC: client-side transport switch cleanup
2005-09-23 Chuck Lever[PATCH] RPC: Add helper for waking tasks pending on...
2005-09-23 Chuck Lever[PATCH] RPC: rename the sockstate field
2005-09-23 Chuck Lever[PATCH] RPC: Rename sock_lock
2005-09-23 Chuck Lever[PATCH] RPC: Reduce stack utilization in xs_sendpages
2005-09-23 Chuck Lever[PATCH] RPC: transport switch function naming
2005-09-23 Chuck Lever[PATCH] RPC: introduce client-side transport switch