From ccbed85afe9138cac486caf8adcdae80212b8c42 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 11 Apr 2003 13:32:31 -0400 Subject: [PATCH] tune2fs.8.in, mke2fs.8.in: Document the dir_index filesystem feature which can be used with the -O option. --- misc/ChangeLog | 5 +++++ misc/mke2fs.8.in | 9 ++++++--- misc/tune2fs.8.in | 7 +++++-- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/misc/ChangeLog b/misc/ChangeLog index daf40f9..6f808e2 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,8 @@ +2003-04-11 Theodore Ts'o + + * 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 * fsck.c (parse_fstab_line, interpret_type, fsck_device, ignore, diff --git a/misc/mke2fs.8.in b/misc/mke2fs.8.in index f275a2f..67ef56e 100644 --- a/misc/mke2fs.8.in +++ b/misc/mke2fs.8.in @@ -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 diff --git a/misc/tune2fs.8.in b/misc/tune2fs.8.in index 0459b8a..a695554 100644 --- a/misc/tune2fs.8.in +++ b/misc/tune2fs.8.in @@ -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 -- 1.8.3.1