Skip to content

FUSE: Write-back dirty page cache

Latest
Compare
Choose a tag to compare
@ckauhaus ckauhaus released this 08 Dec 19:07
· 3 commits to master since this release
Performance optimizations

- Drop Mmap for backend store reading. Reading from memory-mapped files
  causes lots of small IOs.
- Drop jemalloc. In 2021 the standard allocator is quite decent.
- Write back to the restore device with only a single thread. We expect
  the underlying file system to process open write requests
  concurrently.