With the never-ending quest for greater I/O performance in the HPC space and the demands all the more relentless in the AI era, the Linux kernel block subsystem activity continues to be as vibrant as ever along with the ongoing innovations in the IO_uring space...

With the never-ending quest for greater I/O performance in the HPC space and the demands all the more relentless in the AI era, the Linux kernel block subsystem activity continues to be as vibrant as ever along with the ongoing innovations in the IO_uring space.
Merged a few days back were all the block and IO_uring feature changes for Linux 7.3. The IO_uring changes are mainly focused around enhancing zero-copy receive "ZCRX", including taking on dynamic area provisioning. There are also various bug fixes and other enhancements. The dynamic area provisioning allows for the memory areas to be allocated and provisioned on-demand rather than needing to be pre-allocated statically.
Interesting over on the block side for Linux 7.3 is RWF_DONTCACHE support for block devices. The RWF_DONTCACHE flag is used for uncached buffered I/O via pruning pages from the page cache as soon as the operation completes. Thus relieving pressure from the cache and can help with heavy I/O workloads. With Linux 7.3, RWF_DONTCACHE is now supported on block devices.
RWF_DONTCACHE for block devices should be useful for databases running off raw block devices and other user-space allocations interacting directly with the underlying block device. Tests carried out by Tal Zussman who enabled the RWF_DONTCACHE support for block devices showed very nice read and write benefits from testing on a single block device on a VM:
Other block changes for Linux 7.3 include Clang context analysis support for the NVMe host driver parallelizing NVMe RDMA I/O queue allocation and start-up, Apple NVMe fixes, and various MD RAID enhancements.
All the block feature improvements for Linux 7.3 can be found via this merge.
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Linux 7.3 UBI Adds Support For Per-Device Wear-Leveling Thresholds | 0 | 16.97 | 29-08-2026 |
| 2 | Linux 7.3 Delivers Graphics Driver Improvements From Old GPUs To Next-Gen Hardware | 0 | 10.13 | 23-08-2026 |
| 3 | Linux 7.3 TPM Makes Cleanup Preparations For TrenchBoot | 0 | 13.97 | 28-08-2026 |
| 4 | Linux 7.3 MGLRU Change Helps Executable Code Stays In Memory, Improving Performance | 0 | 11.08 | 27-08-2026 |
| 5 | Linux 7.3 Will Begin Checking USB-C Cables For Alt-Mode Support | 0 | 17.28 | 28-08-2026 |
| 6 | IOmap Improvement For Linux 7.3 Takes EXT4 & XFS Performance Further | 0 | 13.69 | 18-08-2026 |
| 7 | F2FS With Now Handle Multi-Device Flushes In Parallel With Linux 7.3 | 0 | 14.2 | 29-08-2026 |
| 8 | AppArmor In Linux 7.3 Adds Support For User-Space Compressed Policies | 0 | 14.1 | 27-08-2026 |
| 9 | Intel Graphics Driver Support For Xe3 "Peak Bandwidth Threshold" Feature In Linux 7.3 | 0 | 13.1 | 29-07-2026 |
| 10 | Linux 7.3 Better Protects Against Buggy EFI Firmware Taking Down The Rest Of User-Space | 0 | 13.42 | 23-08-2026 |