freebsd-nq/sys/cddl/contrib/opensolaris/common/zfs
Allan Jude 0144ad3e78 Connect the SHA-512t256 and Skein hashing algorithms to ZFS
Support for the new hashing algorithms in ZFS was introduced in r289422
However it was disconnected because FreeBSD lacked implementations of
SHA-512 (truncated to 256 bits), and Skein.

These implementations were introduced in r300921 and r300966 respectively

This commit connects them to ZFS and enabled these new checksum algorithms

This new algorithms are not supported by the boot blocks, so do not use them
on your root dataset if you boot from ZFS.

Relnotes:	yes
Sponsored by:	ScaleEngine Inc.
2016-05-31 04:12:14 +00:00
..
zfeature_common.c Connect the SHA-512t256 and Skein hashing algorithms to ZFS 2016-05-31 04:12:14 +00:00
zfeature_common.h Connect the SHA-512t256 and Skein hashing algorithms to ZFS 2016-05-31 04:12:14 +00:00
zfs_comutil.c
zfs_comutil.h
zfs_deleg.c MFV r260154 + 260182: 2014-01-02 07:34:36 +00:00
zfs_deleg.h MFV r260154 + 260182: 2014-01-02 07:34:36 +00:00
zfs_fletcher.c MFV r289310: 2015-10-16 14:45:21 +00:00
zfs_fletcher.h MFV r289310: 2015-10-16 14:45:21 +00:00
zfs_ioctl_compat.c Add new IOCTL compat shims for ABI breakage caused by r296510: 2016-03-09 11:16:15 +00:00
zfs_ioctl_compat.h Add new IOCTL compat shims for ABI breakage caused by r296510: 2016-03-09 11:16:15 +00:00
zfs_namecheck.c MFV r260154 + 260182: 2014-01-02 07:34:36 +00:00
zfs_namecheck.h MFV r260154 + 260182: 2014-01-02 07:34:36 +00:00
zfs_prop.c Connect the SHA-512t256 and Skein hashing algorithms to ZFS 2016-05-31 04:12:14 +00:00
zfs_prop.h
zpool_prop.c MFV r296518: 5027 zfs large block support (add copyright) 2016-03-08 17:51:09 +00:00
zprop_common.c