Fedora 45 Looks To Finally Offer Install Support For Stratis Storage
Ever since RHEL deprecated their short-lived Btrfs plans, Red Hat engineers over the past decade have been developing Stratis Storage as their storage management solution leveraging XFS, LUKS, DM, and their Rust-based daemon. While Stratis Storage has been available in Fedora Linux going all the way back to Fedora 28, until now there hasn’t been the option of using it for the root file-system on new Fedora installations. Finally with Fedora 45 … ⌘ Read more
XFS Zone Allocator No Longer Experimental With Linux 7.2
The XFS file-system updates for the Linux 7.2 kernel aren’t too notable with the exception of its zone allocator being promoted from behind its previously-experimental flag… ⌘ Read more
Linux 7.2 Optimization Shows +5% IOPS For EXT4 & XFS After Moving Around Two Lines Of Code
In addition to the surprising impact of /proc/filesystems read optimizations for Linux 7.2, another one of the VFS pull requests for this next kernel version is delivering some nice improvements for EXT4 and XFS around IOmap, the framework that maps file data offsets in memory to their physical locations on storage… ⌘ Read more
Buildroot 2026.05 released
Version\
2026.05 of the Buildroot tool
has been released. Buildroot simplifies and automates the process of
building embedded Linux systems using cross-compilation. Notable
changes in this release include support for Arm Neoverse cores,
addition of XFS rootfs generation, as well as many package updates and
bug fixes. See the CHANGES
file f … ⌘ Read more
Red Hat’s Stratis Storage 3.9 Released With Online Encryption/Decryption/Reencryption
It’s crazy to realize it has been ten years already since Red Hat abandoned their Btrfs plans for Red Hat Enterprise Linux and dropped it, which was a technology preview feature since RHEL6. In its place Red Hat engineers began developing Stratis for next-gen Linux storage with ZFS/Btrfs-like features but instead building atop XFS, LUKS, Device Mapper, and Clevis. After a while since the last major release, Stratis Storage 3 … ⌘ Read more
F2FS, EXT4 & XFS Focus On Fixes For Linux 7.1
The Flash Friendly File-System (F2FS) updates have been merged for the ongoing Linux 7.1 merge window that will wrap up on Sunday. This follows earlier merges for the XFS and EXT4 drivers too… ⌘ Read more
Linux 7.0 Released With New Hardware Support, Optimizations & Self-Healing XFS
As expected the stable Linux 7.0 kernel was just released today in marking this next kernel release. The Linux 7.0 milestone comes due to Linus Torvalds’ preference of bumping the major version number after hitting X.19 as opposed to any single major change, but in any event there are a lot of great improvements and changes to find with this new kernel version. Linux 7.0 is also what’s powering the upcoming Ubuntu 26.04 LTS release… ⌘ Read more
Btrfs Performance From Linux 6.12 To Linux 7.0 Shows Regressions
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. ⌘ Read more
Linux 6.12 Through Linux 7.0 File-System Benchmarks For EXT4 + XFS
Earlier this month were various Linux 7.0 file-system benchmarks showing how XFS is leading the race in the overall upstream Linux file-system performance on this forthcoming kernel. Stemming from that testing some premium supporters requested a fresh look at the historical performance of XFS as well as EXT4. So today’s article is a look at how XFS and EXT4 have performed on every kernel release going back to Linux 6.12 LTS. ⌘ Read more
Linux 7.0 File-System Benchmarks With XFS Leading The Way
With a number of file-system improvements in Linux 6.19 and more file-system optimizations in Linux 7.0, it’s past due for running some fresh file-system benchmarks. Here is a look at how the prominent file-system contenders are performing on the latest Linux 7.0 development kernel. ⌘ Read more
XFS Introducing Autonomous Self-Healing Capabilities With Linux 7.0
The XFS file-system has some interesting new feature work and performance tuning with the Linux 7.0 kernel that will be used by the likes of Fedora 44 and Ubuntu 26.04 LTS this spring… ⌘ Read more
My counter wasn’t incremented because of a seven year old bug … https://github.com/torvalds/linux/commit/8774cf8 #xfs
Does cat /proc/fs/xfs/stat | awk ‘/^ig/{print $1}’ == 0 really mean that i’m not using the inode cache?