DragonOS/user
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
..
apps feat(fs): fuse support (#1773) 2026-02-16 16:58:58 +08:00
dadk/config feat(fs): fuse support (#1773) 2026-02-16 16:58:58 +08:00
sysconfig feat: add dunitest user-mode unit testing framework (#1787) 2026-02-15 00:06:48 +08:00
.gitignore 移除relibc和old libc以及旧的shell (#529) 2024-03-04 14:20:01 +08:00
Makefile feat: 引入RootFS清单系统并重构DADK配置 (#1776) 2026-02-10 13:28:34 +08:00
default.nix feat(nix): 添加nix alias,formatter,以及更好的提示与原make命令集成 (#1661) 2026-01-28 00:17:18 +08:00
rootfs-tar.nix feat(nix): 添加nix alias,formatter,以及更好的提示与原make命令集成 (#1661) 2026-01-28 00:17:18 +08:00