DragonOS/docs/kernel
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
..
boot feat(boot): 内核启动命令行参数解析 (#969) 2024-10-13 23:39:55 +08:00
configuration riscv: 把内核编译target改为riscv64gc & 获取time csr的频率 & 修正浮点保存与恢复的汇编的问题 (#699) 2024-04-06 22:13:26 +08:00
container refactor: Remove namespace related code (#1218) 2025-06-28 21:20:21 +08:00
core_api fix: remove useless c code (#1116) 2025-03-27 14:16:10 +08:00
cpu_arch doc: usb legacy support 2022-07-19 18:32:32 +08:00
debug chore: update docker image version in script && update doc (#1076) 2024-12-16 01:48:46 +08:00
device feat(loop_device): 新增loop设备子系统 (#1261) 2025-12-24 14:29:46 +08:00
filesystem feat(fs): fuse support (#1773) 2026-02-16 16:58:58 +08:00
interrupt docs: 添加Tasklet文档并扩展其数据传递能力 (#1624) 2026-01-09 14:33:23 +08:00
ipc refactor(ipc): 重构信号处理逻辑,优化锁顺序并简化接口 (#1694) 2026-01-22 00:23:21 +08:00
ktest feat: add dunitest user-mode unit testing framework (#1787) 2026-02-15 00:06:48 +08:00
libs feat(ida): IDA内部改为使用XArray实现 (#934) 2024-09-25 11:20:52 +08:00
locking refactor(kernel): 重构 Mutex 和 WaitQueue 实现,使用状态机避免唤醒丢失 (#1643) 2026-01-13 20:50:15 +08:00
memory_management refactor(mm): 修改异常表安全拷贝的错误处理返回值 (#1395) 2025-11-21 14:26:52 +08:00
net feat(net): 重构网络子系统,引入NAPI机制与TCP socket改进 (#1599) 2026-01-07 22:50:48 +08:00
process_management feat(exec): 实现多线程exec的去线程化功能 (#1682) 2026-01-19 14:00:25 +08:00
sched refactor(kernel): 重构 Mutex 和 WaitQueue 实现,使用状态机避免唤醒丢失 (#1643) 2026-01-13 20:50:15 +08:00
syscall feat: implement sys_capget and sys_capset system calls (#1293) 2025-09-25 17:17:26 +08:00
trace feat: support tracepoint-based ebpf programs (#1190) 2025-06-14 17:34:45 +08:00