Linus Torvalds Announces First Linux Kernel 6.7 Release Candidate (9to5linux.com)
from petsoi@discuss.tchncs.de to linux@lemmy.ml on 13 Nov 2023 06:46
https://discuss.tchncs.de/post/6213623

#linux

threaded - newest

[deleted] on 13 Nov 2023 06:58 collapse

.

PropaGandalf@lemmy.world on 13 Nov 2023 07:02 next collapse

Yes! I’m eagarly waiting for bcachefs to land.

Namstel@lemmy.one on 13 Nov 2023 07:40 next collapse

As a Linux noob I first thought you were just facerolling on your keyboard. But then I read it as b-cache-fs. It’s a new file system, I take it?

PropaGandalf@lemmy.world on 13 Nov 2023 08:01 next collapse

Exactly! It is a new Btrfs competitor and OpenZFS alternative that is built upon the bcache codebase.

Valmond@lemmy.mindoki.com on 13 Nov 2023 08:26 next collapse

Any more info for a geek without too much time?

petsoi@discuss.tchncs.de on 13 Nov 2023 12:24 collapse

en.wikipedia.org/wiki/Bcachefs

Valmond@lemmy.mindoki.com on 13 Nov 2023 13:04 next collapse

Nice, thank you!

tetris11@lemmy.ml on 13 Nov 2023 16:48 collapse

Features include caching,[4] full file-system encryption using the ChaCha20 and Poly1305 algorithms,[5] native compression[4] via LZ4, gzip[6] and Zstandard,[7] snapshots,[4] CRC-32C and 64-bit checksumming.[3] It can span block devices, including in RAID configurations.

The main takeaway from the article is that the developer’s name is Kent Overstreet, who beat his bitter rival Surrey Underpath, who are both canonically related to famed developer Cornwall Midroad.

tetris11@lemmy.ml on 13 Nov 2023 16:54 collapse

Any word on RAM requirements?

sxan@midwest.social on 14 Nov 2023 15:59 collapse

As someone else said, it’s similar to btrfs. bcachefs has a lot of functional overlap with btrfs, which is great. There have also been a few benchmarks showing that bcachesfs is faster for some situations (cold-cache warming, IIRC). One of the big advantages over btrfs is that bcachefs’s RAID is more robust - several of btrfs’s RAID levels have been marked as experimental and prone to data loss, for years. There’s been improvement in btrfs RAID lately; the skeptic in me believes this is directly a result of pressure from bcachefs, which is in a position to become a favored fs in Linux.

Treczoks@kbin.social on 13 Nov 2023 15:24 collapse

And I'm waiting until bcachefs has sufficiently spread so I can see whether it really works or not.

IAm_A_Complete_Idiot@sh.itjust.works on 13 Nov 2023 07:22 next collapse

Second person excited for bcachefs, I’m planning on swapping over as soon as it supports scrubbing.

XTL@sopuli.xyz on 13 Nov 2023 07:45 collapse

I really hope it would be a working one, not like xfs where your files may just disappear with no trace (never on Irix, never on any other fs) or like btrfs which may just suddenly go read only and be dead on reboot with no fsck and all data unreachable.

How hard is it to get the basics right? Doesn’t matter how much rice there is if it keeps blowing up.

KISSmyOS@lemmy.world on 13 Nov 2023 08:32 collapse

This is why I still use EXT4 and a daily full disk image backup.

XTL@sopuli.xyz on 13 Nov 2023 12:39 collapse

Me too. I’ve run 30 years with ext and bsd filesystems with no failure. Many years with various UNIX native fs as well. But Linux xfs, reiserfs, btrfs all have resulted in catastrophic failure within a year on several machines. They’re permanently off my list, but I have some hope that someone will get a new fs right.

taladar@sh.itjust.works on 13 Nov 2023 09:45 next collapse

A lot of the time it obviously takes a little while for userland tools to catch up and for distros to include both the new kernel and userland tools for it into their latest versions but once that is done average users certainly do notice differences. Literally all the features that are talked about a lot like BPF or io_uring or all the features that make containers possible were introduced in a kernel release at some point.

warmaster@lemmy.world on 14 Nov 2023 01:02 collapse

Example:

Nvidia GSP in Nouveau:

Any video related improvement is a must-have for gamers. This release will improve Nvidia support in the open source driver.