On Improving the Reliability and Performance of the YAFFS Flash File System
スポンサーリンク
概要
- 論文の詳細を見る
In this paper, we propose three techniques to improve the performance of YAFFS (Yet Another Flash File System), while enhancing the reliability of the system. Specifically, we first propose to manage metadata and user data separately on segregated blocks. This modification not only leads to the reduction of the mount time but also reduces the garbage collection time. Second, we tailor the wear-leveling to the segregated metadata and user data blocks. That is, worn out blocks between the segregated blocks are swapped, which leads to more evenly worn out blocks increasing the lifetime of the system. Finally, we devise an analytic model to predict the expected garbage collection time. By accurately predicting the garbage collection time, the system can perform garbage collection at more opportune times when the user's perceived performance may not be negatively affected. Performance evaluation results based on real implementations show that our modifications enhance performance and reliability without incurring additional overheads. Specifically, the YAFFS with our proposed techniques outperforms the original YAFFS by six times in terms of mount speed and five times in terms of benchmark performance, while reducing the average erase count of blocks by 14%.
- The Institute of Electronics, Information and Communication Engineersの論文
- 2011-12-01
著者
関連論文
- Performance and Energy Efficiency Tradeoffs of Storage Class Memory
- NVFAT : A FAT-Compatible File System with NVRAM Write Cache for Its Metadata
- 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