diff options
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 088b5cf2..6658a5bc 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +1998-07-09 Theodore Ts'o <tytso@rsts-11.mit.edu> + + * Release of E2fsprogs 1.12 + 1998-07-05 Theodore Ts'o <tytso@rsts-11.mit.edu> * f_swapfs: Fix script to ignore the version string header which @@ -9,6 +13,16 @@ 64-bit size files. (/MAKEDEV had i_dir_acl, now i_size_high, set.) +1998-02-20 Theodore Y. Ts'o <tytso@edt.mit.edu> + + * f_badinode: Set the immutable flag on the block and + character device so that e2fsck notices them as bad + devices, and offers to fix them. E2fsck currently + only checks devices with the immutable flag set, since + otherwise there might be some false positives --- the + kernel doesn't always clear the all of i_blocks[n], + n>=4, due to a race condition. + Sat Oct 25 18:38:56 1997 Theodore Ts'o <tytso@rsts-11.mit.edu> * Add scripts to skip the e_brel_bma and e_irel_ima tests (since |