摘要: Linux 5.15 文件系统知识图谱 所有路径/行号为本地实测(grep 定位),版本 5.15。 1. 总体分层架构 graph TD subgraph 用户态 U[用户进程<br/>open/read/write/mmap/io_uring] end subgraph 系统调用层 SYSCAL 阅读全文
posted @ 2026-08-04 12:28 zenwater 阅读(5) 评论(0) 推荐(0)
摘要: F2FS 文件系统:从 Wandering Tree 到 UFS 上的逆袭 基于 Linux 5.15 内核源码学习整理(Documentation/filesystems/f2fs.rst、fs/f2fs/) 一、背景:F2FS 是什么 F2FS(Flash-Friendly File Syste 阅读全文
posted @ 2026-08-04 12:25 zenwater 阅读(1) 评论(0) 推荐(0)