English

MetaCache: Efficient Metadata Caching in Linux file system

Systems and Control 2014-09-30 v1

Abstract

Nowadays, Linux file systems have to manage millions of tiny files for different applications, and face with higher metadata operations. So how to provide such high metadata performance with such enormous number of files and large scale directories is a big challenge for Linux file system. We viewed that metadata lookup operations dominate metadata workload and incur low metadata performance. In this paper, we present a metadata cache to accelerate metadata access for Linux file system. Through this optimization, the Linux file system (such as EXT2, EXT4, BTRFS, etc.) can gain improvement in read rates as well as write rates.

Keywords

Cite

@article{arxiv.1409.8239,
  title  = {MetaCache: Efficient Metadata Caching in Linux file system},
  author = {Tanmay Agrawal and Ashay Shirwadkar and Pratik Gaikar and Kushagra Verma},
  journal= {arXiv preprint arXiv:1409.8239},
  year   = {2014}
}

Comments

4 pages, 8 figures

R2 v1 2026-06-22T06:08:37.436Z