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

Readahead #113

Merged
merged 2 commits into from
May 6, 2024
Merged

Readahead #113

merged 2 commits into from
May 6, 2024

Conversation

heatd
Copy link
Owner

@heatd heatd commented May 5, 2024

No description provided.

heatd added 2 commits May 5, 2024 20:41
Add very simple readahead, somewhat inspired on Linux's behavior but
still far off. Also fixes problems with page insertion in the page
cache.

Signed-off-by: Pedro Falcato <pedro.falcato@gmail.com>
Fix a possible race in ext2_writepage_endio where writeback could
accidentally never end, losing data in the process. Use the
newly-added pagestate_lock to serialize writeback ending.

Signed-off-by: Pedro Falcato <pedro.falcato@gmail.com>
@heatd heatd merged commit c8a0a4a into master May 6, 2024
23 checks passed
@heatd
Copy link
Owner Author

heatd commented May 6, 2024

Merged, thank you for the review @petershh!

@heatd heatd deleted the pedro/readahead branch May 6, 2024 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants