Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-alpha-disk.xml hb-install-hppa-disk.xml hb-install-ppc64-disk.xml hb-install-ppc-disk.xml hb-install-sparc-disk.xml
Date: Thu, 02 Nov 2006 20:48:10
Message-Id: 20061102204757.CF73864BAA@smtp.gentoo.org
1 nightmorph 06/11/02 20:47:57
2
3 Modified: hb-install-alpha-disk.xml hb-install-hppa-disk.xml
4 hb-install-ppc64-disk.xml hb-install-ppc-disk.xml
5 hb-install-sparc-disk.xml
6 Log:
7 Reworded reiserfs and ext3 descriptions for bug 153518
8
9 Revision Changes Path
10 1.2 xml/htdocs/doc/en/handbook/2006.1/hb-install-alpha-disk.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-alpha-disk.xml?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-alpha-disk.xml?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-alpha-disk.xml?r1=1.1&r2=1.2
15
16 Index: hb-install-alpha-disk.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-alpha-disk.xml,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- hb-install-alpha-disk.xml 30 Aug 2006 20:17:31 -0000 1.1
23 +++ hb-install-alpha-disk.xml 2 Nov 2006 20:47:57 -0000 1.2
24 @@ -4,12 +4,12 @@
25 <!-- The content of this document is licensed under the CC-BY-SA license -->
26 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
27
28 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-alpha-disk.xml,v 1.1 2006/08/30 20:17:31 nightmorph Exp $ -->
29 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-alpha-disk.xml,v 1.2 2006/11/02 20:47:57 nightmorph Exp $ -->
30
31 <sections>
32
33 -<version>7.0</version>
34 -<date>2006-08-30</date>
35 +<version>7.1</version>
36 +<date>2006-11-02</date>
37
38 <section>
39 <title>Introduction to Block Devices</title>
40 @@ -662,19 +662,20 @@
41
42 <p>
43 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
44 -journaling for fast recovery in addition to other enhanced journaling modes like
45 -full data and ordered data journaling. ext3 is a very good and reliable
46 -filesystem.
47 +journaling for fast recovery in addition to other enhanced journaling modes
48 +like full data and ordered data journaling. It uses a hashed B*-tree index that
49 +enables high performance in almost all situations. In short, ext3 is a very
50 +good and reliable filesystem.
51 </p>
52
53 <p>
54 -<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
55 -performance and greatly outperforms both ext2 and ext3 when dealing with small
56 -files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
57 -extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is
58 -solid and usable as both general-purpose filesystem and for extreme cases such
59 -as the creation of large filesystems, the use of many small files, very large
60 -files and directories containing tens of thousands of files.
61 +<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
62 +performance and greatly outperforms both ext2 and ext3 when dealing with small
63 +files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
64 +extremely well and has metadata journaling. ReiserFS is solid and usable as
65 +both general-purpose filesystem and for extreme cases such as the creation of
66 +large filesystems, very large files and directories containing tens of
67 +thousands of small files.
68 </p>
69
70 <p>
71
72
73
74 1.2 xml/htdocs/doc/en/handbook/2006.1/hb-install-hppa-disk.xml
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-hppa-disk.xml?rev=1.2&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-hppa-disk.xml?rev=1.2&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-hppa-disk.xml?r1=1.1&r2=1.2
79
80 Index: hb-install-hppa-disk.xml
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-hppa-disk.xml,v
83 retrieving revision 1.1
84 retrieving revision 1.2
85 diff -u -r1.1 -r1.2
86 --- hb-install-hppa-disk.xml 30 Aug 2006 20:17:31 -0000 1.1
87 +++ hb-install-hppa-disk.xml 2 Nov 2006 20:47:57 -0000 1.2
88 @@ -4,12 +4,12 @@
89 <!-- The content of this document is licensed under the CC-BY-SA license -->
90 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
91
92 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-hppa-disk.xml,v 1.1 2006/08/30 20:17:31 nightmorph Exp $ -->
93 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-hppa-disk.xml,v 1.2 2006/11/02 20:47:57 nightmorph Exp $ -->
94
95 <sections>
96
97 -<version>7.0</version>
98 -<date>2006-08-30</date>
99 +<version>7.1</version>
100 +<date>2006-11-02</date>
101
102 <section>
103 <title>Introduction to Block Devices</title>
104 @@ -212,19 +212,20 @@
105
106 <p>
107 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
108 -journaling for fast recovery in addition to other enhanced journaling modes like
109 -full data and ordered data journaling. ext3 is a very good and reliable
110 -filesystem.
111 +journaling for fast recovery in addition to other enhanced journaling modes
112 +like full data and ordered data journaling. It uses a hashed B*-tree index that
113 +enables high performance in almost all situations. In short, ext3 is a very
114 +good and reliable filesystem.
115 </p>
116
117 <p>
118 -<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
119 -performance and greatly outperforms both ext2 and ext3 when dealing with small
120 -files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
121 -extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is
122 -solid and usable as both general-purpose filesystem and for extreme cases such
123 -as the creation of large filesystems, the use of many small files, very large
124 -files and directories containing tens of thousands of files.
125 +<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
126 +performance and greatly outperforms both ext2 and ext3 when dealing with small
127 +files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
128 +extremely well and has metadata journaling. ReiserFS is solid and usable as
129 +both general-purpose filesystem and for extreme cases such as the creation of
130 +large filesystems, very large files and directories containing tens of
131 +thousands of small files.
132 </p>
133
134 <p>
135
136
137
138 1.2 xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc64-disk.xml
139
140 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc64-disk.xml?rev=1.2&view=markup
141 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc64-disk.xml?rev=1.2&content-type=text/plain
142 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc64-disk.xml?r1=1.1&r2=1.2
143
144 Index: hb-install-ppc64-disk.xml
145 ===================================================================
146 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc64-disk.xml,v
147 retrieving revision 1.1
148 retrieving revision 1.2
149 diff -u -r1.1 -r1.2
150 --- hb-install-ppc64-disk.xml 30 Aug 2006 20:17:31 -0000 1.1
151 +++ hb-install-ppc64-disk.xml 2 Nov 2006 20:47:57 -0000 1.2
152 @@ -4,12 +4,12 @@
153 <!-- The content of this document is licensed under the CC-BY-SA license -->
154 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
155
156 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc64-disk.xml,v 1.1 2006/08/30 20:17:31 nightmorph Exp $ -->
157 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc64-disk.xml,v 1.2 2006/11/02 20:47:57 nightmorph Exp $ -->
158
159 <sections>
160
161 -<version>7.0</version>
162 -<date>2006-08-30</date>
163 +<version>7.1</version>
164 +<date>2006-11-02</date>
165
166 <section>
167 <title>Introduction to Block Devices</title>
168 @@ -585,19 +585,20 @@
169
170 <p>
171 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
172 -journaling for fast recovery in addition to other enhanced journaling modes like
173 -full data and ordered data journaling. ext3 is a very good and reliable
174 -filesystem.
175 +journaling for fast recovery in addition to other enhanced journaling modes
176 +like full data and ordered data journaling. It uses a hashed B*-tree index that
177 +enables high performance in almost all situations. In short, ext3 is a very
178 +good and reliable filesystem.
179 </p>
180
181 <p>
182 -<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
183 -performance and greatly outperforms both ext2 and ext3 when dealing with small
184 -files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
185 -extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is
186 -solid and usable as both general-purpose filesystem and for extreme cases such
187 -as the creation of large filesystems, the use of many small files, very large
188 -files and directories containing tens of thousands of files.
189 +<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
190 +performance and greatly outperforms both ext2 and ext3 when dealing with small
191 +files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
192 +extremely well and has metadata journaling. ReiserFS is solid and usable as
193 +both general-purpose filesystem and for extreme cases such as the creation of
194 +large filesystems, very large files and directories containing tens of
195 +thousands of small files.
196 </p>
197
198 <p>
199
200
201
202 1.2 xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc-disk.xml
203
204 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc-disk.xml?rev=1.2&view=markup
205 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc-disk.xml?rev=1.2&content-type=text/plain
206 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc-disk.xml?r1=1.1&r2=1.2
207
208 Index: hb-install-ppc-disk.xml
209 ===================================================================
210 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc-disk.xml,v
211 retrieving revision 1.1
212 retrieving revision 1.2
213 diff -u -r1.1 -r1.2
214 --- hb-install-ppc-disk.xml 30 Aug 2006 20:17:31 -0000 1.1
215 +++ hb-install-ppc-disk.xml 2 Nov 2006 20:47:57 -0000 1.2
216 @@ -4,12 +4,12 @@
217 <!-- The content of this document is licensed under the CC-BY-SA license -->
218 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
219
220 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc-disk.xml,v 1.1 2006/08/30 20:17:31 nightmorph Exp $ -->
221 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-ppc-disk.xml,v 1.2 2006/11/02 20:47:57 nightmorph Exp $ -->
222
223 <sections>
224
225 -<version>7.0</version>
226 -<date>2006-08-30</date>
227 +<version>7.1</version>
228 +<date>2006-11-02</date>
229
230 <section>
231 <title>Introduction to Block Devices</title>
232 @@ -392,19 +392,20 @@
233
234 <p>
235 <b>ext3</b> is the journaled version of the ext2 filesystem, providing metadata
236 -journaling for fast recovery in addition to other enhanced journaling modes like
237 -full data and ordered data journaling. ext3 is a very good and reliable
238 -filesystem.
239 +journaling for fast recovery in addition to other enhanced journaling modes
240 +like full data and ordered data journaling. It uses a hashed B*-tree index that
241 +enables high performance in almost all situations. In short, ext3 is a very
242 +good and reliable filesystem.
243 </p>
244
245 <p>
246 -<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
247 -performance and greatly outperforms both ext2 and ext3 when dealing with small
248 -files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
249 -extremely well and has metadata journaling. As of kernel 2.4.18+, ReiserFS is
250 -solid and usable as both general-purpose filesystem and for extreme cases such
251 -as the creation of large filesystems, the use of many small files, very large
252 -files and directories containing tens of thousands of files.
253 +<b>ReiserFS</b> is a B*-tree based filesystem that has very good overall
254 +performance and greatly outperforms both ext2 and ext3 when dealing with small
255 +files (files less than 4k), often by a factor of 10x-15x. ReiserFS also scales
256 +extremely well and has metadata journaling. ReiserFS is solid and usable as
257 +both general-purpose filesystem and for extreme cases such as the creation of
258 +large filesystems, very large files and directories containing tens of
259 +thousands of small files.
260 </p>
261
262 <p>
263
264
265
266 1.3 xml/htdocs/doc/en/handbook/2006.1/hb-install-sparc-disk.xml
267
268 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-sparc-disk.xml?rev=1.3&view=markup
269 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-sparc-disk.xml?rev=1.3&content-type=text/plain
270 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-sparc-disk.xml?r1=1.2&r2=1.3
271
272 Index: hb-install-sparc-disk.xml
273 ===================================================================
274 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-sparc-disk.xml,v
275 retrieving revision 1.2
276 retrieving revision 1.3
277 diff -u -r1.2 -r1.3
278 --- hb-install-sparc-disk.xml 4 Sep 2006 20:58:13 -0000 1.2
279 +++ hb-install-sparc-disk.xml 2 Nov 2006 20:47:57 -0000 1.3
280 @@ -4,12 +4,12 @@
281 <!-- The content of this document is licensed under the CC-BY-SA license -->
282 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
283
284 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-sparc-disk.xml,v 1.2 2006/09/04 20:58:13 nightmorph Exp $ -->
285 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2006.1/hb-install-sparc-disk.xml,v 1.3 2006/11/02 20:47:57 nightmorph Exp $ -->
286
287 <sections>
288
289 -<version>7.1</version>
290 -<date>2006-09-04</date>
291 +<version>7.2</version>
292 +<date>2006-11-02</date>
293
294 <section>
295 <title>Introduction to Block Devices</title>
296 @@ -513,8 +513,9 @@
297 <p>
298 <b>ext3</b> is the journaled version of the ext2 filesystem. It provides
299 metadata journaling for fast recovery as well as other enhanced journaling
300 -modes like full-data and ordered-data journaling. Ext3 makes an excellent and
301 -reliable alternative to ext2.
302 +modes like full-data and ordered-data journaling. It uses a hashed B*-tree
303 +index that enables high performance in almost all situations. Ext3 makes an
304 +excellent and reliable alternative to ext2.
305 </p>
306
307 </body>
308
309
310
311 --
312 gentoo-doc-cvs@g.o mailing list