summaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/clnt.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-261-0/+1
|\
| * sunrpc: Add net to rpc_create_argsPavel Emelyanov2010-10-011-0/+1
* | Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-10-251-1/+0Star
|\ \ | |/ |/|
| * SUNRPC: Remove rpcb_getport_sync()Chuck Lever2010-09-171-1/+0Star
* | SUNRPC: Fix a race in rpc_info_openTrond Myklebust2010-09-131-1/+1
|/
* SUNRPC: Move remaining RPC client related task initialisation into clnt.cTrond Myklebust2010-08-041-0/+1
* SUNRPC: The function rpc_restart_call() should return success/failureTrond Myklebust2010-08-041-2/+2
* nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannelAlexandros Batsakis2009-09-131-0/+1
* nfsd: populate sin6_scope_id on callback address with scopeid from rq_addr on...Jeff Layton2009-08-211-0/+15
* sunrpc: add common routine for copying address portion of a sockaddrJeff Layton2009-08-211-0/+50
* sunrpc: add routine for comparing addressesJeff Layton2009-08-211-0/+48
* Merge branch 'sunrpc_cache-for-2.6.32' into nfs-for-2.6.32Trond Myklebust2009-08-101-3/+2Star
|\
| * SUNRPC: clean up rpc_setup_pipedir()Trond Myklebust2009-08-091-1/+0Star
| * SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_pathTrond Myklebust2009-08-091-2/+2
* | SUNRPC: Provide functions for managing universal addressesChuck Lever2009-08-091-0/+38
|/
* nfs41: sunrpc: Export the call prepare state for session resetAndy Adamson2009-06-171-0/+1
* rpc: pass target name down to rpc level on callbacksOlga Kornievskaia2008-12-231-0/+2
* nfsd: use nfs client rpc callback programBenny Halevy2008-09-301-0/+1
* SUNRPC: Simplify rpcb_register() APIChuck Lever2008-09-301-2/+2
* SUNRPC: Support registering IPv6 interfaces with local rpcbind daemonChuck Lever2008-07-161-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/+0Star
|\
| * NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox2007-12-061-2/+0Star
* | 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/+0Star
* | 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-111-0/+1
* SUNRPC: Rename rpcb_getport to be consistent with new rpcb_getport_sync nameChuck Lever2007-07-111-1/+1
* SUNRPC: Rename rpcb_getport_external routineChuck Lever2007-07-111-5/+2Star
* SUNRPC: Add the helper function 'rpc_call_null()'Trond Myklebust2007-07-111-0/+2
* SUNRPC: Make rpc_ping() staticTrond Myklebust2007-07-111-1/+0Star
* SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.cTrond Myklebust2007-07-111-2/+0Star
* SUNRPC: Remove rpc_clnt->cl_countTrond Myklebust2007-07-111-3/+1Star
* SUNRPC: Kill rpc_clnt->cl_oneshotTrond Myklebust2007-07-111-6/+4Star
* SUNRPC: Kill rpc_clnt->cl_deadTrond Myklebust2007-07-111-2/+1Star
* SUNRPC: Convert rpc_clnt->cl_users to a krefTrond Myklebust2007-07-111-1/+1
* SUNRPC: Add a per-rpc_clnt spinlockTrond Myklebust2007-07-111-0/+1
* SUNRPC: Move rpc_task->tk_task list into struct rpc_clntTrond Myklebust2007-07-111-0/+4
* SUNRPC: remove old portmapperChuck Lever2007-05-011-3/+0Star
* SUNRPC: introduce rpcbind: replacement for in-kernel portmapperChuck Lever2007-05-011-0/+3
* SUNRPC: RPC buffer size estimates are too largeChuck Lever2007-05-011-1/+2
* NFS: disconnect before retrying NFSv4 requests over TCPChuck Lever2007-02-131-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-231-7/+0Star
* SUNRPC: use sockaddr + size when creating remote transport endpointsChuck Lever2006-09-231-0/+22