FUSE-based Disk Quota System built for speed and compatibility.
- C++ 96%
- CMake 2.2%
- Makefile 1.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .github | ||
| external | ||
| patches | ||
| src | ||
| .clang-format | ||
| .dockerignore | ||
| .gitignore | ||
| .gitmodules | ||
| CMakeLists.txt | ||
| Dockerfile.musl | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| SECURITY.md | ||
fusequota
FuseQuota is a small program that uses FUSE to mount a virtual filesystem which enforces a disk quota on files created within it. It is designed for usage in Calagopus Wings to limit the disk usage of servers on systems that do not support native quotas.
Features
- Enforces a maximum disk usage quota on files created within the mounted filesystem.
- Transparent integration with existing applications using standard file operations.
- Configurable quota size via socket communication.
- Built using FUSE for cross-platform compatibility.
- Using Modern Passthrough FUSE API for better read performance.
- Supports dynamic quota adjustments without unmounting the filesystem.
- Written in C++ for performance and efficiency.
Requirements
- C++ compiler with C++23 support
- CMake 3.20 or higher
- Ninja build system
Building
make