* [gentoo-doc-cvs] cvs commit: hb-install-alpha-disk.xml hb-install-arm-disk.xml hb-install-hppa-disk.xml hb-install-ia64-disk.xml hb-install-mips-disk.xml hb-install-ppc64-disk.xml hb-install-ppc-disk.xml hb-install-sparc-disk.xml hb-install-x86+amd64-disk.xml
@ 2006-11-02 20:49 Josh Saddler
0 siblings, 0 replies; only message in thread
From: Josh Saddler @ 2006-11-02 20:49 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 06/11/02 20:49:38
Modified: hb-install-alpha-disk.xml hb-install-arm-disk.xml
hb-install-hppa-disk.xml hb-install-ia64-disk.xml
hb-install-mips-disk.xml hb-install-ppc64-disk.xml
hb-install-ppc-disk.xml hb-install-sparc-disk.xml
hb-install-x86+amd64-disk.xml
Log:
Reworded reiserfs and ext3 descriptions for bug 153518
Revision Changes Path
1.23 xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?r1=1.22&r2=1.23
Index: hb-install-alpha-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- hb-install-alpha-disk.xml 30 Aug 2006 22:52:28 -0000 1.22
+++ hb-install-alpha-disk.xml 2 Nov 2006 20:49:38 -0000 1.23
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v 1.22 2006/08/30 22:52:28 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v 1.23 2006/11/02 20:49:38 nightmorph Exp $ -->
<sections>
-<version>7.0</version>
-<date>2006-08-30</date>
+<version>7.1</version>
+<date>2006-11-02</date>
<section>
<title>Introduction to Block Devices</title>
@@ -662,19 +662,20 @@
<p>
<b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
-journaling for fast recovery in addition to other enhanced journaling modes like
-full data and ordered data journaling. ext3 is a very good and reliable
-filesystem.
+journaling for fast recovery in addition to other enhanced journaling modes
+like full data and ordered data journaling. It uses a hashed B*-tree index that
+enables high performance in almost all situations. In short, ext3 is a very
+good and reliable filesystem.
</p>
<p>
-<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
-performance and greatly outperforms both ext2 and ext3 when dealing with small
-files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
-extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is
-solid and usable as both general-purpose filesystem and for extreme cases such
-as the creation of large filesystems, the use of many small files, very large
-files and directories containing tens of thousands of files.
+<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
+performance and greatly outperforms both ext2 and ext3 when dealing with small
+files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
+extremely well and has metadata journaling. ReiserFS is solid and usable as
+both general-purpose filesystem and for extreme cases such as the creation of
+large filesystems, very large files and directories containing tens of
+thousands of small files.
</p>
<p>
1.3 xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?r1=1.2&r2=1.3
Index: hb-install-arm-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-arm-disk.xml 2 Sep 2006 09:00:21 -0000 1.2
+++ hb-install-arm-disk.xml 2 Nov 2006 20:49:38 -0000 1.3
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v 1.2 2006/09/02 09:00:21 vapier Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v 1.3 2006/11/02 20:49:38 nightmorph Exp $ -->
<sections>
-<version>4.0</version>
-<date>2006-08-30</date>
+<version>4.1</version>
+<date>2006-11-02</date>
<!-- TODO: Add section about MTD and such -->
@@ -518,19 +518,20 @@
<p>
<b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
-journaling for fast recovery in addition to other enhanced journaling modes like
-full data and ordered data journaling. ext3 is a very good and reliable
-filesystem.
+journaling for fast recovery in addition to other enhanced journaling modes
+like full data and ordered data journaling. It uses a hashed B*-tree index that
+enables high performance in almost all situations. In short, ext3 is a very
+good and reliable filesystem.
</p>
<p>
-<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
-performance and greatly outperforms both ext2 and ext3 when dealing with small
-files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
-extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is
-solid and usable as both general-purpose filesystem and for extreme cases such
-as the creation of large filesystems, the use of many small files, very large
-files and directories containing tens of thousands of files.
+<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
+performance and greatly outperforms both ext2 and ext3 when dealing with small
+files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
+extremely well and has metadata journaling. ReiserFS is solid and usable as
+both general-purpose filesystem and for extreme cases such as the creation of
+large filesystems, very large files and directories containing tens of
+thousands of small files.
</p>
<p>
1.20 xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?r1=1.19&r2=1.20
Index: hb-install-hppa-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- hb-install-hppa-disk.xml 30 Aug 2006 22:52:28 -0000 1.19
+++ hb-install-hppa-disk.xml 2 Nov 2006 20:49:38 -0000 1.20
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.19 2006/08/30 22:52:28 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.20 2006/11/02 20:49:38 nightmorph Exp $ -->
<sections>
-<version>7.0</version>
-<date>2006-08-30</date>
+<version>7.1</version>
+<date>2006-11-02</date>
<section>
<title>Introduction to Block Devices</title>
@@ -212,19 +212,20 @@
<p>
<b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
-journaling for fast recovery in addition to other enhanced journaling modes like
-full data and ordered data journaling. ext3 is a very good and reliable
-filesystem.
+journaling for fast recovery in addition to other enhanced journaling modes
+like full data and ordered data journaling. It uses a hashed B*-tree index that
+enables high performance in almost all situations. In short, ext3 is a very
+good and reliable filesystem.
</p>
<p>
-<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
-performance and greatly outperforms both ext2 and ext3 when dealing with small
-files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
-extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is
-solid and usable as both general-purpose filesystem and for extreme cases such
-as the creation of large filesystems, the use of many small files, very large
-files and directories containing tens of thousands of files.
+<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
+performance and greatly outperforms both ext2 and ext3 when dealing with small
+files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
+extremely well and has metadata journaling. ReiserFS is solid and usable as
+both general-purpose filesystem and for extreme cases such as the creation of
+large filesystems, very large files and directories containing tens of
+thousands of small files.
</p>
<p>
1.2 xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?r1=1.1&r2=1.2
Index: hb-install-ia64-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hb-install-ia64-disk.xml 3 Sep 2006 05:02:44 -0000 1.1
+++ hb-install-ia64-disk.xml 2 Nov 2006 20:49:38 -0000 1.2
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v 1.1 2006/09/03 05:02:44 vapier Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v 1.2 2006/11/02 20:49:38 nightmorph Exp $ -->
<sections>
-<version>2.2</version>
-<date>2005-06-10</date>
+<version>2.3</version>
+<date>2006-11-02</date>
<section>
<title>Introduction to Block Devices</title>
@@ -475,19 +475,20 @@
<p>
<b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
-journaling for fast recovery in addition to other enhanced journaling modes like
-full data and ordered data journaling. ext3 is a very good and reliable
-filesystem.
+journaling for fast recovery in addition to other enhanced journaling modes
+like full data and ordered data journaling. It uses a hashed B*-tree index that
+enables high performance in almost all situations. In short, ext3 is a very
+good and reliable filesystem.
</p>
<p>
-<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
-performance and greatly outperforms both ext2 and ext3 when dealing with small
-files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
-extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is
-solid and usable as both general-purpose filesystem and for extreme cases such
-as the creation of large filesystems, the use of many small files, very large
-files and directories containing tens of thousands of files.
+<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
+performance and greatly outperforms both ext2 and ext3 when dealing with small
+files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
+extremely well and has metadata journaling. ReiserFS is solid and usable as
+both general-purpose filesystem and for extreme cases such as the creation of
+large filesystems, very large files and directories containing tens of
+thousands of small files.
</p>
<p>
1.21 xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?r1=1.20&r2=1.21
Index: hb-install-mips-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- hb-install-mips-disk.xml 30 Aug 2006 22:52:28 -0000 1.20
+++ hb-install-mips-disk.xml 2 Nov 2006 20:49:38 -0000 1.21
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.20 2006/08/30 22:52:28 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.21 2006/11/02 20:49:38 nightmorph Exp $ -->
<sections>
-<version>1.14</version>
-<date>2006-08-17</date>
+<version>1.15</version>
+<date>2006-11-02</date>
<section>
<title>Introduction to Block Devices</title>
@@ -563,21 +563,19 @@
<p>
<b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
journaling for fast recovery in addition to other enhanced journaling modes
-like full data and ordered data journaling. ext3 is a very good and reliable
-filesystem.<!-- It has an additional hashed b-tree indexing option that enables
-high performance in almost all situations. You can enable this indexing by
-adding <c>-O dir_index</c> to the <c>mke2fs</c> command. In short, ext3 is an
-excellent filesystem.-->
+like full data and ordered data journaling. It uses a hashed B*-tree index that
+enables high performance in almost all situations. In short, ext3 is a very
+good and reliable filesystem.
</p>
<p>
<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
performance and greatly outperforms both ext2 and ext3 when dealing with small
-files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
-extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is
-solid and usable as both general-purpose filesystem and for extreme cases such
-as the creation of large filesystems, the use of many small files, very large
-files and directories containing tens of thousands of files.
+files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
+extremely well and has metadata journaling. ReiserFS is solid and usable as
+both general-purpose filesystem and for extreme cases such as the creation of
+large filesystems, very large files and directories containing tens of
+thousands of small files.
</p>
<p>
1.27 xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?r1=1.26&r2=1.27
Index: hb-install-ppc64-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- hb-install-ppc64-disk.xml 30 Aug 2006 22:52:28 -0000 1.26
+++ hb-install-ppc64-disk.xml 2 Nov 2006 20:49:38 -0000 1.27
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.26 2006/08/30 22:52:28 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.27 2006/11/02 20:49:38 nightmorph Exp $ -->
<sections>
-<version>7.0</version>
-<date>2006-08-30</date>
+<version>7.1</version>
+<date>2006-11-02</date>
<section>
<title>Introduction to Block Devices</title>
@@ -618,19 +618,20 @@
<p>
<b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
-journaling for fast recovery in addition to other enhanced journaling modes like
-full data and ordered data journaling. ext3 is a very good and reliable
-filesystem.
+journaling for fast recovery in addition to other enhanced journaling modes
+like full data and ordered data journaling. It uses a hashed B*-tree index that
+enables high performance in almost all situations. In short, ext3 is a very
+good and reliable filesystem.
</p>
<p>
-<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
-performance and greatly outperforms both ext2 and ext3 when dealing with small
-files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
-extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is
-solid and usable as both general-purpose filesystem and for extreme cases such
-as the creation of large filesystems, the use of many small files, very large
-files and directories containing tens of thousands of files.
+<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
+performance and greatly outperforms both ext2 and ext3 when dealing with small
+files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
+extremely well and has metadata journaling. ReiserFS is solid and usable as
+both general-purpose filesystem and for extreme cases such as the creation of
+large filesystems, very large files and directories containing tens of
+thousands of small files.
</p>
<p>
1.37 xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?r1=1.36&r2=1.37
Index: hb-install-ppc-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- hb-install-ppc-disk.xml 30 Aug 2006 22:52:28 -0000 1.36
+++ hb-install-ppc-disk.xml 2 Nov 2006 20:49:38 -0000 1.37
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v 1.36 2006/08/30 22:52:28 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v 1.37 2006/11/02 20:49:38 nightmorph Exp $ -->
<sections>
-<version>7.0</version>
-<date>2006-08-30</date>
+<version>7.1</version>
+<date>2006-11-02</date>
<section>
<title>Introduction to Block Devices</title>
@@ -392,19 +392,20 @@
<p>
<b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
-journaling for fast recovery in addition to other enhanced journaling modes like
-full data and ordered data journaling. ext3 is a very good and reliable
-filesystem.
+journaling for fast recovery in addition to other enhanced journaling modes
+like full data and ordered data journaling. It uses a hashed B*-tree index that
+enables high performance in almost all situations. In short, ext3 is a very
+good and reliable filesystem.
</p>
<p>
-<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
-performance and greatly outperforms both ext2 and ext3 when dealing with small
-files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
-extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is
-solid and usable as both general-purpose filesystem and for extreme cases such
-as the creation of large filesystems, the use of many small files, very large
-files and directories containing tens of thousands of files.
+<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
+performance and greatly outperforms both ext2 and ext3 when dealing with small
+files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
+extremely well and has metadata journaling. ReiserFS is solid and usable as
+both general-purpose filesystem and for extreme cases such as the creation of
+large filesystems, very large files and directories containing tens of
+thousands of small files.
</p>
<p>
1.27 xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?r1=1.26&r2=1.27
Index: hb-install-sparc-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- hb-install-sparc-disk.xml 1 Sep 2006 12:56:43 -0000 1.26
+++ hb-install-sparc-disk.xml 2 Nov 2006 20:49:38 -0000 1.27
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.26 2006/09/01 12:56:43 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.27 2006/11/02 20:49:38 nightmorph Exp $ -->
<sections>
-<version>3.0</version>
-<date>2006-09-01</date>
+<version>3.1</version>
+<date>2006-11-02</date>
<section>
<title>Introduction to Block Devices</title>
@@ -511,9 +511,10 @@
</p>
<p>
-<b>ext3</b> is the journaled version of the ext2 filesystem. It provides
-metadata journaling for fast recovery as well as other enhanced journaling
-modes like full-data and ordered-data journaling. Ext3 makes an excellent and
+<b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
+journaling for fast recovery in addition to other enhanced journaling modes
+like full data and ordered data journaling. It uses a hashed B*-tree index that
+enables high performance in almost all situations. Ext3 makes an excellent and
reliable alternative to ext2.
</p>
1.5 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?r1=1.4&r2=1.5
Index: hb-install-x86+amd64-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-x86+amd64-disk.xml 28 Oct 2006 09:17:55 -0000 1.4
+++ hb-install-x86+amd64-disk.xml 2 Nov 2006 20:49:38 -0000 1.5
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.4 2006/10/28 09:17:55 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.5 2006/11/02 20:49:38 nightmorph Exp $ -->
<sections>
@@ -535,19 +535,20 @@
<p>
<b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
-journaling for fast recovery in addition to other enhanced journaling modes like
-full data and ordered data journaling. ext3 is a very good and reliable
-filesystem.
+journaling for fast recovery in addition to other enhanced journaling modes
+like full data and ordered data journaling. It uses a hashed B*-tree index that
+enables high performance in almost all situations. In short, ext3 is a very
+good and reliable filesystem.
</p>
<p>
-<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
-performance and greatly outperforms both ext2 and ext3 when dealing with small
-files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
-extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is
-solid and usable as both general-purpose filesystem and for extreme cases such
-as the creation of large filesystems, the use of many small files, very large
-files and directories containing tens of thousands of files.
+<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
+performance and greatly outperforms both ext2 and ext3 when dealing with small
+files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
+extremely well and has metadata journaling. ReiserFS is solid and usable as
+both general-purpose filesystem and for extreme cases such as the creation of
+large filesystems, very large files and directories containing tens of
+thousands of small files.
</p>
<p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-11-02 20:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-02 20:49 [gentoo-doc-cvs] cvs commit: hb-install-alpha-disk.xml hb-install-arm-disk.xml hb-install-hppa-disk.xml hb-install-ia64-disk.xml hb-install-mips-disk.xml hb-install-ppc64-disk.xml hb-install-ppc-disk.xml hb-install-sparc-disk.xml hb-install-x86+amd64-disk.xml Josh Saddler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox