This series enables support for IPv6 addresses when receiving mountd requests and processing export records. The final series (later this week, or next) will enable mountd to listen on IPv6 transports. --- Chuck Lever (12): libexport.a: Enable IPv6 support in hostname.c mountd: Ensure cache downcall can handle IPv6 addresses mountd: Handle IPv6 addresses in kernel auth_unix_ip upcalls mountd: clean up cache API exportfs: Enable IPv6 support in matchhostname() mountd: Support IPv6 in mountlist_list() mountd: Handle memory exhaustion in mountlist_list() mountd: Add mountlist_freeall() mountd: support IPv6 in mountlist_del_all() mountd: Support IPv6 in mountd's svc routines mountd: add IPv6 support in auth_authenticate() libnfs.a: Fix API for getfh() & friends support/export/hostname.c | 31 +++++++-------- support/include/nfslib.h | 9 +++- support/nfs/getfh.c | 64 ++++++++++++++++++++++++++++--- utils/exportfs/exportfs.c | 23 +---------- utils/mountd/auth.c | 52 +++++++++++++------------ utils/mountd/cache.c | 57 +++++++++++++++++++++------- utils/mountd/mountd.c | 92 +++++++++++++++++++++++++++++++-------------- utils/mountd/mountd.h | 11 ++++- utils/mountd/rmtab.c | 72 +++++++++++++++++++++++------------ 9 files changed, 270 insertions(+), 141 deletions(-) -- Chuck Lever -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html