AWOL: an adaptive write optimizations layer

  • Authors:
  • Alexandros Batsakis;Randal Burns;Arkady Kanevsky;James Lentini;Thomas Talpey

  • Affiliations:
  • The Johns Hopkins University;The Johns Hopkins University;Network Appliance™ Inc.;Network Appliance™ Inc.;Network Appliance™ Inc.

  • Venue:
  • FAST'08 Proceedings of the 6th USENIX Conference on File and Storage Technologies
  • Year:
  • 2008

Quantified Score

Hi-index 0.00

Visualization

Abstract

Operating system memory managers fail to consider the population of read versus write pages in the buffer pool or outstanding I/O requests when writing dirty pages to disk or network file systems. This leads to bursty I/O patterns, which stall processes reading data and reduce the efficiency of storage. We address these limitations by adaptively allocating memory between write buffering and read caching and by writing dirty pages to disk opportunistically before the operating system submits them for write-back. We implement and evaluate our methods within the Linux® operating system and show performance gains of more than 30% for mixed read/write workloads.