This is the kind of thing I'm worried about with the project from the beginning bringing in non-technical politics at all. I feel like it's going to add unnecessary hurdles. And I'm sure lunduke loves it. Because that means he can grift attention off of it. But for the project it's probably going to be a net negative.
I fucking hate btrfs so much it's unreal - thinking of reformatting to exfat4
Yeah. Btrfs isn't worth using in my opinion. Nothing it offers, makes dealing with it worth it. And the snapshot thing. Isn't completely worthless, but using it to revert changes to the system to fix problems, at least when I tried using it. Was just a waste of my time, disk space, and CPU cycles. While getting worse performance.
The file system I've really grown to love, and in my opinion is really underrated is xfs. It's not new or fancy and it seems like not that many people know about it even though it's by no means new. The reasons I recommend it are:
it has even better performance than ext4. While still being just about as light. Some people say it's not as fast on smaller files, but that information is outdated, as far as I know even small files should be just as fast now.
It also takes advantage of copy-on-write, and it should automatically work with cp And it allows you to make copies within your file system super fast, without taking up extra disk space until the files actually start to change. (Just the normal CoW behavior).
And one of the most important things to me. Is it just works like a normal filesystem, not needing all the extra subvolume stuff.