Scaling a file system to many cores using an operation log

54Citations
Citations of this article
105Readers
Mendeley users who have this article in their library.
Get full text

Abstract

It is challenging to simultaneously achieve multicore scalability and high disk throughput in a file system. For example, even for commutative operations like creating different files in the same directory, current file systems introduce cache-line conflicts when updating an in-memory copy of the on-disk directory block, which limits scalability. ScaleFS is a novel file system design that decouples the in-memory file system from the on-disk file system using per-core operation logs. This design facilitates the use of highly concurrent data structures for the in-memory representation, which allows commutative operations to proceed without cache conflicts and hence scale perfectly. ScaleFS logs operations in a per-core log so that it can delay propagating updates to the disk representation (and the cache-line conflicts involved in doing so) until an fsync. The fsync call merges the per-core logs and applies the operations to disk. ScaleFS uses several techniques to perform the merge correctly while achieving good performance: timestamped linearization points to order updates without introducing cache-line conflicts, absorption of logged operations, and dependency tracking across operations. Experiments with a prototype of ScaleFS show that its implementation has no cache conflicts for 99% of test cases of commutative operations generated by Commuter, scales well on an 80-core machine, and provides on-disk performance that is comparable to that of Linux ext4.

Cite

CITATION STYLE

APA

Bhat, S. S., Eqbal, R., Clements, A. T., Frans Kaashoek, M., & Zeldovich, N. (2017). Scaling a file system to many cores using an operation log. In SOSP 2017 - Proceedings of the 26th ACM Symposium on Operating Systems Principles (pp. 69–86). Association for Computing Machinery, Inc. https://doi.org/10.1145/3132747.3132779

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free