awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesUserspace Filesystem Development Kits

Headers, utilities, and build tools for creating custom userspace filesystems on Linux.

Distinct from Linux Kernel Development: Distinct from Linux Kernel Development: focuses on userspace filesystem development tools, not general kernel module or driver development.

Explore 1 awesome GitHub repository matching part of an awesome list · Userspace Filesystem Development Kits. Refine with filters or upvote what's useful.

Awesome Userspace Filesystem Development Kits GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • libfuse/libfuseالصورة الرمزية لـ libfuse

    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

    Supplies headers, utilities, and build tools for creating custom userspace filesystems on Linux.

    C
    عرض على GitHub↗5,954
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Linux Kernel Development
  5. Userspace Filesystem Development Kits