summaryrefslogtreecommitdiff
path: root/fs/nfs/dns_resolve.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-01NFS: fix bug in legacy DNS resolver.NeilBrown1-2/+3
2012-07-31NFS: Convert v4 into a moduleBryan Schumaker1-0/+4
2012-03-11NFS: Fix a number of sparse warningsTrond Myklebust1-0/+1
2012-02-07NFS: pass proper net rpc_pton() in nfs_dns_resolve_name()Stanislav Kinsbursky1-1/+1
2012-02-01NFS: parse DNS cache in proper network namespace contextStanislav Kinsbursky1-1/+1
2012-02-01SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky1-2/+2
2012-02-01NFS: DNS resolver PipeFS notifier introducedStanislav Kinsbursky1-1/+37
2012-02-01NFS: DNS resolver cache per network namespace context introducedStanislav Kinsbursky1-33/+63
2012-02-01NFS: handle NFS caches dentries by network namespace aware routinesStanislav Kinsbursky1-2/+2
2012-02-01NFS: split cache creation and PipeFS registrationStanislav Kinsbursky1-1/+10
2010-09-08sunrpc: use seconds since boot in expiry cacheNeilBrown1-3/+3
2010-08-11NFS: Use kernel DNS resolver [ver #2]Bryan Schumaker1-0/+24
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-02NFS: Fix an allocation-under-spinlock bugTrond Myklebust1-3/+15
2009-12-03NFSv4: Ensure nfs_dns_lookup() and nfs_dns_update() are declared staticTrond Myklebust1-2/+2
2009-08-20NFS: Add a dns resolver for use with NFSv4 referrals and migrationTrond Myklebust1-0/+335