Whamcloud - gitweb
debugfs: document htree-related commands in man page
authorEric Sandeen <sandeen@redhat.com>
Wed, 11 May 2011 16:49:07 +0000 (11:49 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 15 May 2011 03:37:22 +0000 (23:37 -0400)
The debugfs commands dirsearch, dx_hash, and htree_dump were
never documented in the man page.  Do so.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/debugfs.8.in

index 41c73fd..f5deb7a 100644 (file)
@@ -187,6 +187,12 @@ master superblock.
 Clear the contents of the inode 
 .IR file .
 .TP
+.I dirsearch filespec filename
+Search the directory
+.I filespec
+for
+.IR filename .
+.TP
 .I dump [-p] filespec out_file
 Dump the contents of the inode 
 .I filespec
@@ -199,6 +205,16 @@ option is given set the owner, group and permissions information on
 to match 
 .IR filespec .
 .TP
+.I dx_hash [-h hash_alg] [-s hash_seed] filename
+Calculate the directory hash of
+.IR filename .
+The hash algorithm specified with
+.I -h
+may be "legacy" "half_md4" or "tea".
+The hash seed specified with
+.I -s
+must be in UUID format.
+.TP
 .I dump_extents [-n] [-l] filespec
 Dump the the extent tree of the inode
 .IR filespec .
@@ -264,6 +280,11 @@ Free the inode specified by
 Print a list of commands understood by 
 .BR debugfs .
 .TP
+.I htree_dump filespec
+Dump the hash-indexed directory
+.IR filespec ,
+showing its tree structure.
+.TP
 .I icheck block ...
 Print a listing of the inodes which use the one or more blocks specified
 on the command line.