ACM Home Page
Please provide us with feedback. Feedback
JFTL: A flash translation layer based on a journal remapping for flash memory
Full text PdfPdf (865 KB)
Source
ACM Transactions on Storage (TOS) archive
Volume 4 ,  Issue 4  (January 2009) table of contents
Article No. 14  
Year of Publication: 2009
ISSN:1553-3077
Authors
Hyun Jin Choi  Korea Advanced Institute of Science and Technology, Daejeon, Republic of Korea
Seung-Ho Lim  Korea Advanced Institute of Science and Technology, Daejeon, Republic of Korea
Kyu Ho Park  Korea Advanced Institute of Science and Technology, Daejeon, Republic of Korea
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 38,   Downloads (12 Months): 320,   Citation Count: 1
Additional Information:

abstract   references   cited by   index terms   review   collaborative colleagues  

Tools and Actions: Request Permissions Request Permissions    Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/1480439.1480443
What is a DOI?

ABSTRACT

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.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

 
1
 
2
Aleph One Ltd. 2007. Yaffs: A nand-flash filesystem. http://www.aleph1.co.uk/yaffs.
 
3
Ban, A. 1995. Flash file system. U.S. Patent 5404485.
 
4
 
5
Bray, T. 2009. Bonnie benchmark. http://textuality.com/bonnie.
6
7
 
8
 
9
10
 
11
 
12
Intel Corporation. 2009. Understanding the flash translation layer(ftl) specification. http://developer.intel.com.
 
13
Katcher, J. 1997. Postmark: A new file system benchmark. Tech. rep.
 
14
Kuoppala, M. 2004. Threaded I/O bench for Linux. http://directory.fsf.org/tiobench.html.
 
15
 
16
Linux. 2009. Memory technology device (mtd) subsystem for linux. http://www.linux-mtd.infradead.org.
 
17
Microsoft. 2000. Fat: General overview of on-disk format.
 
18
Norcott, W. D. Ioznoe filesystem benchmark. http://www.iozone.org.
 
19
R. McDougall, J. C. and Debnath, S. 2006. Filebench: File system microbenchmarks. http://www.opensolaris.org/os/community/performance/filebench.
 
20
Reiser, H. 2007. Reiserfs. www.namesys.com.
 
21
 
22
S. Chutani, O. Anderson, M. K. B. L. W. M. and Sidebotham, R. 1992. The episode file system. In Proceedings of the Winter USENIX Conference.
 
23
S. Park, J. Y. and Ohm, S. 2005. Atomic write FTL for robust flash file system. In Proceedings of the 9th International Symposium on Consumer Electronics.
 
24
Samsung Electronics. 2009a. RFS Samsung's flash software solution optimized to use nand flash memory on linux based ce device.
 
25
Samsung Electronics. 2009b. TFS4 Samsung's integrated flash software solution for nand flash memory.
 
26
Ts'o, T. and Tweedie, S. 2002. Future directions for the ext2/3 filesystem. In Proceedings of the USENIX Annual Technical Conference (FREENIX Track).
 
27
 
28
Weiler, Y. 2007. White paper: Bringing solid state drive benefits to computer notebook users. http://www.sandisk.com/OEM/WhitePapers.
 
29
Woodhouse, D. 2001. Jffs: The journalling flash file system. In Proceedings of the Ottawa Linux Symposium.



REVIEW

"Elliot Jaffe : Reviewer"

Flash memory is the basis for many new products and devices. It is found in universal serial bus (USB) keys, MP3 players, and solid-state disks. Flash memory devices are presented as block devices, on which the local operating system (OS) implemen  more...

Collaborative Colleagues:
Hyun Jin Choi: colleagues
Seung-Ho Lim: colleagues
Kyu Ho Park: colleagues