-
Notifications
You must be signed in to change notification settings - Fork 28
f2fs: “Fsync acceleration with roll-forward recovery” 具体步骤求详细~ #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
F2FS performs roll-forward recovery as follows. If |
I don't quite understand what does this paragraph mean :) |
个人理解是由于fsync操作经常要频繁写小文件,而flash是以block为单位写入,会有不想关的数据被重复写入,性能较差。因此F2FS提出只写入与更新有关的data block和direct node block,不写metadata,他在direct block里面设立了一个特殊flag用来标识这个操作。 |
What does this mean? |
No description provided.
The text was updated successfully, but these errors were encountered: