Garrett: ext4, application expectations and power management
Garrett: ext4, application expectations and power management
Posted Mar 16, 2009 3:34 UTC (Mon) by drag (guest, #31333)In reply to: Garrett: ext4, application expectations and power management by Nick
Parent article: Garrett: ext4, application expectations and power management
What is so wrong with a file system honoring the order of operations?
I mean if a application does a write then rename, why not wait to commit the rename to disk until after the write is committed?
Nobody is caring if the data is flushed to the drive immediately on a rename; just that the data is on the disk by the time the rename is on the disk. That way if the system crashes then your old copy of the data is still valid.
