summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Rename rpcauth_destroy() to rpcauth_release()Trond Myklebust2007-07-101-1/+1
* SUNRPC: Add the helper function 'rpc_call_null()'Trond Myklebust2007-07-101-0/+10
* SUNRPC: Make rpc_ping() staticTrond Myklebust2007-07-101-1/+3
* SUNRPC: clean up rpc_call_async/rpc_call_sync/rpc_run_taskTrond Myklebust2007-07-101-46/+69
* SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.cTrond Myklebust2007-07-101-0/+57
* SUNRPC: Make create_client() take a reference to the rpciod workqueueTrond Myklebust2007-07-101-0/+7
* SUNRPC: Don't create an rpc_pipefs directory before rpc_clone is initialisedTrond Myklebust2007-07-101-8/+8
* SUNRPC: Remove rpc_clnt->cl_countTrond Myklebust2007-07-101-17/+2
* SUNRPC: Make rpc_clone take a reference instead of using cl_countTrond Myklebust2007-07-101-2/+2
* SUNRPC: Kill rpc_clnt->cl_oneshotTrond Myklebust2007-07-101-9/+1
* SUNRPC: Kill rpc_clnt->cl_deadTrond Myklebust2007-07-101-15/+3
* SUNRPC: Convert rpc_clnt->cl_users to a krefTrond Myklebust2007-07-101-29/+28
* SUNRPC: Add a per-rpc_clnt spinlockTrond Myklebust2007-07-101-0/+2
* SUNRPC: Move rpc_task->tk_task list into struct rpc_clntTrond Myklebust2007-07-101-0/+5
* SUNRPC: RPC client should retry with different versions of rpcbindChuck Lever2007-04-301-2/+4
* SUNRPC: Eliminate side effects from rpc_mallocChuck Lever2007-04-301-1/+2
* SUNRPC: RPC buffer size estimates are too largeChuck Lever2007-04-301-24/+38
* RPC: Fix the TCP resend semantics for NFSv4Trond Myklebust2007-04-201-0/+4
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2007-02-121-6/+6
|\
| * [NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-14/+14
* | NFS: disconnect before retrying NFSv4 requests over TCPChuck Lever2007-02-121-0/+2
* | SUNRPC: fix print format for tk_pidChuck Lever2007-02-031-60/+69
* | RPC: Clean up rpc_execute...Trond Myklebust2007-02-031-9/+5
|/
* [PATCH] NFS: Fix Oops in rpc_call_sync()Trond Myklebust2007-01-241-5/+3
* SUNRPC: Make address format buffers more genericChuck Lever2006-12-061-1/+5
* SUNRPC: Remove BKL around the RPC socket operations etc.Trond Myklebust2006-12-061-1/+7
* SUNRPC: Fix up missing BKL in asynchronous RPC callback functionsTrond Myklebust2006-12-061-2/+1
* SUNRPC: Give cloned RPC clients their own rpc_pipefs directoryTrond Myklebust2006-12-061-10/+13
* SUNRPC: Handle the cases where rpc_alloc_iostats() failsTrond Myklebust2006-12-061-1/+10
* Fix a second potential rpc_wakeup race...Trond Myklebust2006-12-061-9/+10
* [SUNRPC]: Use k{mem,str}dup where applicableArnaldo Carvalho de Melo2006-12-021-2/+1
* [PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn2006-10-021-2/+2
* [SUNRPC]: trivial endianness annotationsAlexey Dobriyan2006-09-281-11/+12
* SUNRPC: Add refcounting to the struct rpc_xprtTrond Myklebust2006-09-221-5/+3
* SUNRPC: Clean up soft task error handlingTrond Myklebust2006-09-221-20/+14
* SUNRPC: Handle ENETUNREACH, EHOSTUNREACH and EHOSTDOWN socket errorsTrond Myklebust2006-09-221-0/+8
* SUNRPC: export new RPC client functions with _GPLChuck Lever2006-09-221-5/+5
* SUNRPC: Eliminate xprt_create_proto and rpc_create_clientChuck Lever2006-09-221-41/+1
* SUNRPC: use sockaddr + size when creating remote transport endpointsChuck Lever2006-09-221-0/+61
* SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer addressChuck Lever2006-09-221-1/+1
* SUNRPC: Create API for displaying remote peer addressChuck Lever2006-09-221-0/+13
* SUNRPC: create API for getting remote peer addressChuck Lever2006-09-221-0/+21
* SUNRPC: Introduce transport switch callout for pluggable rpcbindChuck Lever2006-09-221-2/+1
* SUNRPC: Make RPC portmapper use per-transport storageChuck Lever2006-09-221-7/+1
* SUNRPC: Create a helper to tell whether a transport is boundChuck Lever2006-09-221-5/+5
* NFS: Check lengths more thoroughly in NFS4 readdir XDR decodeDavid Howells2006-08-241-0/+11
* SUNRPC: Fix dentry refcounting issues with users of rpc_pipefsTrond Myklebust2006-08-241-9/+6
* NFS: clean up rpc_rmdirTrond Myklebust2006-08-241-3/+3
* RPC: Ensure that we disconnect TCP socket when client requests error outTrond Myklebust2006-08-031-23/+29
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1