summaryrefslogtreecommitdiff
path: root/tests/f_dup_resize
AgeCommit message (Collapse)AuthorFilesLines
2011-09-03tests: skip tests that require debugfs if debugfs has not been builtTheodore Ts'o1-0/+7
Avoid lots of tests failing if e2fsprogs is compiled with --disable-debugfs. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-08-10e2fsck: Fix check to see if an extent-based file is fragmentedTheodore Ts'o1-1/+1
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>
2005-09-24E2fsck: fix future times in the superblock's last mount or last write fieldsTheodore Ts'o1-0/+1
Detect if the superblock's last mount field or last write field is in the future, and offer to fix if so. (Addresses Debian Bug #327580) Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2005-08-08Add valgrind support to the regression test suiteTheodore Ts'o1-1/+1
Add the --valgrind option to the tests/test_script which allows us to run the e2fsprogs regression test suite under valgrind. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2005-07-04Make e2fsck Pass 1C header consistent with the other headersTheodore Ts'o1-1/+1
Removed the period from the Pass 1C header to make it consistent with the other e2fsck pass headers.
2005-06-19Clean up e2fsck problem description messages for typo's and to make themTheodore Ts'o1-9/+10
easier to understand (sorry, translators). Add new @m (multiply-claimed) and @n (invalid) expansions for e2fsck problem descriptions. Add Dutch translation, and update French translation. Add an explanation of how the @-expansion and %-exapansion works in e2fsck/problem.c to make life easier for the translators. Synchronize and update po files.
2005-05-08Fix the f_dup_resize script to be more portable and not rely on e2fsprogsTheodore Ts'o1-4/+9
already being installed.
2005-04-14Don't offer to update or clone the resize inode when e2fsck deals withTheodore Ts'o4-0/+59
multiply claimed blocks.