Linux 7.1 Kernel Officially Released: Rewritten NTFS Driver and Enhanced Hardware Support Headline the Update
- Apple’s Native Linux Container Tool Has Arrived — But Can It Really Replace Docker?
- 60% of MD5 Password Hashes Can Be Cracked in Under an Hour with a Single GPU
- Dirty Frag: Root Access on Every Major Linux Distribution — No Patch, No Warning
- Proton Mail: Data Transferred to FBI Again!
- How Close Are Quantum Computers to Breaking RSA-2048?
- What is the best alternative to Microsoft Office?
Linux 7.1 Kernel Officially Released: Rewritten NTFS Driver and Enhanced Hardware Support Headline the Update
Linus Torvalds has officially announced the stable release of the Linux 7.1 kernel, delivering a fully rewritten NTFS filesystem, broad driver improvements, Intel FRED support, and GPU performance enhancements — cementing it as a significant step forward in hardware compatibility and filesystem reliability.
Release Overview
Linux 7.1 follows Linux 7.0, which shipped in April 2026, and is now available for download from the official kernel archives. As with all stable kernel releases, it will be handed off to various distributions for integration testing and pushed to end users via system updates. Users of more conservative distributions, such as Debian, may not receive this version for a considerable period — or may skip it entirely. Faster-moving distributions like Fedora and Arch Linux are expected to incorporate 7.1 promptly.
With 7.1 now stable, the merge window for the next release, Linux 7.2, has officially opened. Kernel contributors can now begin submitting major new feature patches developed over the past two months. Linux 7.2 is expected to arrive in mid to late August 2026, with the first release candidate (RC1) anticipated around June 28th.
Torvalds noted that he is currently traveling, in a different time zone, and has limited network access, which may affect processing pace during the merge window. He stated he had already captured a batch of early merge requests to handle offline, but did not rule out the possibility of travel disrupting the schedule, while acknowledging he might “somewhat regret” not extending the development cycle.
What’s New in Linux 7.1
The most prominent change in this release is a fully rewritten NTFS filesystem implementation — four years in the making — replacing the existing driver with one that features complete write support via delayed allocation, integration with the kernel’s iomap infrastructure, folio support for improved write performance, and a new suite of userspace utilities called ntfsprogs-plus. The existing ntfs3 driver also receives minor improvements alongside the new implementation.
- ▸New NTFS driver: Full write support, delayed allocation, iomap and folio integration for better stability and efficiency.
- ▸Intel FRED support: Flexible Return and Event Delivery (FRED) is now enabled by default, previously requiring a manual
fred=onboot flag. Targets Intel Panther Lake and later processors. - ▸GPU improvements: Fixes and enhancements for AMD GPU drivers, Intel i915/Arc, and Virtio GPU, with notable performance work for Intel Arc Battlemage and AMD Radeon graphics.
- ▸Btrfs stabilization: The Btrfs shutdown operation is no longer marked experimental, and exFAT now supports
fallocate()pre-allocation. - ▸Storage improvements: Zero-copy I/O support in the ublk user-space block driver, reducing unnecessary data copies. The CIFS client adds
O_TMPFILEtemporary file support. - ▸BPF + io_uring: Linux 7.1 introduces BPF support to io_uring, allowing its main dispatch loop to be replaced by a BPF program.
- ▸Virtualization fixes: Targeted adjustments to MSHV, VMBus, and Hyper-V components.
- ▸Gaming fix: Resolves a long-standing audio issue affecting Steam Deck OLED users.
- ▸Architecture cleanup: i486 CPU support is formally dropped from the kernel build system.
Final Week Before Stable Release
During the final week of development, Torvalds reported no major or alarming changes. Work was concentrated on smaller but widely distributed driver updates across GPU, network, and audio subsystems, as well as network stack fixes, tracing toolchain corrections, and miscellaneous minor bug fixes. The official shortlog documents numerous fixes for driver defects, memory leaks, I/O and USB issues, RDMA, DRM/graphics subsystems, and verification tooling.
Specifically, this release addresses several USB-related heap overflow and buffer overflow vulnerabilities, and corrects use-after-free, memory leak, and reference counting errors in subsystems including I2C, ZRAM, GPIO, and networking components.
Should You Upgrade?
Users on rolling-release distributions such as Arch Linux, or frequently updated distros like Fedora, should expect to receive Linux 7.1 soon. Those on stable-oriented distributions like Debian may wait considerably longer, or receive it only through a point release or hardware enablement stack.
For users who have struggled to get Linux running on specific machines, particularly those with newer NTFS-formatted drives, Intel Panther Lake hardware, or next-generation AMD and Intel GPUs, Linux 7.1 represents a meaningful opportunity to try again. The combination of an improved NTFS driver, enabled-by-default FRED support, and GPU driver enhancements positions this release as one of the more hardware-friendly kernel updates in recent memory.
