@inproceedings{c6dcacc6437341628d907639e82b4cf7,
title = "LSDM: Improving the performance of mobile storage with a log-structured address remapping device driver",
abstract = "Mobile devices use low-cost SSDs such as microSD cards and eMMC devices for persistent data storage. However, The controllers of low-cost SSDs are optimized for reads and for sequential writes and they perform poorly under random writes. In this paper, we show that it is possible to overcome this limitation using a novel device driver on the host. Our driver, called LSDM, uses design techniques normally used in the firmware (FTL) of high-end SSD to transform random writes to sequential ones. Our driver is a generic kernel module that interfaces an existing file system to the block device that represents the SSD, transforming the arbitrary read/write request sequence of the file system to a sequence with long streams of sequential writes, even low-cost SSDs perform well on such sequences. The use of an existing unmodified file system allows users and administrators to benefit from mature, feature-complete file systems. Our prototype implementation speeds up all file bench workloads used, by up to a factor of 6. Our experiments show that a flash-friendly file system that generates long streams of sequential writes delivers performance that is similar to a conventional file system mounted on LSDM. The high complexity of a completely new file system, relative to the simplicity of LSDM, favors our solution.",
keywords = "Device Drivers, Flash, Log-structured, SSD",
author = "Aviad Zuck and Oren Kishon and Sivan Toledo",
note = "Publisher Copyright: {\textcopyright} 2014 IEEE.; 8th International Conference on Next Generation Mobile Applications, Services and Technologies, NGMAST 2014 ; Conference date: 10-09-2014 Through 12-09-2014",
year = "2014",
month = dec,
day = "11",
doi = "10.1109/NGMAST.2014.9",
language = "الإنجليزيّة",
series = "Proceedings - 2014 8th International Conference on Next Generation Mobile Applications, Services and Technologies, NGMAST 2014",
pages = "221--228",
booktitle = "Proceedings - 2014 8th International Conference on Next Generation Mobile Applications, Services and Technologies, NGMAST 2014",
}