summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn2006-10-021-2/+2
* [SUNRPC]: trivial endianness annotationsAlexey Dobriyan2006-09-281-11/+12
* SUNRPC: Add refcounting to the struct rpc_xprtTrond Myklebust2006-09-221-5/+3
* SUNRPC: Clean up soft task error handlingTrond Myklebust2006-09-221-20/+14
* SUNRPC: Handle ENETUNREACH, EHOSTUNREACH and EHOSTDOWN socket errorsTrond Myklebust2006-09-221-0/+8
* SUNRPC: export new RPC client functions with _GPLChuck Lever2006-09-221-5/+5
* SUNRPC: Eliminate xprt_create_proto and rpc_create_clientChuck Lever2006-09-221-41/+1
* SUNRPC: use sockaddr + size when creating remote transport endpointsChuck Lever2006-09-221-0/+61
* SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer addressChuck Lever2006-09-221-1/+1
* SUNRPC: Create API for displaying remote peer addressChuck Lever2006-09-221-0/+13
* SUNRPC: create API for getting remote peer addressChuck Lever2006-09-221-0/+21
* SUNRPC: Introduce transport switch callout for pluggable rpcbindChuck Lever2006-09-221-2/+1
* SUNRPC: Make RPC portmapper use per-transport storageChuck Lever2006-09-221-7/+1
* SUNRPC: Create a helper to tell whether a transport is boundChuck Lever2006-09-221-5/+5
* NFS: Check lengths more thoroughly in NFS4 readdir XDR decodeDavid Howells2006-08-241-0/+11
* SUNRPC: Fix dentry refcounting issues with users of rpc_pipefsTrond Myklebust2006-08-241-9/+6
* NFS: clean up rpc_rmdirTrond Myklebust2006-08-241-3/+3
* RPC: Ensure that we disconnect TCP socket when client requests error outTrond Myklebust2006-08-031-23/+29
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1
* SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release()Trond Myklebust2006-03-201-3/+7
* SUNRPC: Fix memory barriers for req->rq_receivedTrond Myklebust2006-03-201-0/+5
* SUNRPC: Fix a 'Busy inodes' error in rpc_pipefsTrond Myklebust2006-03-201-4/+20
* SUNRPC: provide a mechanism for collecting stats in the RPC clientChuck Lever2006-03-201-3/+6
* SUNRPC: introduce per-task RPC iostatsChuck Lever2006-03-201-0/+2
* SUNRPC: more verbose output for rpc auth weak errorLevent Serinol2006-03-201-2/+2
* SUNRPC: Ensure that rpc_mkpipe returns a refcounted dentryTrond Myklebust2006-03-201-0/+3
* [PATCH] SUNRPC: fix a NULL pointer dereference in net/sunrpc/clnt.cAdrian Bunk2006-03-141-1/+2
* [NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn2006-01-111-2/+2
* Fix rpc shutdown event condition bugLinus Torvalds2006-01-101-1/+1
* [PATCH] nfs: sleep_on() removalIngo Molnar2006-01-101-1/+2
* SUNRPC: get rid of cl_chattyChuck Lever2006-01-061-6/+4
* SUNRPC: new interface to force an RPC rebindChuck Lever2006-01-061-6/+15
* SUNRPC: switchable buffer allocationChuck Lever2006-01-061-6/+8
* SUNRPC: Ensure that SIGKILL will always terminate a synchronous RPC call.Trond Myklebust2006-01-061-2/+2
* SUNRPC: rpc_execute should not return task->tk_status;Trond Myklebust2006-01-061-5/+6
* RPC: Clean up RPC task structureTrond Myklebust2006-01-061-7/+8
* SUNRPC: Yet more RPC cleanupsTrond Myklebust2006-01-061-15/+17
* [PATCH] SUNRPC: don't reencode when looping in call transmit.Trond Myklebust2005-11-091-3/+29
* SUNRPC: Retry wrap in case of memory allocation failure.J. Bruce Fields2005-10-181-3/+10
* RPC: allow call_encode() to delay transmission of an RPC call.Trond Myklebust2005-10-181-11/+12
* SUNRPC: Retry rpcbind requests if the server's portmapper isn't upChuck Lever2005-10-181-1/+2
* Revert "[PATCH] RPC,NFS: new rpc_pipefs patch"Trond Myklebust2005-09-231-36/+17
* [PATCH] RPC,NFS: new rpc_pipefs patchChristoph Hellwig2005-09-231-17/+36
* [PATCH] RPC: rationalize set_buffer_sizeChuck Lever2005-09-231-8/+2
* [PATCH] RPC: parametrize various transport connect timeoutsChuck Lever2005-09-231-1/+1
* [PATCH] RPC: skip over transport-specific heads automaticallyChuck Lever2005-09-231-3/+2
* [PATCH] RPC: client-side transport switch cleanupChuck Lever2005-09-231-1/+1
* [PATCH] RPC: Eliminate socket.h includes in RPC clientChuck Lever2005-09-231-1/+0
* [PATCH] RPC: introduce client-side transport switchChuck Lever2005-09-231-2/+1
* [PATCH] RPC: proper soft timeout behavior for rpcbindChuck Lever2005-09-231-20/+77
OpenPOWER on IntegriCloud