awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesKernel Filesystem Request Processors

Tools for building filesystems by directly processing raw kernel filesystem requests through a low-level API.

Distinct from Low-Level Debuggers: Distinct from Low-Level Debuggers: focuses on processing raw kernel filesystem requests for filesystem construction, not debugging running processes.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Kernel Filesystem Request Processors. Refine with filters or upvote what's useful.

Awesome Kernel Filesystem Request Processors GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • libfuse/libfuselibfuse 的头像

    libfuse/libfuse

    5,954在 GitHub 上查看↗

    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

    Builds filesystems by directly processing raw kernel filesystem requests through the low-level API.

    C
    在 GitHub 上查看↗5,954
  1. Home
  2. Operating Systems & Systems Programming
  3. Low-Level Debuggers
  4. Kernel Filesystem Request Processors