The POSIX talk is pointless
The POSIX talk is pointless
Posted Mar 17, 2009 7:09 UTC (Tue) by rahulsundaram (subscriber, #21946)In reply to: The POSIX talk is pointless by sbergman27
Parent article: Garrett: ext4, application expectations and power management
The patches fix the behaviour to match application usage patterns and reliability doesn't seem to be affected anymore than Ext3 for the typical use cases plus you get a nice performance benefit.
Ext3 avoids fragmentation to a good extend but it is still possible to run into situations where the filesystem is badly fragmented especially as you get closer to reaching your storage limits. Ext4 improves the fairly simple and stupid allocation method in Ext3 with a more intelligent one. A online defragmenter is a additional feature and not a replacement of the allocator.
