Comment 9 for bug 6546

Revision history for this message
Phillip Susi (psusi) wrote :

Some slight modifications to fix corruption on new filesystems with the resize_inode feature.

   * fix-ctime-warnings.dpatch: Fixes some warnings causing build failure
     and possibly incorrect behavior if time_t is not 32 bits
   * Disabled ext3-notwork.dpatch
   * fix-indirect-blocks-for-fixed-inodes.dpatch: Marks indirect blocks
     belonging to fixed inodes as fixed. This fixes a bug that corrupted
     filesystems with reserved inodes, such as the ext3 journal.
   * allow-ext3-journal-move.dpatch: Allows the data blocks of the ext3
     journal inode to be moved instead of treating them as fixed because
     it is a reserved inode
   * boost-pool-size.dpatch: Increases the default buffer size from 2 MB
     to 32 MB for better performance on modern machines