Whamcloud - gitweb
mke2fs.c (PRS): Add warning if using -j and the blocksize is
[tools/e2fsprogs.git] / misc / tune2fs.8.in
index c146a2b..a695554 100644 (file)
@@ -288,7 +288,7 @@ Enable debugging code for this filesystem.
 .B bsdgroups
 Emulate BSD behaviour when creating new files: they will take the group-id
 of the directory in which they were created.  The standard System V behaviour
-is the default, where newly created files take on the fsgid of the crrent
+is the default, where newly created files take on the fsgid of the current
 process, unless the directry has the setgid bit set, in which case it takes 
 the gid from the parent directory, and also gets the setgid bit set if it is 
 directory itself.
@@ -302,6 +302,22 @@ Enable Posix Access Control Lists.
 .B uid16
 Disables 32-bit UIDs and GIDs.  This is for interoperability with
 older kernels which only store and expect 16-bit values.
+.TP
+.B journal_data
+When the filesystem is mounted with journalling enabled, all data
+(not just metadata) is committed into the journal prior to being written
+into the main filesystem.
+.TP
+.B journal_data_ordered
+When the filesystem is mounted with journalling enabled, all data is forced
+directly out to the main file system prior to its metadata being commutted 
+to the journal.
+.TP
+.B journal_data_writeback
+When the filesystem is mounted with journalling enabled, data may be
+written into the main filesystem after its metadata has been commutted
+to the journal.  This may increase throughput, however, it may allow old
+data to appear in files after a crash and journal recovery.
 .RE
 .TP
 .BR \-O " [^]\fIfeature\fR[,...]"
@@ -316,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.
@@ -327,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