aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-09-23Revert "[PATCH] RPC,NFS: new rpc_pipefs patch"Trond Myklebust1-36/+17
2005-09-23[PATCH] RPC,NFS: new rpc_pipefs patchChristoph Hellwig1-17/+36
2005-09-23[PATCH] RPC: rationalize set_buffer_sizeChuck Lever1-8/+2
2005-09-23[PATCH] RPC: parametrize various transport connect timeoutsChuck Lever1-1/+1
2005-09-23[PATCH] RPC: skip over transport-specific heads automaticallyChuck Lever1-3/+2
2005-09-23[PATCH] RPC: client-side transport switch cleanupChuck Lever1-1/+1
2005-09-23[PATCH] RPC: Eliminate socket.h includes in RPC clientChuck Lever1-1/+0
2005-09-23[PATCH] RPC: introduce client-side transport switchChuck Lever1-2/+1
2005-09-23[PATCH] RPC: proper soft timeout behavior for rpcbindChuck Lever1-20/+77
2005-06-22[PATCH] RPC: Ensure rpc calls respects the RPC_NOINTR flagTrond Myklebust1-34/+37
2005-06-22[PATCH] RPC: Allow multiple RPC client programs to share the same transportAndreas Gruenbacher1-0/+40
2005-06-22[PATCH] RPC: Return -EPFNOSUPPORT for RPC programs that are unavailableAndreas Gruenbacher1-10/+14
2005-06-22[PATCH] RPC: [PATCH] improve rpcauthauth_create error returnsJ. Bruce Fields1-2/+4
2005-06-22[PATCH] RPC: Make rpc_create_client() probe server for RPC program+version su...Trond Myklebust1-1/+58
2005-06-22[PATCH] RPC: Make rpc_create_client() destroy the transport on failure.Trond Myklebust1-0/+1
2005-06-22[PATCH] RPC: Ensure XDR iovec length is initialized correctly in call_headerTrond Myklebust1-1/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1085