Removing the costs of indirection in flash-based SSDs with nameless writes

  • Authors:
  • Andrea C. Arpaci-Dusseau;Remzi H. Arpaci-Dusseau;Vijayan Prabhakaran

  • Affiliations:
  • University of Wisconsin-Madison;University of Wisconsin-Madison;Microsoft Research

  • Venue:
  • HotStorage'10 Proceedings of the 2nd USENIX conference on Hot topics in storage and file systems
  • Year:
  • 2010

Quantified Score

Hi-index 0.01

Visualization

Abstract

We present nameless writes, a new interface that obviates the need for indirection in modern solid-state storage devices (SSDs). Nameless writes allow the device to pick the location of a write and only then inform the client above of the decision. Doing so keeps control of block allocation decisions in the device, thus enabling it to perform important tasks such as wear-leveling, while removing the need for large and costly indirection tables. We discuss the proposed interface as well as the requisite device and file-system support.