News › linux
By Zayden R., August 27, 2026
Linux 7.3 introduces significant NFS improvements, including CB_NOTIFY support for NFSv4.1 and optimized I/O submission. These updates enhance server-client interactions and reduce resource overhead, making it a noteworthy release for system administrators.
Linux 7.3 has ushered in a series of noteworthy improvements to the Network File-System (NFS), with updates for both the client and server code. These enhancements, which have been merged just in time for the closing Linux 7.3 merge window, promise to optimize file system operations and bolster server-client interactions.
On the server side, the NFSD has received CB_NOTIFY support for NFSv4.1 directory delegations. This feature lets the server promptly recall a delegation whenever directory changes occur, thanks to FSNOTIFY monitoring. It's a prudent step forward that could streamline operations by ensuring that directory changes are efficiently communicated. Additionally, the NFSD has continued to expand its Netlink support, a project initiated in the previous cycle. This effort reflects a clear direction toward more sophisticated network communication protocols. Moreover, the service thread-pool has been eliminated, opting instead for per-node handling, which is more aligned with current NFS hosting practices. This change should appeal to sysadmins looking to reduce resource overhead.
On the client front, the updates are primarily a collection of fixes, but there are a few standout features. Notably, there's optimized I/O submission when not performing memory reclaim, and an NFSv4.2 feature enabling servers to specify that file data might not be cached. These changes could lead to smoother performance and better resource management.
For Linux engineers and system administrators, these NFS updates in Linux 7.3 could translate to more efficient file system operations and improved server-client interactions. As always, engineers should keep an eye on the specific changes and consider how these might impact their own systems and workflows.
The Linux Camp teaches these topics as hands-on labs on real virtual machines, verified as you type.