public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
From: Josh Saddler <nightmorph@stork.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: hb-install-hppa-disk.xml hb-install-ppc-disk.xml hb-install-ppc64-disk.xml hb-install-sparc-disk.xml
Date: Tue, 26 Jun 2007 07:07:27 +0000	[thread overview]
Message-ID: <E1I3595-0002Ei-Fj@stork.gentoo.org> (raw)

nightmorph    07/06/26 07:07:27

  Modified:             hb-install-hppa-disk.xml hb-install-ppc-disk.xml
                        hb-install-ppc64-disk.xml hb-install-sparc-disk.xml
  Log:
  fixing tree type confusion. spank whoever told me to add that ext3 stuff in the first place, and me for blindly adding it. all fixed now; also fixed reiserfs, since it's actually B+, not B*

Revision  Changes    Path
1.5                  xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml?r1=1.4&r2=1.5

Index: hb-install-hppa-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hb-install-hppa-disk.xml	7 May 2007 18:11:42 -0000	1.4
+++ hb-install-hppa-disk.xml	26 Jun 2007 07:07:27 -0000	1.5
@@ -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/2007.0/hb-install-hppa-disk.xml,v 1.4 2007/05/07 18:11:42 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-hppa-disk.xml,v 1.5 2007/06/26 07:07:27 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.0</version>
-<date>2007-05-07</date>
+<version>8.1</version>
+<date>2007-06-26</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -212,14 +212,14 @@
 
 <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. 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.
+journaling for fast recovery in addition to other enhanced journaling modes like
+full data and ordered data journaling. It uses an HTree 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
+<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



1.10                 xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml?r1=1.9&r2=1.10

Index: hb-install-ppc-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- hb-install-ppc-disk.xml	9 May 2007 00:52:08 -0000	1.9
+++ hb-install-ppc-disk.xml	26 Jun 2007 07:07:27 -0000	1.10
@@ -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/2007.0/hb-install-ppc-disk.xml,v 1.9 2007/05/09 00:52:08 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc-disk.xml,v 1.10 2007/06/26 07:07:27 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.1</version>
-<date>2007-05-08</date>
+<version>8.2</version>
+<date>2007-06-26</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -520,14 +520,14 @@
 
 <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. 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 and is highly recommended for most installs.
+journaling for fast recovery in addition to other enhanced journaling modes like
+full data and ordered data journaling. It uses an HTree 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
+<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



1.7                  xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-disk.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-disk.xml?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-disk.xml?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-disk.xml?r1=1.6&r2=1.7

Index: hb-install-ppc64-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-disk.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- hb-install-ppc64-disk.xml	8 May 2007 21:17:07 -0000	1.6
+++ hb-install-ppc64-disk.xml	26 Jun 2007 07:07:27 -0000	1.7
@@ -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/2007.0/hb-install-ppc64-disk.xml,v 1.6 2007/05/08 21:17:07 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-ppc64-disk.xml,v 1.7 2007/06/26 07:07:27 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.0</version>
-<date>2007-05-07</date>
+<version>8.1</version>
+<date>2007-06-26</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -588,14 +588,14 @@
 
 <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. 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.
+journaling for fast recovery in addition to other enhanced journaling modes like
+full data and ordered data journaling. It uses an HTree 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
+<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



1.6                  xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-disk.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-disk.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-disk.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-disk.xml?r1=1.5&r2=1.6

Index: hb-install-sparc-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-disk.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hb-install-sparc-disk.xml	7 May 2007 18:11:42 -0000	1.5
+++ hb-install-sparc-disk.xml	26 Jun 2007 07:07:27 -0000	1.6
@@ -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/2007.0/hb-install-sparc-disk.xml,v 1.5 2007/05/07 18:11:42 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-disk.xml,v 1.6 2007/06/26 07:07:27 nightmorph Exp $ -->
 
 <sections>
 
-<version>8.0</version>
-<date>2007-05-07</date>
+<version>8.1</version>
+<date>2007-06-26</date>
 
 <section>
 <title>Introduction to Block Devices</title>
@@ -503,7 +503,7 @@
 <p>
 <b>ext2</b> is the tried-and-true Linux filesystem. It does not support
 journaling, which means that periodic checks of ext2 filesystems at startup
-can be quite time-consuming.  There is quite a selection of newer-generation
+can be quite time-consuming. There is quite a selection of newer-generation
 journaled filesystems that can be checked for consistency very quickly at
 startup, and are therefore generally preferred over their non-journaled
 counterparts. In general, journaled filesystems prevent long delays when a
@@ -511,11 +511,11 @@
 </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. It uses a hashed B*-tree
-index that enables high performance in almost all situations. Ext3 makes an
-excellent and reliable alternative to ext2.
+<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 an HTree index that enables high
+performance in almost all situations. In short, ext3 is a very good and reliable
+filesystem.
 </p>
 
 </body>



-- 
gentoo-doc-cvs@gentoo.org mailing list



             reply	other threads:[~2007-06-26  7:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-26  7:07 Josh Saddler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-03-01 14:15 [gentoo-doc-cvs] cvs commit: hb-install-hppa-disk.xml hb-install-ppc-disk.xml hb-install-ppc64-disk.xml hb-install-sparc-disk.xml Xavier Neys
2006-08-17  2:09 Josh Saddler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1I3595-0002Ei-Fj@stork.gentoo.org \
    --to=nightmorph@stork.gentoo.org \
    --cc=docs-team@lists.gentoo.org \
    --cc=gentoo-doc-cvs@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox