svn commit: r259713 - head/release/doc/en_US.ISO8859-1/relnotes

Craig Rodrigues rodrigc at FreeBSD.org
Sun Dec 22 10:50:10 UTC 2013


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>


More information about the svn-src-head mailing list