linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Generalise dns_resolver
@ 2010-07-07  9:14 David Howells
  2010-07-07  9:14 ` [PATCH 1/4] KEYS: Authorise keyctl_set_timeout() on a key if we have its authorisation key David Howells
       [not found] ` <20100707091400.16573.2817.stgit-S6HVgzuS8uM4Awkfq6JHfwNdhmdF6hFW@public.gmane.org>
  0 siblings, 2 replies; 10+ messages in thread
From: David Howells @ 2010-07-07  9:14 UTC (permalink / raw)
  To: smfrench-Re5JQEeQqe8AvxtiuMwx3w
  Cc: linux-cifs-u79uwXL29TY76Z2rM5mHXA,
	linux-afs-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-fsdevel-u79uwXL29TY76Z2rM5mHXA

Hi Steve,

The associated patches extract the dns_resolver key type from the CIFS
filesystem and make it useful by AFS too.  Can you check at least the second
patch which actually modifies CIFS?

Thanks,
David
---

David Howells (1):
      KEYS: Authorise keyctl_set_timeout() on a key if we have its authorisation key

Wang Lei (3):
      Add DNS support for AFS
      Provide generic DNS query function
      Implement a DNS Resolver Module


 Documentation/networking/dnsresolver.txt |  150 +++++++++++++++
 fs/afs/Kconfig                           |    1 
 fs/afs/cell.c                            |   40 +++-
 fs/cifs/Kconfig                          |   17 +-
 fs/cifs/Makefile                         |    2 
 fs/cifs/cifs_dfs_ref.c                   |    4 
 fs/cifs/cifsfs.c                         |   13 -
 fs/cifs/dns_resolve.c                    |  168 -----------------
 fs/cifs/dns_resolve.h                    |   32 ---
 include/keys/dnsresolver-type.h          |   23 ++
 include/linux/dns_resolver.h             |   37 ++++
 net/Kconfig                              |    1 
 net/Makefile                             |    1 
 net/dnsresolver/Kconfig                  |   27 +++
 net/dnsresolver/Makefile                 |    7 +
 net/dnsresolver/dns_query.c              |  130 +++++++++++++
 net/dnsresolver/dns_resolver.c           |  293 ++++++++++++++++++++++++++++++
 net/dnsresolver/internal.h               |   39 ++++
 net/dnsresolver/resolv_unc_to_ip.c       |  111 +++++++++++
 security/keys/keyctl.c                   |   17 ++
 20 files changed, 879 insertions(+), 234 deletions(-)
 create mode 100644 Documentation/networking/dnsresolver.txt
 delete mode 100644 fs/cifs/dns_resolve.c
 delete mode 100644 fs/cifs/dns_resolve.h
 create mode 100644 include/keys/dnsresolver-type.h
 create mode 100644 include/linux/dns_resolver.h
 create mode 100644 net/dnsresolver/Kconfig
 create mode 100644 net/dnsresolver/Makefile
 create mode 100644 net/dnsresolver/dns_query.c
 create mode 100644 net/dnsresolver/dns_resolver.c
 create mode 100644 net/dnsresolver/internal.h
 create mode 100644 net/dnsresolver/resolv_unc_to_ip.c

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-07-20 15:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-07  9:14 [PATCH 0/4] Generalise dns_resolver David Howells
2010-07-07  9:14 ` [PATCH 1/4] KEYS: Authorise keyctl_set_timeout() on a key if we have its authorisation key David Howells
     [not found] ` <20100707091400.16573.2817.stgit-S6HVgzuS8uM4Awkfq6JHfwNdhmdF6hFW@public.gmane.org>
2010-07-07  9:14   ` [PATCH 2/4] Implement a DNS Resolver Module David Howells
     [not found]     ` <20100707091411.16573.81747.stgit-S6HVgzuS8uM4Awkfq6JHfwNdhmdF6hFW@public.gmane.org>
2010-07-07 12:02       ` Jeff Layton
2010-07-20 15:25       ` Jeff Layton
     [not found]         ` <20100720112506.7f7cfe1d-9yPaYZwiELC+kQycOl6kW4xkIHaj4LzF@public.gmane.org>
2010-07-20 15:39           ` Steve French
2010-07-20 15:42     ` David Howells
2010-07-07  9:14   ` [PATCH 3/4] Provide generic DNS query function David Howells
2010-07-07  9:14   ` [PATCH 4/4] Add DNS support for AFS David Howells
2010-07-07 19:08   ` [PATCH 0/4] Generalise dns_resolver Steve French

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).