Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
[safe/jmp/linux-2.6] / net / sunrpc / clnt.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: Cleanup - make rpc_new_task() call rpc_release_...
2010-03-22 Trond MyklebustSUNRPC: Fix the return value of rpc_run_bc_task()
2009-12-03 Chuck LeverSUNRPC: soft connect semantics for UDP
2009-12-03 Chuck LeverSUNRPC: Use soft connect semantics when performing...
2009-12-03 Chuck LeverSUNRPC: Use soft connects for autobinding over TCP
2009-12-03 Chuck LeverSUNRPC: Allow RPCs to fail quickly if the server is...
2009-12-03 Chuck LeverSUNRPC: Check explicitly for tk_status == 0 in call_tra...
2009-09-24 Jaswinder Singh... net: fix htmldocs sunrpc, clnt.c
2009-09-24 Jaswinder Singh... net: fix htmldocs sunrpc, clnt.c
2009-09-22 Linus TorvaldsMerge branch 'for-2.6.32' of git://linux-nfs.org/~bfiel...
2009-09-13 Alexandros Batsakisnfsd41: sunrpc: add new xprt class for nfsv4.1 backchannel
2009-09-11 Trond MyklebustMerge branch 'nfs-for-2.6.32'
2009-08-29 Trond MyklebustSUNRPC: Fix rpc_task_force_reencode
2009-08-09 Trond MyklebustSUNRPC: clean up rpc_setup_pipedir()
2009-08-09 Trond MyklebustSUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with...
2009-08-09 Trond MyklebustSUNRPC: Rename rpc_mkdir to rpc_create_client_dir()
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-06-17 Ricardo Labiaganfs41: Rename rq_received to rq_reply_bytes_recvd
2009-06-17 Ricardo Labiaganfs41: Add backchannel processing support to RPC state...
2009-06-17 Ricardo Labiaganfs41: Process the RPC call direction
2009-06-17 Andy Adamsonnfs41: sunrpc: Export the call prepare state for sessio...
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 Trond MyklebustSUNRPC: Avoid an unnecessary task reschedule on ENOTCONN
2008-12-30 Trond MyklebustMerge branch 'devel' into next
2008-12-23 Olga Kornievskaiarpc: pass target name down to rpc level on callbacks
2008-10-31 Harvey Harrisonnet: replace NIPQUAD() in net/*/
2008-10-29 Harvey Harrisonnet: replace %p6 with %pI6
2008-10-29 Harvey Harrisonnet, misc: replace uses of NIP6_FMT with %p6
2008-10-15 Trond MyklebustMerge branch 'next'
2008-10-07 Cedric Le Goatersunrpc: fix oops in rpc_create when the mount namespace...
2008-09-29 Benny Halevynfsd: use nfs client rpc callback program
2008-07-09 Trond MyklebustSUNRPC: Ensure our task is notified when an rpcbind...
2008-07-09 Olga Kornievskaiarpc: bring back cl_chatty
2008-07-09 Chuck LeverSUNRPC: Display some debugging information as text...
2008-07-09 Chuck LeverSUNRPC: Refactor rpc_show_tasks
2008-07-09 Chuck LeverSUNRPC: Don't display the rpc_show_tasks header if...
2008-07-09 Chuck LeverSUNRPC: Rename "call_" functions that are no longer...
2008-07-09 Chuck LeverSUNRPC: Add a function to display the name of an RPC...
2008-07-09 Trond MyklebustSUNRPC: An ENOMEM error from call_encode is always...
2008-07-09 Trond MyklebustSUNRPC: Ensure we exit early in case of an encode error
2008-04-24 Trond MyklebustMerge branch 'devel'
2008-04-24 Trond MyklebustSUNRPC: Invalidate the RPCSEC_GSS session if the server...
2008-04-19 Trond MyklebustSUNRPC: Don't disconnect more than once if retransmitti...
2008-04-19 Trond MyklebustSUNRPC: Fix read ordering problems with req->rq_private...
2008-04-19 Trond MyklebustSUNRPC: Fix a bug in call_decode()
2008-04-18 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2008-04-09 Chuck LeverSUNRPC: Fix a memory leak in rpc_create()
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-02-29 Trond MyklebustMerge branch 'cleanups' into next
2008-02-26 Trond MyklebustSUNRPC: Convert users of rpc_wake_up_task to use rpc_wa...
2008-02-26 Trond MyklebustSUNRPC: Add a new helper rpc_wake_up_queued_task()
2008-02-14 Trond MyklebustSUNRPC: Declare as const the rpc_message arguments...
2008-02-14 Randy Dunlapdocbook: sunrpc filenames and notation fixes
2008-02-01 Linus TorvaldsMerge branch 'task_killable' of git://git./linux/kernel...
2008-01-30 Trond MyklebustSUNRPC: Don't bother changing the sigmask for asynchron...
2008-01-30 Chuck LeverSUNRPC: fewer conditionals in the format_ip_address...
2008-01-30 Trond MyklebustSUNRPC: Add support for per-client timeout values
2008-01-30 Trond MyklebustSUNRPC: cleanup for rpc_new_client()
2008-01-30 Chuck LeverSUNRPC: rpc_create() default hostname should support...
2008-01-30 Trond MyklebustSUNRPC: Remove the now unused function rpc_call_setup()
2008-01-30 Trond MyklebustSUNRPC: Allow rpc_init_task() to initialise the rpc_tas...
2008-01-30 Trond MyklebustSUNRPC: Add a helper rpc_call_start() that initialises...
2008-01-30 Trond MyklebustSUNRPC: Mask signals across the call to rpc_call_setup...
2008-01-30 Trond MyklebustSUNRPC: Clean up rpc_run_task
2008-01-30 Trond MyklebustSUNRPC: Cleanup of rpc_task 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: Make call_status()/call_decode() call xprt_forc...
2007-12-06 Matthew WilcoxNFS: Switch from intr mount option to TASK_KILLABLE
2007-10-09 Trond MyklebustSUNRPC: Don't call xprt_release in call refresh
2007-10-09 Trond MyklebustSUNRPC: Don't call xprt_release() if call_allocate...
2007-10-09 J. Bruce FieldsSUNRPC: Fix default hostname created in rpc_create()
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: mark bulk read/write data in xdrbuf
2007-10-09 Chuck LeverSUNRPC: RPC bind failures should be permanent for NULL...
2007-10-09 Chuck LeverSUNRPC: Split another new rpcbind retry error code...
2007-10-09 Chuck LeverSUNRPC: Add a new error code for retry waiting for...
2007-10-09 Chuck LeverSUNRPC: Clean up in rpc_show_tasks
2007-10-09 Chuck LeverSUNRPC: Make sure server name is reasonable before...
2007-10-09 Chuck LeverSUNRPC: fix a signed v. unsigned comparison nit in...
2007-10-09 Chuck LeverSUNRPC: Only one dprintk is needed during client creation
2007-07-11 J. Bruce Fieldssunrpc: drop BKL around wrap and unwrap
2007-07-11 Frank van MaarseveenSUNRPC client: add interface for binding to a local...
2007-07-11 Frank van MaarseveenSUNRPC: cleanup transport creation argument passing
2007-07-11 Chuck LeverSUNRPC: Add a convenient default for the hostname when...
2007-07-11 Trond MyklebustSUNRPC: Suppress some noisy and unnecessary printk...
2007-07-11 Trond MyklebustSUNRPC: Remove the tk_auth macro...
2007-07-11 Trond MyklebustSUNRPC: Allow rpc_auth to run clean up before the rpc_c...
2007-07-11 Trond MyklebustSUNRPC: Rename rpcauth_destroy() to rpcauth_release()
2007-07-11 Trond MyklebustSUNRPC: Add the helper function 'rpc_call_null()'
2007-07-11 Trond MyklebustSUNRPC: Make rpc_ping() static
2007-07-11 Trond MyklebustSUNRPC: clean up rpc_call_async/rpc_call_sync/rpc_run_task
2007-07-11 Trond MyklebustSUNRPC: Move rpc_register_client and friends into net...
2007-07-11 Trond MyklebustSUNRPC: Make create_client() take a reference to the...
2007-07-11 Trond MyklebustSUNRPC: Don't create an rpc_pipefs directory before...
2007-07-11 Trond MyklebustSUNRPC: Remove rpc_clnt->cl_count
next