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

scoutfs mmap support#34

Open
bcrl wants to merge 2 commits intoversity:masterfrom
bcrl:mmap
Open

scoutfs mmap support#34
bcrl wants to merge 2 commits intoversity:masterfrom
bcrl:mmap

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