What are you most excited when it comes to linux in 2024?

SherlockHawk@lemm.ee to Linux@lemmy.ml – 278 points –

For me it must be kde plasma 6 and the wayland driver for wine.

Edit: I made the question gendered by using the word guys. I've fixed my mistake.

173

You are viewing a single comment

Plasma 6, but just as excited for kernel 6.7 featuring:

  • bcachefs
  • AMD Seamless Boot (for flicker-free streamlined booting)
  • Scheduler improvements for better responsiveness/performance
  • IO_uring FUTEX support for better performance
  • More FUTEX2 work for potentially better gaming performance
  • Better write performance for eMMC chips (great for many IoT boards)
  • TCP network performance improvements
  • DisplayPort Alt Mode 2.1 support over Type-C

What about bcachefs excites you? Like, what does it offer that ext4, Btrfs and zfs don't?

Initial benchmarks show better performance than btrfs (at least for some workloads), but more importanty, I like that it offers tiered/cache storage - so you can use a fast and small drive (NVMe) to speed up a slow and bigger drive (HDD). You can do that with ZFS as well of course, but it doesn't have the massive RAM requirements. Also it's much more easier to set up and configure in comparison.

It's like btrfs, but faster, and less prone to data loss.

Btrfs is data loss prone? OpenSUSE Tumbleweed uses it as default, I assumed it was good enough.

BTRFS is honestly really great and has been for the last few years. Dont take the word of random people on the interwebs, check out some modern sources of info on the subject. Some people love to complain about RAID5/6 but if you use BTRFS the BTRFS way then it is solid.

With that said, if you dont need snapshots, drive mirroring, sub volumes, bit rot protection etc then EXT4 is hard to beat for reliability.

Snapshots changed my life. And I don't exactly demand ultra reliability for my home PC. Thanks for the feedback!

Thats why I'm still on trusty old ext4. Dunno if this is true but I dont want to risk data loss.

Its got a closer feature set to ZFS (tiered storage is going to be huge for me personally), but a much friendlier license. ZFS's licensing drama solidly convinced me not to touch it with a ten meter pole. BTRFS isn't bad as well, I currently use it, but tiered storage is excellent. Was the only reason I used to consider ZFS, but becachefs is getting to have my cake and eat it too.