Impact of NVRAM write cache for file system metadata on I/O performance in embedded systems

  • Authors:
  • In Hwan Doh;Hyo J. Lee;Young Je Moon;Eunsam Kim;Jongmoo Choi;Donghee Lee;Sam H. Noh

  • Affiliations:
  • Hongik University, Korea;Hongik University, Korea;Hongik University, Korea;Hongik University, Korea;Dankook University, Korea;University of Seoul, Korea;Hongik University, Korea

  • Venue:
  • Proceedings of the 2009 ACM symposium on Applied Computing
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

File systems make use of part of DRAM as the buffer cache to enhance its performance in traditional systems. In this paper, we consider the use of Non-Volatile RAM (NVRAM) as a write cache for metadata of the file system in embedded systems. NVRAM is a state-of-the-art memory that provides characteristics of both non-volatility and random byte addressability. By making NVRAM a write cache for dirty metadata, we retain the same integrity of a file system that always synchronously writes its metadata to storage, while at the same time improving file system performance to the level of a file system that always writes asynchronously. To show quantitative results, we develop an embedded board with NVRAM and modify the VFAT file system provided in Linux 2.6.21 to accommodate the NVRAM write cache. The experimental results show that substantial reductions in execution time are possible from an application viewpoint. Another consequence of the write cache is its benefits at the FTL layer, leading to improved wear leveling of Flash memory and increased energy savings, which are important measures in embedded systems.