aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/clnt.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-26Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-0/+1
2010-10-25Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Gravatar Linus Torvalds 1-1/+0
2010-10-01sunrpc: Add net to rpc_create_argsGravatar Pavel Emelyanov 1-0/+1
2010-09-17SUNRPC: Remove rpcb_getport_sync()Gravatar Chuck Lever 1-1/+0
2010-09-12SUNRPC: Fix a race in rpc_info_openGravatar Trond Myklebust 1-1/+1
2010-08-04SUNRPC: Move remaining RPC client related task initialisation into clnt.cGravatar Trond Myklebust 1-0/+1
2010-08-03SUNRPC: The function rpc_restart_call() should return success/failureGravatar Trond Myklebust 1-2/+2
2009-09-13nfsd41: sunrpc: add new xprt class for nfsv4.1 backchannelGravatar Alexandros Batsakis 1-0/+1
2009-08-21nfsd: populate sin6_scope_id on callback address with scopeid from rq_addr on...Gravatar Jeff Layton 1-0/+15
2009-08-21sunrpc: add common routine for copying address portion of a sockaddrGravatar Jeff Layton 1-0/+50
2009-08-21sunrpc: add routine for comparing addressesGravatar Jeff Layton 1-0/+48
2009-08-10Merge branch 'sunrpc_cache-for-2.6.32' into nfs-for-2.6.32Gravatar Trond Myklebust 1-3/+2
2009-08-09SUNRPC: clean up rpc_setup_pipedir()Gravatar Trond Myklebust 1-1/+0
2009-08-09SUNRPC: Replace rpc_client->cl_dentry and cl_mnt, with a cl_pathGravatar Trond Myklebust 1-2/+2
2009-08-09SUNRPC: Provide functions for managing universal addressesGravatar Chuck Lever 1-0/+38
2009-06-17nfs41: sunrpc: Export the call prepare state for session resetGravatar Andy Adamson 1-0/+1
2008-12-23rpc: pass target name down to rpc level on callbacksGravatar Olga Kornievskaia 1-0/+2
2008-09-29nfsd: use nfs client rpc callback programGravatar Benny Halevy 1-0/+1
2008-09-29SUNRPC: Simplify rpcb_register() APIGravatar Chuck Lever 1-2/+2
2008-07-15SUNRPC: Support registering IPv6 interfaces with local rpcbind daemonGravatar Chuck Lever 1-0/+3
2008-07-09rpc: bring back cl_chattyGravatar Olga Kornievskaia 1-1/+3
2008-02-14SUNRPC: Declare as const the rpc_message arguments to rpc_call_sync/asyncGravatar Trond Myklebust 1-4/+5
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+0
2008-01-30SUNRPC: Use appropriate argument types in rpcb clientGravatar Chuck Lever 1-1/+1
2008-01-30SUNRPC: fewer conditionals in the format_ip_address routinesGravatar Chuck Lever 1-1/+1
2008-01-30SUNRPC: Add support for per-client timeout valuesGravatar Trond Myklebust 1-1/+3
2008-01-30SUNRPC: Remove the now unused function rpc_call_setup()Gravatar Trond Myklebust 1-1/+0
2008-01-30SUNRPC: Add a helper rpc_call_start() that initialises task->tk_actionGravatar Trond Myklebust 1-1/+1
2008-01-30SUNRPC: Cleanup of rpc_task initialisationGravatar Trond Myklebust 1-1/+1
2007-12-06NFS: Switch from intr mount option to TASK_KILLABLEGravatar Matthew Wilcox 1-2/+0
2007-10-09SUNRPC: fix a signed v. unsigned comparison nit in rpc_bind_new_programGravatar Chuck Lever 1-1/+1
2007-07-10SUNRPC client: add interface for binding to a local addressGravatar Frank van Maarseveen 1-0/+1
2007-07-10SUNRPC: Rename rpcb_getport to be consistent with new rpcb_getport_sync nameGravatar Chuck Lever 1-1/+1
2007-07-10SUNRPC: Rename rpcb_getport_external routineGravatar Chuck Lever 1-5/+2
2007-07-10SUNRPC: Add the helper function 'rpc_call_null()'Gravatar Trond Myklebust 1-0/+2
2007-07-10SUNRPC: Make rpc_ping() staticGravatar Trond Myklebust 1-1/+0
2007-07-10SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.cGravatar Trond Myklebust 1-2/+0
2007-07-10SUNRPC: Remove rpc_clnt->cl_countGravatar Trond Myklebust 1-3/+1
2007-07-10SUNRPC: Kill rpc_clnt->cl_oneshotGravatar Trond Myklebust 1-6/+4
2007-07-10SUNRPC: Kill rpc_clnt->cl_deadGravatar Trond Myklebust 1-2/+1
2007-07-10SUNRPC: Convert rpc_clnt->cl_users to a krefGravatar Trond Myklebust 1-1/+1
2007-07-10SUNRPC: Add a per-rpc_clnt spinlockGravatar Trond Myklebust 1-0/+1
2007-07-10SUNRPC: Move rpc_task->tk_task list into struct rpc_clntGravatar Trond Myklebust 1-0/+4
2007-04-30SUNRPC: remove old portmapperGravatar Chuck Lever 1-3/+0
2007-04-30SUNRPC: introduce rpcbind: replacement for in-kernel portmapperGravatar Chuck Lever 1-0/+3
2007-04-30SUNRPC: RPC buffer size estimates are too largeGravatar Chuck Lever 1-1/+2
2007-02-12NFS: disconnect before retrying NFSv4 requests over TCPGravatar Chuck Lever 1-0/+2
2006-12-06SUNRPC: Give cloned RPC clients their own rpc_pipefs directoryGravatar Trond Myklebust 1-0/+1
2006-09-22SUNRPC: Eliminate xprt_create_proto and rpc_create_clientGravatar Chuck Lever 1-7/+0
2006-09-22SUNRPC: use sockaddr + size when creating remote transport endpointsGravatar Chuck Lever 1-0/+22