Date: Sun, 22 Dec 2013 10:50:09 +0000 (UTC) From: Craig Rodrigues <rodrigc@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r259713 - head/release/doc/en_US.ISO8859-1/relnotes Message-ID: <201312221050.rBMAo9Dc003850@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rodrigc Date: Sun Dec 22 10:50:09 2013 New Revision: 259713 URL: http://svnweb.freebsd.org/changeset/base/259713 Log: Re-order ZFS items. Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml ============================================================================== --- head/release/doc/en_US.ISO8859-1/relnotes/article.xml Sun Dec 22 10:42:47 2013 (r259712) +++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml Sun Dec 22 10:50:09 2013 (r259713) @@ -329,26 +329,26 @@ base system. It allows the use of nearly all fusefs file systems</para> - <para>Support for the high performance LZ4 compression algorithm - has been added to ZFS. LZ4 is usually faster and can achieve a - higher compression ratio than LZJB, the default compression - algorithm</para> - - <para>Support for L2ARC compression has been added to ZFS.</para> - - <para>ZFS will now compare the checksums of incoming writes to - the checksum of the existing on-disk data and avoid issuing any - write I/O for data that has not changed. This will reduce I/O - as well as space usage because if the old block is referenced - by a snapshot, both copies of the block are kept even though - both contain the same data.</para> - <sect4 xml:id="fs-zfs"> <title>ZFS</title> <para revision="240868">TRIM support has been added for ZFS.</para> + <para revision="246586">Support for the high performance LZ4 compression algorithm + has been added to ZFS. LZ4 is usually faster and can achieve a + higher compression ratio than LZJB, the default compression + algorithm</para> + + <para revision="252140">Support for L2ARC compression has been added to ZFS.</para> + + <para>ZFS will now compare the checksums of incoming writes to + the checksum of the existing on-disk data and avoid issuing any + write I/O for data that has not changed. This will reduce I/O + as well as space usage because if the old block is referenced + by a snapshot, both copies of the block are kept even though + both contain the same data.</para> + </sect4> </sect3>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312221050.rBMAo9Dc003850>