From owner-svn-src-head@FreeBSD.ORG Mon Nov 26 10:27:41 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E4C2825; Mon, 26 Nov 2012 10:27:41 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.78]) by mx1.freebsd.org (Postfix) with ESMTP id 2907B8FC13; Mon, 26 Nov 2012 10:27:40 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1Tcvfu-0006OW-W0; Mon, 26 Nov 2012 11:12:27 +0100 Received: from [81.21.138.17] (helo=ronaldradial.versatec.local) by smtp.greenhost.nl with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1Tcvfu-0003kq-L8; Mon, 26 Nov 2012 11:12:26 +0100 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: "Martin Matuska" , "Pawel Jakub Dawidek" Subject: Re: svn commit: r243524 - in head: cddl/contrib/opensolaris/cmd/ztest sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys References: <201211251632.qAPGW8wd091581@svn.freebsd.org> <20121125163924.GM1460@garage.freebsd.pl> Date: Mon, 26 Nov 2012 11:12:26 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: <20121125163924.GM1460@garage.freebsd.pl> User-Agent: Opera Mail/12.11 (Win32) X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.0 X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.1 X-Scan-Signature: 919fae14bc17c74543a025539baad412 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Nov 2012 10:27:41 -0000 On Sun, 25 Nov 2012 17:39:24 +0100, Pawel Jakub Dawidek wrote: > On Sun, Nov 25, 2012 at 04:32:08PM +0000, Martin Matuska wrote: >> Author: mm >> Date: Sun Nov 25 16:32:07 2012 >> New Revision: 243524 >> URL: http://svnweb.freebsd.org/changeset/base/243524 >> >> Log: >> MFV r243013 and r243267: >> >> Import the zio nop-write improvement from Illumos. To reduce I/O, >> nop-write omits overwriting data if the checksum (cryptographically >> secure) of new data matches the checksum of existing data. >> It also saves space if snapshots are in use. >> >> It currently works only on datasets with enabled compression, disabled >> deduplication and sha256 checksums. >> >> IllumOS 13887:196932ec9e6a and 13888:7204b3392a58 >> 3236 zio nop-write > > This is a nice change, although I don't understand why it depends on > compression being turned on. It won't save any space. > This question is also discussed here. http://comments.gmane.org/gmane.os.illumos.zfs/200