summaryrefslogtreecommitdiff
path: root/tests/f_extents2
AgeCommit message (Collapse)AuthorFilesLines
2008-12-22e2fsck: Fix double-counting of non-contiguous extent-based inodesTheodore Ts'o2-2/+2
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-08-10e2fsck: Fix check to see if an extent-based file is fragmentedTheodore Ts'o2-2/+2
Also added support for "e2fsck -E fragcheck" which issues a comprehensive report of discontiguous file extents. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-06-02f_extents2: Add new test case testing e2fsck's support for extentsTheodore Ts'o4-0/+78
This test case tests blocks claimed by multiple inodes, as well as other forms of invalid extents. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>