this post was submitted on 18 Mar 2026
93 points (98.9% liked)

Linux

12944 readers
695 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
 

Last week I provided a look at the EXT4 and XFS performance from Linux 6.12 LTS through Linux 7.0 in its current development form. As mentioned in that article and as requested by many Phoronix readers, benchmarks have since wrapped up looking at how the Btrfs copy-on-write file-system performance has evolved since that late 2024 period and all major Linux kernel releases past that Long Term Support version.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] csolisr@hub.azkware.net 2 points 6 days ago (1 children)

Ah bummer... I'm currently using XFS on my server because BTRFS's performance is less than stellar, although I'd love to use it to have native compression

[โ€“] poinck@lemmy.world 1 points 5 days ago* (last edited 5 days ago)

I have use cases for btrfs, xfs and zfs. Somehow ext4 feels legacy or for small systems like Raspberries or when the cloud-image provided is already ext4.

I use BTRFS for personal PCs because of the subvolume feature (since one year or so), ZFS for backup/archive when I need raid and encryption capability without hardware raid and for proxmox. XFS is for large storage servers where hardware raid is already established or very special cases when a lot of inodes are needed.