Skip to content
Snippets Groups Projects
Commit f900f548 authored by Avi Kivity's avatar Avi Kivity
Browse files

Merge branch 'pagecache' of https://github.com/gleb-cloudius/osv


"
This is write page cache implemented on top of ARC read cache. On a
read fault pages are initially mapped from ARC directly, but they are
marked as RO in a page table. On a write fault pages are copied into
small write page cache for shared mapping, or into anonymous page for
private mappings.  Pages are removed from write cache and written back
into a file in a FIFO order.

This passes "make check", misc-mmap-big-file modified to do write in
addition to read and "cassandra-stress -d".
"

Signed-off-by: default avatarAvi Kivity <avi@cloudius-systems.com>
parents e1a04ad1 9a42fcac
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment