summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] NFS: Fix Oops in rpc_call_sync()Trond Myklebust2007-01-241-5/+3Star
* SUNRPC: Make address format buffers more genericChuck Lever2006-12-061-1/+5
* SUNRPC: Remove BKL around the RPC socket operations etc.Trond Myklebust2006-12-061-1/+7
* SUNRPC: Fix up missing BKL in asynchronous RPC callback functionsTrond Myklebust2006-12-061-2/+1Star
* SUNRPC: Give cloned RPC clients their own rpc_pipefs directoryTrond Myklebust2006-12-061-10/+13
* SUNRPC: Handle the cases where rpc_alloc_iostats() failsTrond Myklebust2006-12-061-1/+10
* Fix a second potential rpc_wakeup race...Trond Myklebust2006-12-061-9/+10
* [SUNRPC]: Use k{mem,str}dup where applicableArnaldo Carvalho de Melo2006-12-031-2/+1Star
* [PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn2006-10-021-2/+2
* [SUNRPC]: trivial endianness annotationsAlexey Dobriyan2006-09-291-11/+12
* SUNRPC: Add refcounting to the struct rpc_xprtTrond Myklebust2006-09-231-5/+3Star
* SUNRPC: Clean up soft task error handlingTrond Myklebust2006-09-231-20/+14Star
* SUNRPC: Handle ENETUNREACH, EHOSTUNREACH and EHOSTDOWN socket errorsTrond Myklebust2006-09-231-0/+8
* SUNRPC: export new RPC client functions with _GPLChuck Lever2006-09-231-5/+5
* SUNRPC: Eliminate xprt_create_proto and rpc_create_clientChuck Lever2006-09-231-41/+1Star
* SUNRPC: use sockaddr + size when creating remote transport endpointsChuck Lever2006-09-231-0/+61
* SUNRPC: Use "sockaddr_storage" for storing RPC client's remote peer addressChuck Lever2006-09-231-1/+1
* SUNRPC: Create API for displaying remote peer addressChuck Lever2006-09-231-0/+13
* SUNRPC: create API for getting remote peer addressChuck Lever2006-09-231-0/+21
* SUNRPC: Introduce transport switch callout for pluggable rpcbindChuck Lever2006-09-231-2/+1Star
* SUNRPC: Make RPC portmapper use per-transport storageChuck Lever2006-09-231-7/+1Star
* SUNRPC: Create a helper to tell whether a transport is boundChuck Lever2006-09-231-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/+6Star
* 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/+1Star
* SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release()Trond Myklebust2006-03-211-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-121-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/+4Star
* 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-101-3/+29
* SUNRPC: Retry wrap in case of memory allocation failure.J. Bruce Fields2005-10-191-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/+17Star