summaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/clnt.h
Commit message (Expand)AuthorAgeFilesLines
* nfsd: use nfs client rpc callback programBenny Halevy2008-09-291-0/+1
* SUNRPC: Simplify rpcb_register() APIChuck Lever2008-09-291-2/+2
* SUNRPC: Support registering IPv6 interfaces with local rpcbind daemonChuck Lever2008-07-151-0/+3
* rpc: bring back cl_chattyOlga Kornievskaia2008-07-091-1/+3
* SUNRPC: Declare as const the rpc_message arguments to rpc_call_sync/asyncTrond Myklebust2008-02-141-4/+5
* Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2008-02-011-4/+0
|\
| * NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox2007-12-061-2/+0
* | SUNRPC: Use appropriate argument types in rpcb clientChuck Lever2008-01-301-1/+1
* | SUNRPC: fewer conditionals in the format_ip_address routinesChuck Lever2008-01-301-1/+1
* | SUNRPC: Add support for per-client timeout valuesTrond Myklebust2008-01-301-1/+3
* | SUNRPC: Remove the now unused function rpc_call_setup()Trond Myklebust2008-01-301-1/+0
* | SUNRPC: Add a helper rpc_call_start() that initialises task->tk_actionTrond Myklebust2008-01-301-1/+1
* | SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust2008-01-301-1/+1
|/
* SUNRPC: fix a signed v. unsigned comparison nit in rpc_bind_new_programChuck Lever2007-10-091-1/+1
* SUNRPC client: add interface for binding to a local addressFrank van Maarseveen2007-07-101-0/+1
* SUNRPC: Rename rpcb_getport to be consistent with new rpcb_getport_sync nameChuck Lever2007-07-101-1/+1
* SUNRPC: Rename rpcb_getport_external routineChuck Lever2007-07-101-5/+2
* SUNRPC: Add the helper function 'rpc_call_null()'Trond Myklebust2007-07-101-0/+2
* SUNRPC: Make rpc_ping() staticTrond Myklebust2007-07-101-1/+0
* SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.cTrond Myklebust2007-07-101-2/+0
* SUNRPC: Remove rpc_clnt->cl_countTrond Myklebust2007-07-101-3/+1
* SUNRPC: Kill rpc_clnt->cl_oneshotTrond Myklebust2007-07-101-6/+4
* SUNRPC: Kill rpc_clnt->cl_deadTrond Myklebust2007-07-101-2/+1
* SUNRPC: Convert rpc_clnt->cl_users to a krefTrond Myklebust2007-07-101-1/+1
* SUNRPC: Add a per-rpc_clnt spinlockTrond Myklebust2007-07-101-0/+1
* SUNRPC: Move rpc_task->tk_task list into struct rpc_clntTrond Myklebust2007-07-101-0/+4
* SUNRPC: remove old portmapperChuck Lever2007-04-301-3/+0
* SUNRPC: introduce rpcbind: replacement for in-kernel portmapperChuck Lever2007-04-301-0/+3
* SUNRPC: RPC buffer size estimates are too largeChuck Lever2007-04-301-1/+2
* NFS: disconnect before retrying NFSv4 requests over TCPChuck Lever2007-02-121-0/+2
* SUNRPC: Give cloned RPC clients their own rpc_pipefs directoryTrond Myklebust2006-12-061-0/+1
* SUNRPC: Eliminate xprt_create_proto and rpc_create_clientChuck Lever2006-09-221-7/+0
* SUNRPC: use sockaddr + size when creating remote transport endpointsChuck Lever2006-09-221-0/+22
* SUNRPC: Clean-up after previous patches.Chuck Lever2006-09-221-3/+0
* SUNRPC: Create API for displaying remote peer addressChuck Lever2006-09-221-0/+1
* SUNRPC: create API for getting remote peer addressChuck Lever2006-09-221-0/+1
* SUNRPC: Introduce transport switch callout for pluggable rpcbindChuck Lever2006-09-221-1/+1
* SUNRPC: Make RPC portmapper use per-transport storageChuck Lever2006-09-221-20/+3
* SUNRPC: Fix a 'Busy inodes' error in rpc_pipefsTrond Myklebust2006-03-201-0/+1
* SUNRPC: eliminate rpc_call()Chuck Lever2006-03-201-14/+0
* SUNRPC: display human-readable procedure name in rpc_iostats outputChuck Lever2006-03-201-0/+2
* SUNRPC: provide a mechanism for collecting stats in the RPC clientChuck Lever2006-03-201-1/+2
* SUNRPC: get rid of cl_chattyChuck Lever2006-01-061-1/+0
* SUNRPC: new interface to force an RPC rebindChuck Lever2006-01-061-0/+1
* RPC: Clean up RPC task structureTrond Myklebust2006-01-061-1/+2
* [PATCH] RPC: Allow multiple RPC client programs to share the same transportAndreas Gruenbacher2005-06-221-0/+2
* [PATCH] RPC: Make rpc_create_client() probe server for RPC program+version su...Trond Myklebust2005-06-221-0/+4
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+153