Merged back in Linux 7.3 was NULLFS as a "completely catatonic minimal pseudo filesystem". Now expected for Linux 7.3 is its sibling: FailFS...

Merged back in Linux 7.3 was NULLFS as a "completely catatonic minimal pseudo filesystem". Now expected for Linux 7.3 is its sibling: FailFS.
NULLFS is providing a permanently empty and immutable directory where lookups fail with ENOENT as the error code for no such file/directory. With the forthcoming FailFS, every operation reaching the filesystem returns EOPNOTSUPP, the Linux error code for operation not supported.
Christian Brauner explained in the merge queuing up FailFS Into the VFS.git's "vfs-7.3.failfs" Git branch:
"There is a single instance of failfs mounted during early boot via kern_mount() making it logically distinct from every mount namespace.Since the mount is a member of no mount namespace mounting onto it fails. So nothing can ever be mounted on top of it. It cannot be cloned via OPEN_TREE_CLONE and it does not show up in statmount()/listmount() or /proc/
/mountinfo. The filesystem is not registered so it is not visible in /proc/filesystems and cannot be mounted from userspace.This lets tasks shed their filesystem state completely. A process with its root directory or working directory in failfs must anchor every path lookup at an explicit file descriptor or is doomed to fail any lookup. Absolute paths, absolute symlinks, and AT_FDCWD-relative lookups simply fail. Followup patches will expose it via a new FD_FAILFS_ROOT file descriptor sentinel understood by fchdir() and the new fchroot() system call.
Fun fact, because of how dynamic binary execution work with PT_INTERP this also currently prevents execution of dynamic binaries because loaders have absolute paths (see selftests)."
FailFS cannot be cloned, cannot be mounted from user-space, and nothing can be mounted on top of it. The FailFS driver comes in at under two hundred lines of code for the actual driver portion.
With Brauner having queued FailFS into a VFS.git branch and it even being marked for "7.3", expect FailFS to be submitted for the Linux 7.3 merge window later this month -- permitting no objections from Linus Torvalds or other prominent kernel developers.
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Linux 7.3 Expected To Drop The FreeVxFS File-System Driver | 0 | 19.72 | 03-08-2026 |
| 2 | F2FS Integrates FSERROR Reporting, Reduces Memory Footprint In Linux 7.2 | 0 | 5 | 24-06-2026 |
| 3 | Linux 7.3 To Support The Qualcomm Adreno 704 & Adreno 722 GPUs | 0 | 15.76 | 02-08-2026 |
| 4 | Improved GPU Reset Recovery For AMD Kaveri, Hawaii & Other GFX7 GPUs With Linux 7.3 | 0 | 9.93 | 04-08-2026 |
| 5 | Linux 7.3 To Support Realtek RTL8261C & RTL8261D | 0 | 25.31 | 03-08-2026 |
| 6 | NTFS3 Driver Sees Bug Fixes & Minor Improvements With Linux 7.2 | 0 | 5 | 24-06-2026 |
| 7 | Linux 7.3 Adding Support For MCTP-Over-USB v1.1 | 0 | 12.77 | 03-08-2026 |
| 8 | Linux 7.2 Fixes Where PCIe Devices Could Be Inadvertently Restricted To 2.5 GT/s | 0 | 5 | 26-06-2026 |
| 9 | Linux 7.2-rc6 Released: "This RC Is Huge" | 0 | 8.49 | 02-08-2026 |
| 10 | 6 Best Free and Open Source Encrypted FUSE-Based File Systems | 0 | 5 | 11-07-2026 |