Whamcloud - gitweb
tune2fs.8.in, mke2fs.8.in: Document the dir_index filesystem
authorTheodore Ts'o <tytso@mit.edu>
Fri, 11 Apr 2003 17:32:31 +0000 (13:32 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 11 Apr 2003 17:32:31 +0000 (13:32 -0400)
feature which can be used with the -O option.

misc/ChangeLog
misc/mke2fs.8.in
misc/tune2fs.8.in

index daf40f9..6f808e2 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-11  Theodore Ts'o  <tytso@mit.edu>
+
+       * tune2fs.8.in, mke2fs.8.in: Document the dir_index filesystem
+               feature which can be used with the -O option.
+
 2003-04-06  Theodore Ts'o  <tytso@mit.edu>
 
        * fsck.c (parse_fstab_line, interpret_type, fsck_device, ignore,
index f275a2f..67ef56e 100644 (file)
@@ -300,9 +300,8 @@ is run on a system which can support them.
 The following filesystem options are supported:
 .RS 1.2i
 .TP
-.B sparse_super
-Create a filesystem with fewer superblock backup copies
-(saves space on large filesystems).
+.B dir_index
+Use hashed b-trees to speed up lookups in large directories.
 .TP
 .B filetype
 Store file type information in directory entries.
@@ -319,6 +318,10 @@ option).
 @JDEV@.I external-journal
 @JDEV@must be created with the same
 @JDEV@block size as the filesystems that will be using it.
+.TP
+.B sparse_super
+Create a filesystem with fewer superblock backup copies
+(saves space on large filesystems).
 .RE
 .TP
 .B \-q
index 0459b8a..a695554 100644 (file)
@@ -332,8 +332,8 @@ The following filesystem features can be set or cleared using
 .BR tune2fs :
 .RS 1.2i
 .TP
-.B sparse_super
-Limit the number of backup superblocks to save space on large filesystems.
+.B dir_index
+Use hashed b-trees to speed up lookups in large directories.
 .TP
 .B filetype
 Store file type information in directory entries.
@@ -343,6 +343,9 @@ Use a journal to ensure filesystem consistency even across unclean shutdowns.
 Setting the filesystem feature is equivalent to using the 
 .B \-j
 option.
+.TP
+.B sparse_super
+Limit the number of backup superblocks to save space on large filesystems.
 .RE
 .IP
 After setting or clearing