167
Linux 6.5 Released With AMD P-State EPP Default, USB4 v2, MIDI 2.0 and More Hardware Bits
(www.phoronix.com)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
For those who may not know, bcachefs (bcachefs.org) was written by the same developer as bcache (wikipedia.org) - TIL! I was always confused when reading headlines about bcachefs but never looked into why someone might give their filesystem such a conflicting name. Now it makes sense. I've used bcache briefly and it worked really well for my use case. Anyone using bcachefs that can speak to their own experience? How does it compare to btrfs?
I love it. I have a pool of 9x10tb spinning rust as bulk storage (background target in bcachefs terms) and 6x3.84tb SSD as cache and metadata (foreground, promote, metadata targets). It's proven to be incredibly solid, I've written tons (on the order of 50+tb) to the FS and actually hit a few edge cases during my early testing in terms of scaling limits and the like.
This ~100Tb array replaced a Synology-flavoured btrfs 30Tb which had been running up against capacity limits for a while. I looked into alternative FSes: btrfs RAID wasn't quite there for me, and zfs won't be mainlined.
The only 'not 100% stable' feature is Erasure Coding, which I look forward to enabling at some point in the future.
wow! happy to hear that. May have to play around with it before I fully commit.