From owner-svn-src-all@freebsd.org Fri Nov 13 10:04:40 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BFD77A2DBB3 for ; Fri, 13 Nov 2015 10:04:40 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.31.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 454EE1CFA; Fri, 13 Nov 2015 10:04:40 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from [78.35.180.105] (helo=fabiankeil.de) by smtprelay01.ispgateway.de with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1ZxB7M-0003uA-8M; Fri, 13 Nov 2015 10:58:04 +0100 Date: Fri, 13 Nov 2015 10:58:01 +0100 From: Fabian Keil To: Alexander Motin 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> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/3/fVCKt+kRcEFWvW7ewiHtq"; protocol="application/pgp-signature" X-Df-Sender: Nzc1MDY3 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2015 10:04:40 -0000 --Sig_/3/fVCKt+kRcEFWvW7ewiHtq Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Alexander Motin 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--