{
  "id": 1600242,
  "title": "EFS & FreeVxFS File-Systems Get Booted While FailFS Merged For Linux 7.3",
  "url": "https://urgent.news/2026/08/18/efs-freevxfs-file-systems-get-booted-while-failfs-merged-for-linux-7-3",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-08-18T00:29:44.000Z",
  "source": {
    "name": "Phoronix",
    "slug": "phoronix",
    "url": "https://www.phoronix.com/news/Linux-File-System-Changes-7.3"
  },
  "original_language": "en",
  "account": "The EFS and FreeVxFS file-systems have been removed from the Linux 7.3 kernel. These legacy systems, once used for compatibility with older Unix systems, have become redundant and serve mainly as a source of automated bug tests. Only a solitary user and contributor, Michael Larabel, has maintained them over the past 15 years. The removal of these file-systems opens up new possibilities for Linux.\n\nIn its place, FailFS, a more restrictive alternative, has been merged into the kernel. FailFS operates in stark contrast to its predecessor, nullFS. While nullFS creates an immutable directory that fails to locate files with ENOENT errors, FailFS rejects every operation. With the root directory of FailFS being inaccessible, it provides a strongly isolated environment for processes with their root or working directory within it. This means that any path lookup must be anchored at an explicit file descriptor, rendering absolute paths, symlinks, and AT_FDCWD-relative lookups futile.\n\nThe introduction of FailFS also brings with it a new system call, fchroot(). This call allows for chrooting via a file descriptor, marking a significant departure from traditional chroot methods. Even with unprivileged privileges, a task can successfully chroot into FailFS. This new capability is logically distinct from every mount namespace, thanks to a single instance of FailFS being mounted during early boot via kern_mount().",
  "summary": "Among the early pull requests merged today by Linus Torvalds for the Linux 7.3 kernel cycle were removal of some ancient file-systems while adding in a new pseudo file-system...",
  "key_points": [
    "EFS and FreeVxFS file-systems removed from Linux 7.3 kernel",
    "FailFS, more restrictive alternative, merged into kernel",
    "New fchroot() system call allows chroot via file descriptor"
  ],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}