Logo of The Linux Kernel

The Linux Kernel

next-20250704

Quick search

Contents

  • Development process
  • Submitting patches
  • Code of conduct
  • Maintainer handbook
  • All development-process docs
  • Core API
  • Driver APIs
  • Subsystems
    • Core subsystems
    • Human interfaces
    • Networking interfaces
    • Storage interfaces
      • Filesystems in the Linux kernel
      • Block
      • CD-ROM
      • SCSI Subsystem
      • TCM Virtual Device
      • NVMe Subsystem
    • Other subsystems
  • Locking
  • Licensing rules
  • Writing documentation
  • Development tools
  • Testing guide
  • Hacking guide
  • Tracing
  • Fault injection
  • Livepatching
  • Rust
  • Administration
  • Build system
  • Reporting issues
  • Userspace tools
  • Userspace API
  • Firmware
  • Firmware and Devicetree
  • CPU architectures
  • Unsorted documentation
  • Translations

This Page

  • Show Source

FUSE (Filesystem in Userspace) Technical Documentation¶

  • 1. FUSE Overview
    • 1.1. Definitions
    • 1.2. What is FUSE?
    • 1.3. Filesystem type
    • 1.4. Mount options
    • 1.5. Control filesystem
    • 1.6. Aborting a filesystem connection
    • 1.7. How do non-privileged mounts work?
    • 1.8. How are requirements fulfilled?
    • 1.9. I think these limitations are unacceptable?
    • 1.10. Kernel - userspace interface
  • 2. FUSE I/O Modes
  • 3. FUSE-over-io-uring design documentation
    • 3.1. Limitations
    • 3.2. Fuse io-uring configuration
  • 4. FUSE Passthrough
    • 4.1. Introduction
    • 4.2. Enabling Passthrough
    • 4.3. Privilege Requirements
©The kernel development community. | Powered by Sphinx 7.4.7 & Alabaster 0.7.16 | Page source