검색 상세

Unioning of the Buffer Cache and Journaling Layers with Non-volatile Memory

  • 설명문(일반) Best Paper Awards 수상
  • 설명문(URI) https://www.usenix.org/conference/fast13/technical-sessions/presentation/lee
  • 개최기관명 USENIX Association
  • 발표일자 2013-02-13
  • 발표년도 2013
  • 회의명 USENIX Conference on File and Storage Technologies
  • 회차 11
  • 개최지 San Jose, CA, USA
  • 일자 February 12–15, 2013
  • URI http://www.dcollection.net/handler/ewha/000000077677
  • 본문언어 영어

초록/요약

Journaling techniques are widely used in modern file systems as they provide high reliability and fast recovery from system failures. However, it reduces the performance benefit of buffer caching as journaling accounts for a bulk of the storage writes in real system environments. In this paper, we present a novel buffer cache architecture that subsumes the functionality of caching and journaling by making use of non-volatile memory such as PCM or STT-MRAM. Specifically, our buffer cache supports what we call the in-place commit scheme. This scheme avoids logging, but still provides the same journaling effect by simply altering the state of the cached block to frozen. As a frozen block still performs the function of caching, we show that in-place commit does not degrade cache performance. We implement our scheme on Linux 2.6.38 and measure the throughput and execution time of the scheme with various file I/O benchmarks. The results show that our scheme improves I/O performance by 76% on average and up to 240% compared to the existing Linux buffer cache with ext4 without any loss of reliability

more

목차

Abstract
1. Introduction
2. Analysis of Storage Write Traffic
3. Buffer Cache with In-place Commit
4. Cache Performance
5. Performance Evaluation
6. Conclusion
Acknowledgements
References

more