From owner-svn-src-all@freebsd.org Tue May 31 11:42:00 2016 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 71806B53502; Tue, 31 May 2016 11:42:00 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from frv157.fwdcdn.com (frv157.fwdcdn.com [212.42.77.157]) (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 AF9F010C2; Tue, 31 May 2016 11:41:59 +0000 (UTC) (envelope-from fidaj@ukr.net) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=3Zv1k5jhCR2UOcgeubM5nzxtHNGdjm5yXHF2GO7qunA=; b=SdW0EHde2uxrQ3whqb8X5bxnCG27YGOcTAeha0DDJZstA3pPihRQ0pYdQ6klAZK0U10CawL2ByeC2/EskjwBLGWOa7GZBFQRqVOYv4NWNRmIjw/hxb3SeCMEo6AhVnSBoxl/trroaVjd5YqiqspashZcROKFm7+v89QI/2wXGYA=; Received: from [37.229.193.176] (helo=nonamehost.local) by frv157.fwdcdn.com with esmtpsa ID 1b7i3Y-0009hi-Ku ; Tue, 31 May 2016 14:41:56 +0300 Date: Tue, 31 May 2016 14:41:55 +0300 From: Ivan Klymenko To: Allan Jude Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r301010 - in head/sys: cddl/contrib/opensolaris/common/zfs cddl/contrib/opensolaris/uts/common cddl/contrib/opensolaris/uts/common/fs/zfs cddl/contrib/opensolaris/uts/common/fs/zfs/sys ... Message-ID: <20160531144155.7e96c5a5@nonamehost.local> In-Reply-To: <201605310412.u4V4CEh4021513@repo.freebsd.org> References: <201605310412.u4V4CEh4021513@repo.freebsd.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Authentication-Result: IP=37.229.193.176; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 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: Tue, 31 May 2016 11:42:00 -0000 On Tue, 31 May 2016 04:12:14 +0000 (UTC) Allan Jude wrote: > Author: allanjude > Date: Tue May 31 04:12:14 2016 > New Revision: 301010 > URL: https://svnweb.freebsd.org/changeset/base/301010 > > Log: > 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. > Hello. Tell me please, who is now the fastest of these algorithms? What remains of the available algorithms checksum algorithm by default? Thanks.