awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesFUSE Userspace Filesystem Libraries

Libraries and kernel modules for implementing custom filesystems in userspace that mount into the Linux VFS layer.

Distinct from Userspace Kernels: Distinct from Userspace Kernels: provides a library and kernel module for FUSE-based filesystems, not a reimplementation of kernel interfaces.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · FUSE Userspace Filesystem Libraries. Refine with filters or upvote what's useful.

Awesome FUSE Userspace Filesystem Libraries GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • spf13/aferoAvatar von spf13

    spf13/afero

    6,662Auf GitHub ansehen↗

    Afero is a Go library that provides a unified filesystem abstraction, allowing applications to interact with local disk, in-memory storage, cloud services, archives, and remote systems through a single, consistent interface. At its core, it defines a standard interface that all filesystem backends implement, enabling developers to swap storage implementations without changing application code. The library distinguishes itself through its composable architecture, which includes layered filesystem composition for creating cached, sandboxed, or restricted storage views. It offers a copy-on-write

    Makes any filesystem backend available as a real mounted directory on the operating system via FUSE.

    Go
    Auf GitHub ansehen↗6,662
  • libfuse/libfuseAvatar von libfuse

    libfuse/libfuse

    5,954Auf GitHub ansehen↗

    libfuse is a library and kernel module combination that enables the development of custom Linux filesystems that run in userspace rather than in kernel space. It provides a bridge between the kernel's virtual filesystem layer and a userspace daemon, allowing filesystem operations to be forwarded and handled by a regular user process. The project offers two distinct APIs: a high-level callback-driven API where filesystem operations are implemented as simple functions that return results synchronously, and a low-level API that exposes raw kernel request structures directly for fine-grained contr

    Provides a library and kernel module for implementing custom filesystems in userspace that mount into the Linux VFS layer.

    C
    Auf GitHub ansehen↗5,954
  1. Home
  2. Operating Systems & Systems Programming
  3. Userspace Kernels
  4. FUSE Userspace Filesystem Libraries

Unter-Tags erkunden

  • FUSE Filesystem ExportersMakes any filesystem backend available as a real mounted directory on the operating system through the Filesystem in Userspace interface. **Distinct from FUSE Userspace Filesystem Libraries:** Distinct from FUSE Userspace Filesystem Libraries: focuses on exporting arbitrary filesystem backends as FUSE mounts rather than providing the library for implementing custom filesystems.