All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

WSL 2 virtiofs gets dedicated DMA pools, removing last major file I/O bottleneck

By

Hayden Barnes

8h ago· 4 min readenNews

Summary

WSL 2 has received a performance improvement for cross-OS file access (virtiofs) by giving each virtio device its own dedicated DMA pool. This change, landed in May 2026, removes the last major contention point on the virtiofs path, continuing a lineage of improvements from DrvFs in WSL 1 through Plan 9 to the current virtiofs implementation. The update significantly benefits workflows that frequently cross the Windows/Linux file system boundary.

Key quotes

· 3 pulled
A change landed in WSL 2 in May 2026 that removes one of the last remaining bottlenecks on the virtiofs path.
From DrvFs in WSL 1 to Plan 9 to virtiofs, cross-OS file access in WSL 2 has improved with each generation.
A new change gives each virtio device its own dedicated DMA pool, removing the last major contention point on the virtiofs path.
Snippet from the RSS feed
From DrvFs in WSL 1 to Plan 9 to virtiofs, cross-OS file access in WSL 2 has improved with each generation. A new change gives each virtio device its own dedicated DMA pool, removing the last major contention point on the virtiofs path.

You might also wanna read