VOOZH about

URL: https://www.phoronix.com/news/Linux-7.1-FSMOUNT-NAMESPACE

⇱ FSMOUNT_NAMESPACE Feature Coming For Linux 7.1 - Phoronix


👁 Phoronix

FSMOUNT_NAMESPACE Feature Coming For Linux 7.1

Written by Michael Larabel in Linux Storage on 11 April 2026 at 07:15 AM EDT. 3 Comments
Among the new VFS features expected to land for the upcoming Linux 7.1 merge window is FSMOUNT_NAMESPACE.

FSMOUNT_NAMESPACE is a new feature developed by Christian Brauner. Using the FSMOUNT_NAMESPACE flag with fsmount() allows creating a new mount namespace with the newly-created file-system attached to a copy of the real root file-system. A namespace file descriptor is returned rather than the O_PATH mount file descriptor.

The intent with FSMOUNT_NAMESPACE is for creating a new file-system and immediately placing it into a new mount namespace via a single operation. This should benefit container runtimes and other namespace-based isolation techniques, rather than having to go via OPEN_TREE_NAMESPACE, such as using an actual file-system for a container rootfs.

👁 FSMOUNT_NAMESPACE


The FSMOUNT_NAMESPACE support is part of the VFS Git branch and thus should be part of the upcoming Linux 7.1 merge window barring any objections from Linus Torvalds or any other last minute issues.

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.