summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2013-12-22 10:50:09 +0000
committerrodrigc <rodrigc@FreeBSD.org>2013-12-22 10:50:09 +0000
commitf6db2d936fd6669887bdaae319b3ca16d5f43faa (patch)
treeb60d3191c2c0a2bf2f2455fa52e4127120923341 /release
parentb52d00267ff0dd319bcde7fd0c483159c4e0aed3 (diff)
downloadFreeBSD-src-f6db2d936fd6669887bdaae319b3ca16d5f43faa.zip
FreeBSD-src-f6db2d936fd6669887bdaae319b3ca16d5f43faa.tar.gz
Re-order ZFS items.
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.xml28
1 files changed, 14 insertions, 14 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml
index 309c4e1..8efb006 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.xml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml
@@ -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>
OpenPOWER on IntegriCloud