On 9/18/18 10:04 AM, Eric Sandeen wrote: > I cannot help but believe that ext4 occasionally > gets harmed by this choice, because it's absolutely possible that a 4k > metadata write gets only partly-persisted if power fails on a 512/512 disk, > for example. In practice it seems to generally work out ok, but it is going > beyond what the device says it can guarantee. (this may be a bit uninformed on my part, Darrick reminds me that jbd2's careful use of cache flushing & FUA probably means that it won't get burned by a partial 4k metadata update if the power fails.) I'll stop for now and see if Dave wants to chime in on xfs's reliance on the actual atomic IO size for metadata IO. ;) Thanks, -Eric