this post was submitted on 12 Sep 2025
44 points (95.8% liked)

Linux

13572 readers
435 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] stephen01king@piefed.zip 9 points 7 months ago (1 children)

Again, please post proof of what you're saying here. All I've seen from this issue had been his problematic attitude, not his code quality.

[–] just_another_person@lemmy.world -5 points 7 months ago (2 children)

Oh, okay, lazy guy. This is the pedants way of stomping their feet because they refuse to read the obvious that is already out there, you know. Go ahead and be a lil baby because your point is wrong.

Despite this, it has become clear that BcacheFS is rather unstable, with frequent and extensive patches being submitted to the point where [Linus Torvalds] in August of last year pushed back against it, as well as expressing regret for merging BcacheFS into mainline Linux. As covered in the video, [Kent] has pushed users reporting issues to upgrade to the latest Linux kernel to get critical fixes, which really reinforces the notion that BcacheFS is at best an experimental Alpha-level filesystem implementation and should probably not be used with important data or systems.

https://hackaday.com/2025/06/10/the-ongoing-bcachefs-filesystem-stability-controversy/

Literally describes the same behavior here from a different time period: https://www.theregister.com/2025/07/01/bcachefs_may_get_dropped/

[–] stephen01king@piefed.zip 5 points 7 months ago (1 children)

It's unstable because it's a new file system, not because the guy is a shit programmer. Did you even read your second link? It repeats the exact reason we've all tried to tell you, that it was removed because Kent keeps releasing new features during release candidate period.

Also, I don't get why you can't discuss things in a civil manner. Is this why you keep insisting that Kent's project is not being removed because of his attitude, but because of his lack of skill? Are you scared of admitting that your attitude will one day get you treated the same way as Kent's does?

[–] mzan@programming.dev 3 points 7 months ago

Bcachefs was not kicked out because its design and implementation is of bad quality. A bad quality software is something that is: full of bugs; every 4 fixed bugs you introduce a new one; the design is so wrong that it is difficult to add new features; the code is difficult to understand.

If you consider various metrics like irrecoverable loss of data, lines of code, features, Bcachefs is a very good project. It is under development, so the source code is not "stable" and there are frequent updates, but the behavior of the file system is fully under control and it is only improving,