svn commit: r49553 - head/en_US.ISO8859-1/htdocs/news/status

Benjamin Kaduk bjk at FreeBSD.org
Sun Oct 23 22:49:06 UTC 2016


Author: bjk
Date: Sun Oct 23 22:49:05 2016
New Revision: 49553
URL: https://svnweb.freebsd.org/changeset/doc/49553

Log:
  Add entry on ZFS updatesfrom mav

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2016-07-2016-09.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2016-07-2016-09.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2016-07-2016-09.xml	Sun Oct 23 22:25:36 2016	(r49552)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2016-07-2016-09.xml	Sun Oct 23 22:49:05 2016	(r49553)
@@ -679,4 +679,49 @@
       <task>Creating a greater variety of NTB applications.</task>
     </help>
   </project>
+
+  <project cat='proj'>
+    <title>ZFS Code Sync with Latest OpenZFS/Illumos</title>
+
+    <contact>
+      <person>
+	<name>
+	  <given>Alexander</given>
+	  <common>Motin</common>
+	</name>
+	<email>mav at FreeBSD.org</email>
+      </person>
+
+      <person>
+	<name>
+	  <given>Andriy</given>
+	  <common>Gapon</common>
+	</name>
+	<email>avg at FreeBSD.org</email>
+      </person>
+    </contact>
+
+    <body>
+      <p>The ZFS code base in &os; regularly gets merges of new code,
+	staying in sync with latest OpenZFS/Illumos sources.  Among other
+	things, the latest merge included the following improvements:</p>
+
+      <ul>
+	<li>The ARC now mostly stores compressed data, the same as is
+	  stored on disks, decompressing them on demand.</li>
+
+	<li>The L2ARC now stores the same (compressed) data as ARC without
+	  recompression, and its RAM usage was further reduced.</li>
+
+	<li>The largest size of indirect block possible has been increased
+	  from 16KB fo 128KB, and speculative prefetching of indirect blocks
+	  is now performed.</li>
+
+	<li>Improved ordering of space allocation.</li>
+
+	<li>The SHA-512t256 and Skein hashing algorithms are now
+	  supported.</li>
+      </ul>
+    </body>
+  </project>
 </report>


More information about the svn-doc-all mailing list