LWN.net Logo

Ext4 filesystem hits Android, no need to fear data loss (ars technica)

Ext4 filesystem hits Android, no need to fear data loss (ars technica)

Posted Dec 28, 2010 21:44 UTC (Tue) by iabervon (subscriber, #722)
In reply to: Ext4 filesystem hits Android, no need to fear data loss (ars technica) by Trelane
Parent article: Ext4 filesystem hits Android, no need to fear data loss (ars technica)

No, actually, a metadata-only sync would *increase* the chance of causing problems over not using anything at all. The necessary operation is to *prevent* writing the metadata until the data has been written.


(Log in to post comments)

Ext4 filesystem hits Android, no need to fear data loss (ars technica)

Posted Jan 1, 2011 19:22 UTC (Sat) by butlerm (subscriber, #13312) [Link]

The necessary operation is to *prevent* writing the metadata until the data has been written.

That can lead to severe performance issues, unless you implement some sort of multiversion concurrency (a la BSD style "soft updates") on all your metadata. There are better ways.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds