f_miss_blk_bmap: Add new test which checks for bug in e2fsck

where it wouldn't allocate a missing block bitmap on
	filesystems with a blocksize of 2k or 4k.
bitmap-optimize
Theodore Ts'o 2001-11-26 20:00:07 -05:00
parent 24bfb443fc
commit aa4a58ba24
5 changed files with 33 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2001-11-26 Theodore Tso <tytso@valinux.com>
* f_miss_blk_bmap: Add new test which checks for bug in e2fsck
where it wouldn't allocate a missing block bitmap on
filesystems with a blocksize of 2k or 4k.
2001-10-07 Theodore Tso <tytso@valinux.com>
* f_bad_local_jnl: New test which tests for a V2 journal with bad

View File

@ -0,0 +1,19 @@
Pass 1: Checking inodes, blocks, and sizes
Relocating group 0's block bitmap to 2...
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
Block bitmap differences: +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +10
Fix? yes
Free blocks count wrong for group #0 (90, counted=89).
Fix? yes
Free blocks count wrong (90, counted=89).
Fix? yes
test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
test_filesys: 11/64 files (0.0% non-contiguous), 11/100 blocks
Exit status is 1

View File

@ -0,0 +1,7 @@
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
test_filesys: 11/64 files (0.0% non-contiguous), 11/100 blocks
Exit status is 0

Binary file not shown.

View File

@ -0,0 +1 @@
missing block bitmap