summaryrefslogtreecommitdiff
path: root/tests/f_uninit_restart_fsck
Commit message (Collapse)AuthorAgeFilesLines
* e2fsck: update the bg_checksum after fixing problems in the bg descriptorTheodore Ts'o2021-12-101-4/+0
| | | | | | | | Otherwise, we break the block group descriptor's checksum, and while this gets fixed by e2fsck, it results unnecessary messages printed or questions asked of the system administrator. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
* tests: add tests for uninitialized bitmapsAndreas Dilger2019-08-184-0/+44
Various tests for handing uninitialized block and inode bitmaps, and inodes beyond the in-use high watermark. Signed-off-by: Andreas Dilger <andreas.dilger@intel.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>