Date: Sun, 23 Oct 2016 22:49:05 +0000 (UTC) From: Benjamin Kaduk <bjk@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r49553 - head/en_US.ISO8859-1/htdocs/news/status Message-ID: <201610232249.u9NMn5Xa002602@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org</email> + </person> + + <person> + <name> + <given>Andriy</given> + <common>Gapon</common> + </name> + <email>avg@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610232249.u9NMn5Xa002602>