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.


cp --reflinkis really cool as well, even if it’s just something you expect from a CoW filesystem. Being able to near instantly duplicate a file or folder and work on its copy (with only the changes taking up space) is very useful.That’s great too!