Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

scoutfs mmap support #34

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

scoutfs mmap support #34

wants to merge 2 commits into from

Conversation

bcrl
Copy link
Contributor

@bcrl bcrl commented Jul 27, 2020

Please review this patch set which adds support for both read and writable mmap support for scouts.

bcrl added 2 commits July 27, 2020 17:03
Add support for read only mmap().

Signed-off-by: Benjamin LaHaise <bcrl@kvack.org>
Add support for writable MAP_SHARED mmap()ings.  Avoid issues with late
writepage()s building transactions by doing the block_write_begin() work in
scoutfs_data_page_mkwrite().  Ensure the page is marked dirty and prepared
for write, then let the VM complete the write when the page is flushed or
invalidated.

Signed-off-by: Benjamin LaHaise <bcrl@kvack.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant