Skip to content

scoutfs mmap support#27

Closed
agrover wants to merge 2 commits intomainfrom
bcrl/mmap
Closed

scoutfs mmap support#27
agrover wants to merge 2 commits intomainfrom
bcrl/mmap

Conversation

@agrover
Copy link

@agrover agrover commented Mar 31, 2021

copied from now-defunct scoutfs-kmod-dev repo so it doesn't get lost.

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

Needs rebasing and updating.

bcrl added 2 commits March 31, 2021 10:42
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>
@versity-github
Copy link

@versity-github
Copy link

@versity-github
Copy link

Can one of the admins verify this patch?

@versity-github
Copy link

This won't automatically run in continuous integration without approval. A member of the Versity organization must allow it.

@aversecat aversecat added the duplicate This issue or pull request already exists label Aug 31, 2024
@aversecat
Copy link
Contributor

Obsoleted by #175

@aversecat aversecat closed this Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

duplicate This issue or pull request already exists

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants