DragonOS/docs/kernel/filesystem
LoGin 5ad0b616e7
feat(fs): fuse support (#1773)
- Add FUSE kernel module with connection management, device node, and filesystem
implementation
- Implement FUSE protocol handling for basic operations (lookup, read, write,
create, etc.)
- Add /dev/fuse device support with ioctl for connection cloning
- Support FUSE mount options (allow_other, default_permissions, etc.)
- Add permission model support (DAC and remote modes)
- Add userspace test programs (fuse_demo and fuse3_demo)
- Add comprehensive test suite for FUSE functionality
- Update VFS to support FUSE-specific features and permission handling

Signed-off-by: longjin <longjin@DragonOS.org>
2026-02-16 16:58:58 +08:00
..
unionfs ospp project (feature) add namespace overlayfs cgroup (#949) 2024-10-31 00:50:34 +08:00
vfs feat(vfs): Implement mount propagation mechanism in VFS (#1410) 2025-11-27 01:07:16 +08:00
fuse.md feat(fs): fuse support (#1773) 2026-02-16 16:58:58 +08:00
index.rst feat(fs): fuse support (#1773) 2026-02-16 16:58:58 +08:00
kernfs.md 增加kernfs (#386) 2023-09-19 19:46:59 +08:00
overview.md refactor(block&filesystem): 移除块设备缓存层并实现FAT表缓存 (#1669) 2026-01-15 20:53:43 +08:00
sysfs.md 根据sysfs完善设备驱动模型 & 添加sysfs官方文档 (#254) 2023-04-23 22:55:57 +08:00