Rebase/wlw#55
Merged
Merged
Conversation
- 为了兼容测试平台,测试平台会删除所有.开头文件
- 使用写时复制,减少对电脑磁盘的损耗QwQ
- 修复 page cache truncate 失败时直接 panic 的问题,改为向上返回错误并记录 error 日志。 - 为 VFS 写路径增加 write_at_result,使 ext4 底层的 ENOSPC、ENOTSUP、ENOENT 等错误可以传递到 page cache writeback,避免只表现为 short writeback。 - 在 unlink 普通文件前丢弃该 inode 的 page cache,并断开旧页 owner,避免 unlink 后旧脏页迟到回写到已经释放或异常的 extent 路径。 - 为 FS_ERRNO 增加基础派生能力,便于错误传播和日志记录。
- 操作流程:展开所有submodule作为普通目录,对于ext4rs这就够了,对于rootfs,因为直接上传太大了,使用tar对他进行打包。然后把这个快照推到GITLAB_MIRROR_URL,并相应修改了makefile。
Ga1axy0
approved these changes
Jun 12, 2026
Ga1axy0
approved these changes
Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.