Skip to content
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

Synchronize dirty pages of block file #14

Open
AxFab opened this issue Aug 20, 2019 · 0 comments
Open

Synchronize dirty pages of block file #14

AxFab opened this issue Aug 20, 2019 · 0 comments
Labels

Comments

@AxFab
Copy link
Owner

AxFab commented Aug 20, 2019

Block file are mapped on memory by page using the blk_cache_t structure.
However those pages are never written back. Pages marked as dirty should be pushed on a specific queue for asynchronous write on device.
For now, we can work with a round-Robin prioritization handle by a single kernel thread.

@AxFab AxFab added good first issue Good for newcomers new feature labels Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant