信息存储系统教育部重点实验室 English Version

加州大学圣地亚哥分校徐健博士学术报告

点击次数:发布时间:2017-11-09 12:32作者:

报 告 人:Jian Xu, University of California, San Diego

报告时间:2017年11月10日 上午10:00-11:00

报告地点:武汉光电国家实验室 A302

Abstract:Emerging non-volatile memory technologies promise to revolutionize I/O performance. Placing them on the processor’s memory bus alongside DRAM leads to hybrid volatile/non-volatile main memory(NVMM)-based systems, offers the potential of storage systems that offer the best characteristics of both technologies, and poses challenges for file system designers.

In this talk I will present NOVA, a fault-tolerant file system designed to aggressively exploit non-volatile memory systems and provide strong consistency guarantees. NOVA extends conventional log-structured file system techniques by providing each inode with its own log, allows for high concurrency in file accesses. NOVA combines logging, journaling and copy-on-write technologies to provide strong atomicity guarantees, and provides consistent snapshot support and metadata and data protection for fault tolerance. Experiment results show that NOVA provides up to 2.5× performance improvement compared to state-of-the-art file systems, and up to 11.4× compared to a file system that provides equally strong data consistency guarantees.

Bio: Jian Xu is a PhD candidate in the CSE department of University of California, San Diego. He joined Non-volatile Systems Laboratory at 2012, advised by Prof. Steven Swanson. His research focuses on system software for non-volatile memories, and his major project is NOVA, a high-performance, fault-tolerant file system for hybrid volatile/non-volatile main memories, which is published in FAST 2016 and SOSP 2017. He received M.S. and B.S. degrees from Shanghai Jiao Tong University.

Top