aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-10[NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki1-14/+14
2007-01-24[PATCH] NFS: Fix Oops in rpc_call_sync()Trond Myklebust1-5/+3
2006-12-06SUNRPC: Make address format buffers more genericChuck Lever1-1/+5
2006-12-06SUNRPC: Remove BKL around the RPC socket operations etc.Trond Myklebust1-1/+7
2006-12-06SUNRPC: Fix up missing BKL in asynchronous RPC callback functionsTrond Myklebust1-2/+1
2006-12-06SUNRPC: Give cloned RPC clients their own rpc_pipefs directoryTrond Myklebust1-10/+13
2006-12-06SUNRPC: Handle the cases where rpc_alloc_iostats() failsTrond Myklebust1-1/+10
2006-12-06Fix a second potential rpc_wakeup race...Trond Myklebust1-9/+10
2006-12-02[SUNRPC]: Use k{mem,str}dup where applicableArnaldo Carvalho de Melo1-2/+1
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn1-2/+2
2006-09-28[SUNRPC]: trivial endianness annotationsAlexey Dobriyan1-11/+12
2006-09-22SUNRPC: Add refcounting to the struct rpc_xprtTrond Myklebust1-5/+3
2006-09-22SUNRPC: Clean up soft task error handlingTrond Myklebust1-20/+14
2006-09-22SUNRPC: Handle ENETUNREACH, EHOSTUNREACH and EHOSTDOWN socket errorsTrond Myklebust1-0/+8
2006-09-22SUNRPC: export new RPC client functions with _GPLChuck Lever1-5/+5
2006-09-22SUNRPC: Eliminate xprt_create_proto and rpc_create_clientChuck Lever1-41/+1
2006-09-22SUNRPC: use sockaddr + size when creating remote transport endpointsChuck Lever1-0/+61
2006-09-22SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer addressChuck Lever1-1/+1
2006-09-22SUNRPC: Create API for displaying remote peer addressChuck Lever1-0/+13
2006-09-22SUNRPC: create API for getting remote peer addressChuck Lever1-0/+21
2006-09-22SUNRPC: Introduce transport switch callout for pluggable rpcbindChuck Lever1-2/+1
2006-09-22SUNRPC: Make RPC portmapper use per-transport storageChuck Lever1-7/+1
2006-09-22SUNRPC: Create a helper to tell whether a transport is boundChuck Lever1-5/+5
2006-08-24NFS: Check lengths more thoroughly in NFS4 readdir XDR decodeDavid Howells1-0/+11
2006-08-24SUNRPC: Fix dentry refcounting issues with users of rpc_pipefsTrond Myklebust1-9/+6
2006-08-24NFS: clean up rpc_rmdirTrond Myklebust1-3/+3
2006-08-03RPC: Ensure that we disconnect TCP socket when client requests error outTrond Myklebust1-23/+29
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-2/+1
2006-03-20SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release()Trond Myklebust1-3/+7
2006-03-20SUNRPC: Fix memory barriers for req->rq_receivedTrond Myklebust1-0/+5
2006-03-20SUNRPC: Fix a 'Busy inodes' error in rpc_pipefsTrond Myklebust1-4/+20
2006-03-20SUNRPC: provide a mechanism for collecting stats in the RPC clientChuck Lever1-3/+6
2006-03-20SUNRPC: introduce per-task RPC iostatsChuck Lever1-0/+2
2006-03-20SUNRPC: more verbose output for rpc auth weak errorLevent Serinol1-2/+2
2006-03-20SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentryTrond Myklebust1-0/+3
2006-03-14[PATCH] SUNRPC: fix a NULL pointer dereference in net/sunrpc/clnt.cAdrian Bunk1-1/+2
2006-01-11[NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn1-2/+2
2006-01-10Fix rpc shutdown event condition bugLinus Torvalds1-1/+1
2006-01-10[PATCH] nfs: sleep_on() removalIngo Molnar1-1/+2
2006-01-06SUNRPC: get rid of cl_chattyChuck Lever1-6/+4
2006-01-06SUNRPC: new interface to force an RPC rebindChuck Lever1-6/+15
2006-01-06SUNRPC: switchable buffer allocationChuck Lever1-6/+8
2006-01-06SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call.Trond Myklebust1-2/+2
2006-01-06SUNRPC: rpc_execute should not return task->tk_status;Trond Myklebust1-5/+6
2006-01-06RPC: Clean up RPC task structureTrond Myklebust1-7/+8
2006-01-06SUNRPC: Yet more RPC cleanupsTrond Myklebust1-15/+17
2005-11-09[PATCH] SUNRPC: don't reencode when looping in call transmit.Trond Myklebust1-3/+29
2005-10-18SUNRPC: Retry wrap in case of memory allocation failure.J. Bruce Fields1-3/+10
2005-10-18RPC: allow call_encode() to delay transmission of an RPC call.Trond Myklebust1-11/+12
2005-10-18SUNRPC: Retry rpcbind requests if the server's portmapper isn't upChuck Lever1-1/+2