Consistency Without Ordering
Loading...
Files
Date
Authors
Arpaci-Dusseau, Remzi H.
Arpaci-Dusseau, Andrea C.
Sharma, Tushar
Chidambaram, Vijay
Advisors
License
DOI
Type
Technical Report
Journal Title
Journal ISSN
Volume Title
Publisher
Grantor
Abstract
Modern file systems use ordering points to maintain consistency in the face of system crashes. However, such ordering leads to lower performance, higher complexity, and a strong and perhaps naive dependence on lower layers to correctly enforce the ordering of writes. In this paper, we introduce the No-Order File System (NoFS), a simple, lightweight file system that employs a novel technique called backpointer-based consistency to provide crash consistency without ordering writes as they go to disk. We utilize a formal model to prove that NoFS provides data consistency in the event of system crashes; we show through experiments that NoFS is robust to such crashes, and delivers excellent performance across a range of workloads. Backpointer-based consistency thus allows NoFS to provide crash consistency without resorting to the heavyweight machinery of traditional approaches.
Description
This is an extended version of the paper published in the 10th Usenix conference on File and Storage Technologies (FAST 12).
Related Material and Data
Citation
TR1709