Hi all,
ext3-0.0.6b is now available at the usual places:
ftp.*.kernel.org:/pub/linux/kernel/people/sct/ext3/
and
ftp.uk.linux.org:/pub/linux/sct/fs/jfs/
The only significant change in this release is the fix to the orphan
list recovery, and that fix also affects e2fsprogs, so please pick up
the new e2fsprogs from the same directory when you grab the ext3
release. I've put tarballs, srpms, and rpms for i386 RH6.2 and 7.0
up.
This hopefully puts to rest the problems people have been seeing with
orphan recovery hanging after a crash.
Cheers,
Stephen
----------------------------------------------------------------------
Changes in this release
-----------------------
0.0.6b:
Fix orphan list handling:
* Make sure we reserve inode writes before updating the orphan lists
* Don't read orphan list data structures until we have the superblock lock
* Fix reading of revoke blocks so we don't accidentally revoke the
superblock updates of the orphan list head during recovery.
Should cure the reports of hanging during orphan list recovery after a
crash.