awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesFilesystem Cache Persistence

Mechanisms to flush and persist filesystem caches to physical storage to prevent data loss.

Distinct from Caching Internals: Candidates refer to build-tool caches or hardware persistent memory, not filesystem buffer flushing.

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

Awesome Filesystem Cache Persistence GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • winfsp/winfspAvatar de winfsp

    winfsp/winfsp

    8,687Voir sur GitHub↗

    WinFSP is a framework for implementing custom file systems on Windows. It enables the creation of user-mode file systems that appear as standard disk drives or network shares to the operating system, allowing developers to implement file system logic in user space via a proxy architecture that avoids the need for custom kernel code. A primary differentiator is its FUSE compatibility layer, which maps POSIX-based file system calls to native Windows requests. This allows existing file systems written for the FUSE API to be ported to Windows and Cygwin environments. The project covers a wide ra

    Flushes internal file and volume caches to ensure pending changes are safely written to storage.

    Cdriverfilesystemfuse
    Voir sur GitHub↗8,687
  1. Home
  2. Operating Systems & Systems Programming
  3. Filesystem Cache Persistence