Solving the ext3 latency problem
Solving the ext3 latency problem
Posted Apr 19, 2009 22:50 UTC (Sun) by bojan (subscriber, #14302)In reply to: Solving the ext3 latency problem by tytso
Parent article: Solving the ext3 latency problem
> Chris Mason is also working on a data=guarded mode, which will cause files to be truncated (much like delayed allocation) on a crash with ext3. I will look into porting this mode into ext4, if it proves to be enough of a performance advantage for ext4 over data=ordered, and yet providing a tiny bit more safety than data=writeback. It's not clear to me that it will be worth it for ext4, however.
Unless there is a significant performance penalty by updating metadata only after the data has been written, instead of having another mode, this is probably how writeback mode should work.
