This Linux FS was supposed to change everything–here's the dark reason it failed(howtogeek.com)
howtogeek.com
This Linux FS was supposed to change everything–here's the dark reason it failed
https://www.howtogeek.com/this-linux-filesystem-was-supposed-to-change-everything-heres-the-dark-reason-it-failed/
2 comments
This is an odd article about ReiserFS and has little to do with any generalizations about Linux filesystems. Yes of course Reiser failed when there was one developer and that one developer was arrested for murder. As for B-Tree XFS works just fine for handling large numbers of files/directories. There is something off about this.
But this had a price: high cpu usage. When your filesystem is competing for cpu cycles, you have a problem. In practice, ext2 was the fastest for normal use. Other filesystems added journaling which made them slower on a normal system (update data + journal). Of course, as CPU speed evolved, journaling was becoming faster.
Reiserfs on a 486 was unusable.