Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
[safe/jmp/linux-2.6] / net / sunrpc / xprt.c
2010-05-21 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2010-05-18 Joe Perchesnet: Remove unnecessary returns from void function()s
2010-05-14 Trond MyklebustSUNRPC: Move the task->tk_bytes_sent and tk_rtt to...
2010-05-14 Chuck LeverSUNRPC: Replace jiffies-based metrics with ktime-based...
2010-05-14 Chuck LeverSUNRPC: RPC metrics and RTT estimator should use same...
2010-05-14 Trond MyklebustSUNRPC: Fail over more quickly on connect errors
2010-05-14 Trond MyklebustSUNRPC: Move the test for XPRT_CONNECTING into xprt_con...
2010-05-14 Trond MyklebustSUNRPC: Clean up xprt_release()
2010-04-21 Eric Dumazetnet: Fix various endianness glitches
2010-03-22 Trond MyklebustSUNRPC: Fix a use after free bug with the NFSv4.1 backc...
2009-12-03 Trond MyklebustSUNRPC: Ensure that we honour autoclose before attempti...
2009-09-11 Rahul Iyernfsd41: sunrpc: Added rpc server-side backchannel handling
2009-06-17 Ricardo Labiaganfs41: Rename rq_received to rq_reply_bytes_recvd
2009-06-17 Rahul Iyernfs41: Get the rpc_xprt * from the rpc_rqst instead...
2009-06-17 Ricardo Labiaganfs41: Add backchannel processing support to RPC state...
2009-06-17 Ricardo Labiaganfs41: Initialize new rpc_xprt callback related fields
2009-05-02 Trond MyklebustSUNRPC: Fix the problem of EADDRNOTAVAIL syslog floods...
2009-03-11 Trond MyklebustSUNRPC: Return EAGAIN instead of ENOTCONN when waking...
2009-03-11 Trond MyklebustSUNRPC: Handle ECONNREFUSED correctly in xprt_transmit()
2009-03-11 Tom TalpeySUNRPC: dynamically load RPC transport modules on-demand
2009-03-11 Trond MyklebustSUNRPC: xprt_connect() don't abort the task if the...
2008-10-07 Denis V. Lunevsunrpc: do not pin sunrpc module in the memory
2008-07-09 Chuck LeverSUNRPC: Ensure all transports set rq_xtime consistently
2008-07-09 Chuck LeverSUNRPC: Remove obsolete messages during transport connect
2008-04-28 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-04-27 Randy Dunlapsunrpc: fix missing kernel-doc
2008-04-19 Trond MyklebustSUNRPC: Don't disconnect more than once if retransmitti...
2008-04-19 Trond MyklebustSUNRPC: Remove the unused export of xprt_force_disconnect
2008-04-19 Trond MyklebustSUNRPC: Fix read ordering problems with req->rq_private...
2008-04-19 Trond MyklebustSUNRPC: Fix up xprt_write_space()
2008-02-29 Trond MyklebustSUNRPC: Add a (empty for the moment) destructor for...
2008-02-26 Trond MyklebustSUNRPC: Run rpc timeout functions as callbacks instead...
2008-02-26 Trond MyklebustSUNRPC: Convert users of rpc_wake_up_task to use rpc_wa...
2008-02-26 Trond MyklebustSUNRPC: Clean up rpc_run_timer()
2008-02-14 Randy Dunlapdocbook: sunrpc filenames and notation fixes
2008-01-30 Trond MyklebustSUNRPC: Add support for per-client timeout values
2008-01-30 Trond MyklebustSUNRPC: Clean up the transport timeout initialisation
2008-01-30 Trond MyklebustSUNRPC: Restrict sunrpc client exports
2008-01-30 Trond MyklebustSUNRPC: Move exported declarations to the function...
2008-01-30 Trond MyklebustSUNRPC: Rename xprt_disconnect()
2008-01-30 Trond MyklebustSUNRPC: xprt_autoclose() should not call xprt_disconnect()
2008-01-30 Trond MyklebustSUNRPC: Fix a race in xs_tcp_state_change()
2008-01-28 Pavel Emelyanov[NET]: Convert init_timer into setup_timer
2007-11-22 Jiri Slaby[SUNRPC]: Remove SPIN_LOCK_UNLOCKED
2007-10-09 \"Talpey, Thomas\NFS/SUNRPC: support transport protocol naming
2007-10-09 \"Talpey, Thomas\SUNRPC: rename the rpc_xprtsock_create structure
2007-10-09 \"Talpey, Thomas\SUNRPC: Finish API to load RPC transport implementation...
2007-10-09 \"Talpey, Thomas\SUNRPC: Provide a new API for registering transport...
2007-10-09 \"Talpey, Thomas\SUNRPC: add EXPORT_SYMBOL_GPL for generic transport...
2007-07-11 Frank van MaarseveenSUNRPC: cleanup transport creation argument passing
2007-07-11 Trond MyklebustSUNRPC: fix hang due to eventd deadlock...
2007-05-01 Chuck LeverSUNRPC: introduce rpcbind: replacement for in-kernel...
2007-05-01 Chuck LeverSUNRPC: Eliminate side effects from rpc_malloc
2007-05-01 Chuck LeverSUNRPC: RPC buffer size estimates are too large
2007-04-21 Trond MyklebustRPC: Fix the TCP resend semantics for NFSv4
2007-02-13 Trond MyklebustMerge branch 'master' of /home/trondmy/kernel/linux...
2007-02-13 Chuck LeverNFS: disconnect before retrying NFSv4 requests over TCP
2007-02-11 YOSHIFUJI Hideaki[NET] SUNRPC: Fix whitespace errors.
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-06 Chuck LeverSUNRPC: Remove pprintk() from net/sunrpc/xprt.c
2006-12-06 Chuck LeverSUNRPC: Make the transport-specific setup routine alloc...
2006-11-22 David HowellsWorkStruct: Pass the work_struct pointer instead of...
2006-09-29 Alexey Dobriyan[SUNRPC]: trivial endianness annotations
2006-09-23 Trond MyklebustSUNRPC: Add refcounting to the struct rpc_xprt
2006-09-23 Trond MyklebustSUNRPC: Clean up soft task error handling
2006-09-23 Chuck LeverSUNRPC: Eliminate xprt_create_proto and rpc_create_client
2006-09-23 Chuck LeverSUNRPC: use sockaddr + size when creating remote transp...
2006-09-23 Chuck LeverSUNRPC: Use "sockaddr_storage" for storing RPC client...
2006-09-23 Chuck LeverSUNRPC: Make RPC portmapper use per-transport storage
2006-09-23 Chuck LeverSUNRPC: Create a helper to tell whether a transport...
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: NFS_ROOT always uses the same XIDs
2006-03-20 Trond MyklebustSUNRPC: Fix memory barriers for req->rq_received
2006-03-20 Chuck LeverSUNRPC: minor cleanup
2006-03-20 Chuck LeverSUNRPC: provide a mechanism for collecting stats in...
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: Clean up xprt_destroy()
2006-01-06 Trond MyklebustSUNRPC: Ensure client closes the socket when server...
2006-01-06 Chuck LeverSUNRPC: switchable buffer allocation
2005-10-19 J. Bruce FieldsSUNRPC: Provide a callback to allow free pages allocate...
2005-10-18 Trond MyklebustRPC: allow call_encode() to delay transmission of an...
2005-09-23 Chuck Lever[PATCH] RPC: parametrize various transport connect...
2005-09-23 Chuck Lever[PATCH] RPC: clean up after nocong was removed
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: 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 xprt_lock
2005-09-23 Chuck Lever[PATCH] RPC: Rename sock_lock
2005-09-23 Chuck Lever[PATCH] RPC: transport switch function naming
next