• Category: Linux/Kernel
  • Status: developing
  • Sources: Phoronix anon-pipe, Phoronix IOmap EXT4/XFS
  • Summary: The Linux 7.2 merge window is taking performance changes after the 7.1 stable release on 2026-06-14. A patch from Breno Leitao of Meta speeds up anon_pipe_write, the function that backs shell pipelines and standard streams, by pre-allocating outside the pipe lock to cut mutex contention found while profiling caching code. A separate VFS change for the IOmap framework skips a redundant memset in iomap_iter() once iteration completes, which Phoronix reports improves IOPS by about 5 percent on ext4 and xfs with NVMe storage under io_uring.
  • Why it matters: Pipe throughput and filesystem IOPS gains land in a mainline cycle that many distributions will ship, benefiting shell-heavy and io_uring workloads without configuration changes.
  • Follow-up: Track the Linux 7.2 merge-window close and the final feature set.

Send feedback on this story