1
linux/net/ceph
Noah Watkins ee3b56f265 ceph: use kernel DNS resolver
Change ceph_parse_ips to take either names given as
IP addresses or standard hostnames (e.g. localhost).
The DNS lookup is done using the dns_resolver facility
similar to its use in AFS, NFS, and CIFS.

This patch defines CONFIG_CEPH_LIB_USE_DNS_RESOLVER
that controls if this feature is on or off.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
Signed-off-by: Sage Weil <sage@newdream.net>
2011-10-25 16:10:16 -07:00
..
crush
armor.c
auth_none.c
auth_none.h
auth_x_protocol.h
auth_x.c
auth_x.h
auth.c
buffer.c
ceph_common.c libceph: create messenger with client 2011-10-25 16:10:15 -07:00
ceph_fs.c ceph: fix file mode calculation 2011-07-19 11:25:04 -07:00
ceph_hash.c
ceph_strings.c
crypto.c net: Remove casts of void * 2011-06-16 23:19:27 -04:00
crypto.h
debugfs.c
Kconfig ceph: use kernel DNS resolver 2011-10-25 16:10:16 -07:00
Makefile
messenger.c ceph: use kernel DNS resolver 2011-10-25 16:10:16 -07:00
mon_client.c ceph: fix ceph_monc_init memory leak 2011-10-25 16:10:16 -07:00
msgpool.c libceph: don't complain on msgpool alloc failures 2011-10-25 16:10:15 -07:00
osd_client.c libceph: don't complain on msgpool alloc failures 2011-10-25 16:10:15 -07:00
osdmap.c libceph: fix pg_temp mapping update 2011-09-28 10:13:35 -07:00
pagelist.c
pagevec.c