commit | d5a8f9a9f25a85b69335915e5dac2a359334b5d7 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Jun 02 20:12:34 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jun 02 20:33:30 2008 -0400 |
tree | 7c4291aeb6735c70f17f29a05d2c823b3bf58f48 | |
parent | 16bd349e1f9e24e5c936a409953264b09b1231db [diff] |
e2fsck: Detect unordered extents in an extent node The logical block numbers must be monotonically increasing, and there must not be any overlapping extents. If any are found, report them as filesystem corruption. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>