When and why to deprecate filesystems
When and why to deprecate filesystems
Posted Mar 7, 2022 21:01 UTC (Mon) by Paf (subscriber, #91811)In reply to: When and why to deprecate filesystems by calumapplepie
Parent article: When and why to deprecate filesystems
No, it means checking the extent reference count, no need to know who's using it. It's not expensive. The other reasons you gave are real downsides, though.
But I do agree that EXT4 is not going to suddenly become a COW file system. For one thing, a COW file system is a different design point that is very far from globally superior to an extent based file system. It is different, with advantages and disadvantages.
It could *conceivably* gain some limited COW capabilities like I believe XFS has, where it can be done optionally for specific files.
