SUNRPC: Don't bother changing the sigmask for asynchronous RPC calls
[safe/jmp/linux-2.6] / net / sunrpc / clnt.c
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-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
2007-07-11 Trond MyklebustSUNRPC: Make rpc_clone take a reference instead of...
2007-07-11 Trond MyklebustSUNRPC: Kill rpc_clnt->cl_oneshot
2007-07-11 Trond MyklebustSUNRPC: Kill rpc_clnt->cl_dead
2007-07-11 Trond MyklebustSUNRPC: Convert rpc_clnt->cl_users to a kref
2007-07-11 Trond MyklebustSUNRPC: Add a per-rpc_clnt spinlock
2007-07-11 Trond MyklebustSUNRPC: Move rpc_task->tk_task list into struct rpc_clnt
2007-05-01 Chuck LeverSUNRPC: RPC client should retry with different versions...
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
2007-02-03 Trond MyklebustRPC: Clean up rpc_execute...
2007-01-24 Trond Myklebust[PATCH] NFS: Fix Oops in rpc_call_sync()
2006-12-06 Chuck LeverSUNRPC: Make address format buffers more generic
2006-12-06 Trond MyklebustSUNRPC: Remove BKL around the RPC socket operations...
2006-12-06 Trond MyklebustSUNRPC: Fix up missing BKL in asynchronous RPC callback...
2006-12-06 Trond MyklebustSUNRPC: Give cloned RPC clients their own rpc_pipefs...
2006-12-06 Trond MyklebustSUNRPC: Handle the cases where rpc_alloc_iostats()...
2006-12-06 Trond MyklebustFix a second potential rpc_wakeup race...
2006-12-03 Arnaldo Carvalho... [SUNRPC]: Use k{mem,str}dup where applicable
2006-10-02 Serge E. Hallyn[PATCH] namespaces: utsname: switch to using uts namespaces
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 Trond MyklebustSUNRPC: Handle ENETUNREACH, EHOSTUNREACH and EHOSTDOWN...
2006-09-23 Chuck LeverSUNRPC: export new RPC client functions with _GPL
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: Create API for displaying remote peer address
2006-09-23 Chuck LeverSUNRPC: create API for getting remote peer address
2006-09-23 Chuck LeverSUNRPC: Introduce transport switch callout for pluggabl...
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-24 David HowellsNFS: Check lengths more thoroughly in NFS4 readdir...
2006-08-24 Trond MyklebustSUNRPC: Fix dentry refcounting issues with users of...
2006-08-24 Trond MyklebustNFS: clean up rpc_rmdir
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-03-20 Trond MyklebustSUNRPC: Ensure rpc_call_async() always calls tk_ops...
2006-03-20 Trond MyklebustSUNRPC: Fix memory barriers for req->rq_received
2006-03-20 Trond MyklebustSUNRPC: Fix a 'Busy inodes' error in rpc_pipefs
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 Levent SerinolSUNRPC: more verbose output for rpc auth weak error
2006-03-20 Trond MyklebustSUNRPC: Ensure that rpc_mkpipe returns a refcounted...
2006-03-14 Adrian Bunk[PATCH] SUNRPC: fix a NULL pointer dereference in net...
2006-01-12 Kris Katterjohn[NET]: Remove more unneeded typecasts on *malloc()
2006-01-10 Linus TorvaldsFix rpc shutdown event condition bug
2006-01-10 Ingo Molnar[PATCH] nfs: sleep_on() removal
2006-01-06 Chuck LeverSUNRPC: get rid of cl_chatty
2006-01-06 Chuck LeverSUNRPC: new interface to force an RPC rebind
2006-01-06 Chuck LeverSUNRPC: switchable buffer allocation
2006-01-06 Trond MyklebustSUNRPC: Ensure that SIGKILL will always terminate a...
2006-01-06 Trond MyklebustSUNRPC: rpc_execute should not return task->tk_status;
next