Posted Mar 13, 2009 8:54 UTC (Fri) by michaeljt (subscriber, #39183)
In reply to: ext4 and data loss by michaeljt
Parent article: ext4 and data loss
In fact, one could sum up the idea as a mini-log filesystem on top of the normal filesystem, acting as a cache for things that can't immediately be written out to the real filesystem. Actually, I could imagine something like that existing outside of the actual filesystem code, but handled separately by the kernel, with the log either a pre-allocated file on the filesystem or a set of pre-allocated blocks on a swap device.