Slack Space Recycling: Delaying On-Demand Cleaning in LFS for Performance and Endurance
スポンサーリンク
概要
- 論文の詳細を見る
The Log-structured File System (LFS) transforms random writes to a huge sequential one to provide superior write performance on storage devices. However, LFS inherently suffers from overhead incurred by cleaning segments. Specifically, when file system utilization is high and the system is busy, write performance of LFS degenerates significantly due to high cleaning cost. Also, in the newer flash memory based SSD storage devices, cleaning leads to reduced SSD lifetime as it incurs more writes. In this paper, we propose an enhancement to the original LFS to alleviate the performance degeneration due to cleaning when the system is busy. The new scheme, which we call Slack Space Recycling (SSR), allows LFS to delay on-demand cleaning during busy hours such that cleaning may be done when the load is much lighter. Specifically, it writes modified data directly to invalid areas (slack space) of used segments instead of cleaning on-demand, pushing back cleaning for later. SSR also has the added benefit of increasing the lifetime of the now popular SSD storage devices. We implement the new SSR-LFS file system in Linux and perform a large set of experiments. The results of these experiments show that the SSR scheme significantly improves performance of LFS for a wide range of storage utilization settings and that the lifetime of SSDs is extended considerably.
著者
-
CHOI Jongmoo
Dankook University
-
LEE Donghee
University of Seoul
-
NOH Sam
Hongik University
-
OH Yongseok
University of Seoul
-
NOH Sam
Hongik Unversity
関連論文
- Performance and Energy Efficiency Tradeoffs of Storage Class Memory
- NVFAT : A FAT-Compatible File System with NVRAM Write Cache for Its Metadata
- RPP : Reference Pattern Based Kernel Prefetching Controller
- An Empirical Study of FTL Performance in Conjunction with File System Pursuing Data Integrity
- Performance and Energy Efficiency Tradeoffs of Storage Class Memory
- On Improving the Reliability and Performance of the YAFFS Flash File System
- Slack Space Recycling: Delaying On-Demand Cleaning in LFS for Performance and Endurance