summaryrefslogtreecommitdiff
path: root/net/sunrpc/clnt.c
AgeCommit message (Expand)Author
2005-03-10NFS,RPC: RPC client now advertises maximum payload sizeTrond Myklebust
2005-03-10RPC: remove broken_suid mount optionTrond Myklebust
2005-03-10RPC: make rpcauth_lookupcred() return error codes.Trond Myklebust
2005-03-10RPC: Fix return value of rpc_call_async()Trond Myklebust
2005-01-04RPC: call_verifyTrond Myklebust
2005-01-04RPC: Instead of setting a flag (RPCAUTH_CRED_DEAD) in the cred toTrond Myklebust
2004-08-23RPC: Improved buffer overrun checking in call_verifyTrond Myklebust
2004-08-23RPC: Add missing variable initialization in rpc_clone_client().Trond Myklebust
2004-08-23RPC: Reduce stack utilization for all synchronous NFS operations byTrond Myklebust
2004-05-20Following a suggestion by Jamie LokierTrond Myklebust
2004-04-10RPC: add a field to the xdr_buf that explicitly contains the maximum bufferTrond Myklebust
2004-04-10RPC: add fair queueing to the RPC scheduler.Trond Myklebust
2004-03-13RPC,NFSv3: remove the redundant "memset()" in call_encode(). Fix up the only ...Trond Myklebust
2004-03-13RPC,NFSv2/v3/v4: Ensure that xprt_create_proto() and rpc_create_client() returnTrond Myklebust
2004-02-07RPC/NFSv4: Allow lease RENEW calls to be soft (i.e. to timeTrond Myklebust
2004-02-07RPC: Add support for sharing the same RPC transport andTrond Myklebust
2004-02-07RPCSEC_GSS: Client-side only support for rpcsec_gss integrityTrond Myklebust
2004-02-07NFSv4/RPCSEC_GSS: Ensure that RPC userland upcalls time outTrond Myklebust
2003-10-08[PATCH] net/sunrpc/clnt.c compile fixPaul Mundt
2003-10-07[SUNRPC]: Printf pointers correctly.David S. Miller
2003-10-07Make the client act correctly if the RPC server's assertsTrond Myklebust
2003-08-21Back out some congestion control changes that were causing trouble,Trond Myklebust
2003-08-21If an RPC request has to be resent due to a timeout, it turns outTrond Myklebust
2003-08-21Various RPC client fixes:Trond Myklebust
2003-07-16[PATCH] Fix rpc_setbufsize() usageFrank Cusack
2003-06-11allow gssd to communicate failure to initialize contexts back to the kernel, soJ. Bruce Fields
2003-06-11add handling of the new CTXPROBLEM and CREDPROBLEM RPCSEC_GSS errors.J. Bruce Fields
2003-05-07Ensure that Lockd and the NSM (statd) clients always use privilegedTrond Myklebust
2003-05-07Ensure that if we need to reconnect the socket, we also resendTrond Myklebust
2003-05-07Don't use an RPC child process when reconnecting to a TCP server.Trond Myklebust
2003-03-27Fix clnt.c to skip re-encoding an RPC call in the case whenTrond Myklebust
2003-03-06[PATCH] Fix nfs oops during mountAndrew Morton
2003-02-14[PATCH] trivial: unused var in sunrpcRobert Love
2003-02-13[PATCH] further rpc_pipefs cleanups...Trond Myklebust
2003-02-06Split up "struct signal_struct" into "signal" and "sighand" parts.Linus Torvalds
2003-01-12[PATCH] RPCSEC_GSS authentication framework [4/6]Trond Myklebust
2003-01-12[PATCH] RPCSEC upcall mechanism [3/6]Trond Myklebust
2003-01-12[PATCH] XDR 'encode' phase move [2/6]Trond Myklebust
2002-11-16[PATCH] cleanup: switch to passing *(struct rpc_procinfo) in rpc_message.Trond Myklebust
2002-11-08[PATCH] slabify the sunrpc layerTrond Myklebust
2002-09-28[PATCH] atomic-thread-signalsIngo Molnar
2002-09-17[PATCH] stricter type checking for rpc auth flavorsChuck Lever
2002-09-17[PATCH] (2/2) clean up RPC over TCP transport socket connectChuck Lever
2002-09-17[PATCH] (1/2) clean up RPC over TCP transport socket connectChuck Lever
2002-08-25[PATCH] eliminate hangs during RPC client shutdownChuck Lever
2002-08-14[PATCH] Clean up the RPC socket slot allocation code [2/2]Trond Myklebust
2002-08-14[PATCH] Clean up the RPC socket slot allocation code [1/2]Trond Myklebust
2002-08-14[PATCH] cleanup RPC accountingTrond Myklebust
2002-07-31[PATCH] Fix brown paper bag race in RPC receive codeTrond Myklebust
2002-07-26[PATCH] increase socket buffer for RPC over UDPTrond Myklebust