Whamcloud - gitweb
debugfs: Add the new command dump_extents and extent the stat command
authorTheodore Ts'o <tytso@mit.edu>
Mon, 27 Jul 2009 02:29:47 +0000 (22:29 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 27 Jul 2009 14:37:20 +0000 (10:37 -0400)
commit187cb623dc8085439d366dceb07bc2191da3c21e
tree0a8f8da43d91ed6b0e065eca7a24abbcaa2410da
parentad751f11ecab50ec78a4b50ae95af3e7b2c4f06a
debugfs: Add the new command dump_extents and extent the stat command

Extend the stat command to display more detailed extent information if
the file uses extent mapping instead of displaying the block map using
the block_iterate funtion.

Add the command dump_extents which displays even more detailed
information about an inode's extent tree.

This commit is an extension of a patch from Curt Wohlgemuth.

Signed-off-by: Curt Wohlgemuth <curtw@google.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debugfs/debug_cmds.ct
debugfs/debugfs.8.in
debugfs/debugfs.c