Date: Fri, 13 Nov 2015 10:58:01 +0100 From: Fabian Keil <freebsd-listen@fabiankeil.de> To: Alexander Motin <mav@FreeBSD.org> Cc: svn-src-all@freebsd.org Subject: Re: svn commit: r290757 - in stable/10: cddl/contrib/opensolaris/lib/libzfs/common sys/cddl/contrib/opensolaris/common/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/ut... Message-ID: <20151113105801.5dea7fab@fabiankeil.de> In-Reply-To: <201511130932.tAD9W473013391@repo.freebsd.org> References: <201511130932.tAD9W473013391@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_/3/fVCKt+kRcEFWvW7ewiHtq Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Alexander Motin <mav@FreeBSD.org> wrote: > Author: mav > Date: Fri Nov 13 09:32:04 2015 > New Revision: 290757 > URL: https://svnweb.freebsd.org/changeset/base/290757 >=20 > Log: > MFC r289422: > 4185 add new cryptographic checksums to ZFS: SHA-512, Skein, Edon-R [...] =20 > This is only a partial merge of respective ZFS infrastructure changes. > At this moment FreeBSD kernel has no those crypto algorithms, so the > parts of the code to enable them are commented out. When they are > implemented, it will be trivial to plug them in. [...] > @@ -225,12 +240,12 @@ zfs_prop_init(void) > zprop_register_index(ZFS_PROP_CHECKSUM, "checksum", > ZIO_CHECKSUM_DEFAULT, PROP_INHERIT, ZFS_TYPE_FILESYSTEM | > ZFS_TYPE_VOLUME, > - "on | off | fletcher2 | fletcher4 | sha256", "CHECKSUM", > - checksum_table); > + "on | off | fletcher2 | fletcher4 | sha256 | sha512 | " > + "skein | edonr", "CHECKSUM", checksum_table); > zprop_register_index(ZFS_PROP_DEDUP, "dedup", ZIO_CHECKSUM_OFF, > PROP_INHERIT, ZFS_TYPE_FILESYSTEM | ZFS_TYPE_VOLUME, > - "on | off | verify | sha256[,verify]", "DEDUP", > - dedup_table); > + "on | off | verify | sha256[,verify], sha512[,verify], " > + "skein[,verify], edonr,verify", "DEDUP", dedup_table); > zprop_register_index(ZFS_PROP_COMPRESSION, "compression", > ZIO_COMPRESS_DEFAULT, PROP_INHERIT, > ZFS_TYPE_FILESYSTEM | ZFS_TYPE_VOLUME, This chunk causes confusing error messages: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204055 Fabian --Sig_/3/fVCKt+kRcEFWvW7ewiHtq Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAlZFtCkACgkQBYqIVf93VJ1BfQCeNVFbN189PsKO39aEgLzd0R/o fcsAniB2sPqDpTp1DP5JuYzkv8Y3ztlR =mpMH -----END PGP SIGNATURE----- --Sig_/3/fVCKt+kRcEFWvW7ewiHtq--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151113105801.5dea7fab>