Add report on ZFS code sync with Illumos, from mav
This commit is contained in:
parent
9e719d1efe
commit
8959ac032e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47607
1 changed files with 34 additions and 0 deletions
|
@ -2355,4 +2355,38 @@
|
|||
</sponsor>
|
||||
</project>
|
||||
|
||||
<project cat='proj'>
|
||||
<title>ZFS Code Sync With Latest Illumos</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Alexander</given>
|
||||
<common>Motin</common>
|
||||
</name>
|
||||
<email>mav@FreeBSD.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<body>
|
||||
<p>The ZFS codebase got significant batch of merges, and is
|
||||
now in sync with latest Illimos. Among other things, this update
|
||||
includes:</p>
|
||||
|
||||
<ul>
|
||||
<li>LZ4 is now a default compression algorithm.</li>
|
||||
<li>Improved prefetch for faster send/receive.</li>
|
||||
<li>Reduced RAM usage by almost 50% for L2ARC.</li>
|
||||
<li>Improved I/O aggregation.</li>
|
||||
<li>Fine-grained checksuming in send/receive stream.</li>
|
||||
<li>Reduced import time for pools with many datasets.</li>
|
||||
<li>Reworked and simplified predictive prefetcher.</li>
|
||||
</ul>
|
||||
|
||||
<p>The code is committed to &os; head and was recently merged to
|
||||
the stable/10 branch.
|
||||
</p>
|
||||
</body>
|
||||
</project>
|
||||
|
||||
</report>
|
||||
|
|
Loading…
Reference in a new issue