aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/dns_resolve.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-27NFS: remove duplicate headersGravatar Chen Zhou 1-1/+0
2020-03-16nfsd: export upcalls must not return ESTALE when mountd is downGravatar Trond Myklebust 1-5/+6
2020-02-03NFS: Replace various occurrences of kstrndup() with kmemdup_nul()Gravatar Trond Myklebust 1-1/+1
2019-06-27keys: Pass the network namespace into request_key mechanismGravatar David Howells 1-1/+2
2019-05-15dns_resolver: Allow used keys to be invalidatedGravatar David Howells 1-1/+1
2018-10-29NFS: Fix up a typo in nfs_dns_ent_putGravatar Trond Myklebust 1-1/+1
2018-10-29NFS: Lockless DNS lookupsGravatar Trond Myklebust 1-3/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2013-11-19NFS: Enabling v4.2 should not recompile nfsd and lockdGravatar Anna Schumaker 1-0/+2
2013-06-18NFSv4: Move the DNS resolver into the NFSv4 moduleGravatar Trond Myklebust 1-3/+29
2013-02-15SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() functionGravatar Stanislav Kinsbursky 1-1/+1
2013-02-15SUNRPC: introduce cache_detail->cache_request callbackGravatar Stanislav Kinsbursky 1-1/+2
2013-02-15NFS: simplify and clean cache libraryGravatar Stanislav Kinsbursky 1-5/+1
2013-02-15NFS: use SUNRPC cache creation and destruction helper for DNS cacheGravatar Stanislav Kinsbursky 1-35/+25
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Gravatar Jeff Layton 1-0/+2
2012-10-31NFS: fix bug in legacy DNS resolver.Gravatar NeilBrown 1-2/+3
2012-07-30NFS: Convert v4 into a moduleGravatar Bryan Schumaker 1-0/+4
2012-03-11NFS: Fix a number of sparse warningsGravatar Trond Myklebust 1-0/+1
2012-02-06NFS: pass proper net rpc_pton() in nfs_dns_resolve_name()Gravatar Stanislav Kinsbursky 1-1/+1
2012-01-31NFS: parse DNS cache in proper network namespace contextGravatar Stanislav Kinsbursky 1-1/+1
2012-01-31SUNRPC: parametrize rpc_pton() by network contextGravatar Stanislav Kinsbursky 1-2/+2
2012-01-31NFS: DNS resolver PipeFS notifier introducedGravatar Stanislav Kinsbursky 1-1/+37
2012-01-31NFS: DNS resolver cache per network namespace context introducedGravatar Stanislav Kinsbursky 1-33/+63
2012-01-31NFS: handle NFS caches dentries by network namespace aware routinesGravatar Stanislav Kinsbursky 1-2/+2
2012-01-31NFS: split cache creation and PipeFS registrationGravatar Stanislav Kinsbursky 1-1/+10
2010-09-07sunrpc: use seconds since boot in expiry cacheGravatar NeilBrown 1-3/+3
2010-08-11NFS: Use kernel DNS resolver [ver #2]Gravatar Bryan Schumaker 1-0/+24
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-02NFS: Fix an allocation-under-spinlock bugGravatar Trond Myklebust 1-3/+15
2009-12-03NFSv4: Ensure nfs_dns_lookup() and nfs_dns_update() are declared staticGravatar Trond Myklebust 1-2/+2
2009-08-19NFS: Add a dns resolver for use with NFSv4 referrals and migrationGravatar Trond Myklebust 1-0/+335