JFTL: A flash translation layer based on a journal remapping for flash memory

被引:29
作者
Choi, Hyun Jin [1 ,2 ]
Lim, Seung-Ho [1 ,2 ]
Park, Kyu Ho [1 ,2 ]
机构
[1] Korea Advanced Institute of Science and Technology, Yuseong-gu, Daejeon 305-701
关键词
Flash memory; Flash translation layer; Garbage detection; Journal remapping; Journaling file system;
D O I
10.1145/1480439.1480443
中图分类号
学科分类号
摘要
In flash memory-based storage, a Flash Translation Layer (FTL) manages the mapping between the logical addresses of a file system and the physical addresses of the flash memory. When a journaling file system is set up on the FTL, the consistency of the file system is guaranteed by duplications of the same file system changes in both the journal region of the file system and the home locations of the changes. However, these duplications inevitably degrade the performance of the file system. In this article we present an efficient FTL, called JFTL, based on a journal remapping technique. The FTL uses an address mapping method to write all the data to a new region in a process known as an out-of-place update. Because of this process, the existing data in flash memory is not overwritten by such an update. By using this characteristic of the FTL, the JFTL remaps addresses of the logged file system changes to addresses of the home locations of the changes, instead of writing the changes once more to flash memory. Thus, the JFTL efficiently eliminates redundant data in the flash memory as well as preserving the consistency of the journaling file system. Our experiments confirm that, when associated with a writeback or ordered mode of a conventional EXT3 file system, the JFTL enhances the performance of EXT3 by up to 20%. Furthermore, when the JFTL operates with a journaled mode of EXT3, there is almost a twofold performance gain in many cases. Moreover, the recovery performance of the JFTL is much better than that of the FTL. © 2009 ACM.
引用
收藏
相关论文
共 19 条
  • [1] Yaffs: A nand-flash filesystem, (2007)
  • [2] BAN A., Flash file system, (1995)
  • [3] BOVET D.P., CESATI M., Understanding the Linux Kernel, (2005)
  • [4] BRAY T., Bonnie benchmark, (2009)
  • [5] CHANG L.-P., On efficient wear leveling for large-scale flash-memory storage systems, Proceedings of the ACM Symposium on Applied Computing, (2007)
  • [6] CHANG L.-P., KUO T.-W., An efficient management scheme for large-scale flash-memory storage systems, Proceedings of the ACM Symposium on Applied Computing, (2004)
  • [7] GAL E., TOLEDO S., Algorithms and data structures for flash memories, ACM Comput. Surv, 37, (2005)
  • [8] GAL E., TOLEDO S., Mapping structures for flash memories: Techniques and open problems, Proceedings of the IEEE International Conference on Software-Science, Technology & Engineering, (2005)
  • [9] Understanding the flash translation layer(ftl) specification, (2009)
  • [10] KATCHER J., Postmark: A new file system benchmark, (1997)