Caching or Not: Rethinking Virtual File System for Non-Volatile Main Memory

Authors: 

Ying Wang, Dejun Jiang, and Jin Xiong, SKL Computer Architecture, ICT, CAS University of Chinese Academy of Sciences

Abstract: 

Virtual File System (VFS) conventionally provides an abstraction for multiple instances of underlying physical file systems as well as metadata caching, concurrency control and permission check, which benefits disk based file systems. However, in this paper we find VFS brings extra overhead when interacting with persistent memory (PM) file systems. We explore the opportunity of shortening VFS stack for PM file systems. We present ByVFS, an optimization of VFS to directly access metadata in PM file systems bypassing VFS caching layer. The results show ByVFS outperforms conventional VFS with cold cache and provides comparable performance against conventional VFS with warm cache. We also present potential issues when reducing VFS overhead.

Open Access Media

USENIX is committed to Open Access to the research presented at our events. Papers and proceedings are freely available to everyone once the event begins. Any video, audio, and/or slides that are posted after the event are also free and open to everyone. Support USENIX and our commitment to Open Access.

BibTeX
@inproceedings {216892,
author = {Ying Wang and Dejun Jiang and Jin Xiong},
title = {Caching or Not: Rethinking Virtual File System for {Non-Volatile} Main Memory},
booktitle = {10th USENIX Workshop on Hot Topics in Storage and File Systems (HotStorage 18)},
year = {2018},
address = {Boston, MA},
url = {https://www.usenix.org/conference/hotstorage18/presentation/wang},
publisher = {USENIX Association},
month = jul
}