-
- Downloads
NFS: Add a dns resolver for use with NFSv4 referrals and migration
The NFSv4 and NFSv4.1 protocols both allow for the redirection of a client
from one server to another in order to support filesystem migration and
replication. For full protocol support, we need to add the ability to
convert a DNS host name into an IP address that we can feed to the RPC
client.
We'll reuse the sunrpc cache, now that it has been converted to work with
rpc_pipefs.
Signed-off-by:
Trond Myklebust <Trond.Myklebust@netapp.com>
Showing
- Documentation/filesystems/nfs.txt 98 additions, 0 deletionsDocumentation/filesystems/nfs.txt
- Documentation/kernel-parameters.txt 8 additions, 0 deletionsDocumentation/kernel-parameters.txt
- fs/nfs/Makefile 2 additions, 1 deletionfs/nfs/Makefile
- fs/nfs/cache_lib.c 140 additions, 0 deletionsfs/nfs/cache_lib.c
- fs/nfs/cache_lib.h 27 additions, 0 deletionsfs/nfs/cache_lib.h
- fs/nfs/dns_resolve.c 335 additions, 0 deletionsfs/nfs/dns_resolve.c
- fs/nfs/dns_resolve.h 14 additions, 0 deletionsfs/nfs/dns_resolve.h
- fs/nfs/inode.c 8 additions, 0 deletionsfs/nfs/inode.c
- net/sunrpc/rpc_pipe.c 7 additions, 0 deletionsnet/sunrpc/rpc_pipe.c
Loading
Please register or sign in to comment