94
submitted 1 year ago by [email protected] to c/[email protected]

What are some exciting projects that you follow and hope to see progress on?

I'll start!

  • Wayland greeter on SDDM
  • rust support on gcc
  • more Wayland adoption (especially VSCodium & Firefox forks)
  • Reproducible Build
  • ReactOS
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 12 points 1 year ago
  • bcachefs
  • the EEVDF scheduler
[-] [email protected] 2 points 1 year ago

it sucks that bcachefs cannot be run as a dkms as it cannot be run as a module (only built-in)

[-] [email protected] 3 points 1 year ago

It is coming in 6.7, I think. What are the advantages of bcachefs over something like ext4 or btrfs?

[-] [email protected] 4 points 1 year ago

All the advantages of btrfs + the ability to combine SSDs and HDDs in a way that maximizes speed and space.

[-] [email protected] 2 points 1 year ago

Isn't that what I'm already doing with standard bcache + btrfs?

[-] [email protected] 1 points 1 year ago* (last edited 1 year ago)

I had bcache + btrfs (RAID1) before this but it was a huge waste of space because bcache had to cache two identical copies of the data in order to be effective (since BTRFS and bcache don't communicate and BTRFS picks from a random disk); that's half as much cache.

With Bcachefs everything is integrated so it knows to cache only one copy in RAID1 (and it doesn't even need to hold two HDD copies, the fast/"cached" copy counts). Data is read from the fastest source and every resource is best utilized.

[-] [email protected] 1 points 1 year ago
[-] [email protected] 1 points 1 year ago* (last edited 1 year ago)

It has RAID modes and it intelligently rearranges data s.t. commonly used files are stored in a fast drive and fetched from there, whereas BTRFS will write to and read from a "random" drive regardless of its speed.

The previous solution of using btrfs raid1 + bcache (not the FS) separately was very wasteful because the cache had to store both/all copies of the data since btrfs picks a random drive to read from.

[-] [email protected] 2 points 1 year ago

Does it provide any advantages for home users? I can see how this could be useful in enterprise settings, but does it benefit regular desktop users?

[-] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Yes, lots of storage space with redundancy and the speed advantage of an SSD. If you have enough data where a pair of reasonably priced SSDs is not enough then it is highly advantageous to combine them with (cheaper/bigger) HDDs.

Personally I would not consider a filesystem without data redundancy for my personal files, and I have enough pictures to fill some hard drives but I don't like waiting for them to load.

load more comments (5 replies)
load more comments (5 replies)
load more comments (6 replies)
this post was submitted on 20 Sep 2023
94 points (98.0% liked)

Linux

47345 readers
1150 users here now

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.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS