aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/clnt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-09SUNRPC: fix a signed v. unsigned comparison nit in rpc_bind_new_programChuck Lever1-1/+1
2007-07-10SUNRPC client: add interface for binding to a local addressFrank van Maarseveen1-0/+1
2007-07-10SUNRPC: Rename rpcb_getport to be consistent with new rpcb_getport_sync nameChuck Lever1-1/+1
2007-07-10SUNRPC: Rename rpcb_getport_external routineChuck Lever1-5/+2
2007-07-10SUNRPC: Add the helper function 'rpc_call_null()'Trond Myklebust1-0/+2
2007-07-10SUNRPC: Make rpc_ping() staticTrond Myklebust1-1/+0
2007-07-10SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.cTrond Myklebust1-2/+0
2007-07-10SUNRPC: Remove rpc_clnt->cl_countTrond Myklebust1-3/+1
2007-07-10SUNRPC: Kill rpc_clnt->cl_oneshotTrond Myklebust1-6/+4
2007-07-10SUNRPC: Kill rpc_clnt->cl_deadTrond Myklebust1-2/+1
2007-07-10SUNRPC: Convert rpc_clnt->cl_users to a krefTrond Myklebust1-1/+1
2007-07-10SUNRPC: Add a per-rpc_clnt spinlockTrond Myklebust1-0/+1
2007-07-10SUNRPC: Move rpc_task->tk_task list into struct rpc_clntTrond Myklebust1-0/+4
2007-04-30SUNRPC: remove old portmapperChuck Lever1-3/+0
2007-04-30SUNRPC: introduce rpcbind: replacement for in-kernel portmapperChuck Lever1-0/+3
2007-04-30SUNRPC: RPC buffer size estimates are too largeChuck Lever1-1/+2
2007-02-12NFS: disconnect before retrying NFSv4 requests over TCPChuck Lever1-0/+2
2006-12-06SUNRPC: Give cloned RPC clients their own rpc_pipefs directoryTrond Myklebust1-0/+1
2006-09-22SUNRPC: Eliminate xprt_create_proto and rpc_create_clientChuck Lever1-7/+0
2006-09-22SUNRPC: use sockaddr + size when creating remote transport endpointsChuck Lever1-0/+22
2006-09-22SUNRPC: Clean-up after previous patches.Chuck Lever1-3/+0
2006-09-22SUNRPC: Create API for displaying remote peer addressChuck Lever1-0/+1
2006-09-22SUNRPC: create API for getting remote peer addressChuck Lever1-0/+1
2006-09-22SUNRPC: Introduce transport switch callout for pluggable rpcbindChuck Lever1-1/+1
2006-09-22SUNRPC: Make RPC portmapper use per-transport storageChuck Lever1-20/+3
2006-03-20SUNRPC: Fix a 'Busy inodes' error in rpc_pipefsTrond Myklebust1-0/+1
2006-03-20SUNRPC: eliminate rpc_call()Chuck Lever1-14/+0
2006-03-20SUNRPC: display human-readable procedure name in rpc_iostats outputChuck Lever1-0/+2
2006-03-20SUNRPC: provide a mechanism for collecting stats in the RPC clientChuck Lever1-1/+2
2006-01-06SUNRPC: get rid of cl_chattyChuck Lever1-1/+0
2006-01-06SUNRPC: new interface to force an RPC rebindChuck Lever1-0/+1
2006-01-06RPC: Clean up RPC task structureTrond Myklebust1-1/+2
2005-06-22[PATCH] RPC: Allow multiple RPC client programs to share the same transportAndreas Gruenbacher1-0/+2
2005-06-22[PATCH] RPC: Make rpc_create_client() probe server for RPC program+version supportTrond Myklebust1-0/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+153