On-disk format robustness requirements for new filesystems
On-disk format robustness requirements for new filesystems
Posted Aug 20, 2019 9:57 UTC (Tue) by tao (subscriber, #17563)Parent article: On-disk format robustness requirements for new filesystems
I have a hard time accepting the "It's unfair to expect better of new contributions than of pre-existing code (paraphrasing here)" argument.
Pre-existing file-system code can be hard to fix because a.) it might necessitate breaking on-disk format, which is usually a no-go, b.) regressions have a real-world impact.
Ensuring a high level of robustness on the get-go before merging rather than trying to fix it afterwards is practically guaranteeing that these issues won't ever get fixed.
TL;DR: I totally agree with Christoph Hellwig.
