PARALLEL DATA LAB 

PDL Abstract

WineFS: A Hugepage-aware File System for Persistent Memory that Ages Gracefully

28th ACM Symposium on Operating Systems Principles (SOSP '21) October 25-28, 2021.

Rohan Kadekodi†, Saurabh Kadekodi*, Soujanya Ponnapalli†, Harshad Shirwadkar‡, Gregory R. Ganger*, Aasheesh Kolli‡, Vijay Chidambaram^

* Carnegie Mellon University
† University of Texas at Austin
‡ Google
^ University of Texas at Austin and VMware Research

http://www.pdl.cmu.edu/

Modern persistent-memory (PM) file systems perform well in benchmark settings, when the file system is freshly created and empty. But after being aged by usage, as will be the normal mode in practice, their memory-mapped performance degrades significantly. This paper shows that the cause is their inability to use 2MB hugepages to map files when aged, having to use 4KB pages instead and suffering many extra page faults and TLB misses as a result.

We introduce WineFS, a novel hugepage-aware PM file system that largely eliminates this effect. WineFS combines a new alignment-aware allocator with fragmentation-avoiding approaches to consistency and concurrency to preserve the ability to use hugepages. Experiments show that WineFS resists the effects of aging and outperforms state-of-the-art PM file systems in both aged and un-aged settings. For example, in an aged setup, the LMDB memory-mapped database obtains 2× higher write throughput on WineFS compared to NOVA, and 70% higher throughput compared to ext4- DAX. When reading a memory-mapped persistent radix tree, WineFS results in 56% lower median latency than NOVA.

FULL PAPER: pdf