linux/net/sunrpc
Trond Myklebust 44c288732f NFSv4: stateful NFSv4 RPC call interface
The NFSv4 model requires us to complete all RPC calls that might
 establish state on the server whether or not the user wants to
 interrupt it. We may also need to schedule new work (including
 new RPC calls) in order to cancel the new state.

 The asynchronous RPC model will allow us to ensure that RPC calls
 always complete, but in order to allow for "synchronous" RPC, we
 want to add the ability to wait for completion.
 The waits are, of course, interruptible.

 Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2006-01-06 14:58:40 -05:00
..
auth_gss
auth_null.c
auth_unix.c
auth.c
cache.c
clnt.c RPC: Clean up RPC task structure 2006-01-06 14:58:39 -05:00
Makefile
pmap_clnt.c SUNRPC: Yet more RPC cleanups 2006-01-06 14:58:39 -05:00
rpc_pipe.c
sched.c NFSv4: stateful NFSv4 RPC call interface 2006-01-06 14:58:40 -05:00
socklib.c
stats.c
sunrpc_syms.c
svc.c
svcauth_unix.c [PATCH] knfsd: fix hash function for IP addresses on 64bit little-endian machines. 2006-01-06 08:33:21 -08:00
svcauth.c
svcsock.c [PATCH] Keep nfsd from exiting when seeing recv() errors 2006-01-06 08:33:59 -08:00
sysctl.c
timer.c
xdr.c
xprt.c
xprtsock.c