Fast file synching for applications in flash-based Android devices

Research output: Chapter in Book/Report/Conference proceedingConference contributionpeer-review

6 Scopus citations

Abstract

Flash-storage-based Android devices have been a very popular design option for hand-held devices. Recent research pointed out that application-level data management in Android systems involves frequent file synching operations (i.e., fsync() calls). Because fsync() is a blocking call, applications could suffer from poor response if the fsync() implementation is inefficient. The existing methods of file synching in Android systems are not flash-aware, and they could either significantly increase the block-level write randomness or excessively increase the block write traffic. This work introduces an efficient design of fsync() called eager synching. Our basic idea is simple: write less, and write sequentially. When a file is being synched, eager synching first identifies the dirty data related to the file, and then write the dirty data to a sequential log space. This way, fsync() calls can be quickly serviced by a small amount of fast, sequential block writes on the flash storage. Our experimental results show that, under the workloads of typical Android applications, the average and max fsync() latencies were reduced by up to 72% and 91 %, respectively, and the block-level write traffic was reduced by up to 35%.

Original languageEnglish
Title of host publication2014 IEEE Non-Volatile Memory Systems and Applications Symposium, NVMSA 2014
PublisherInstitute of Electrical and Electronics Engineers Inc.
ISBN (Electronic)9781479955763
DOIs
StatePublished - 16 Oct 2014
Event2014 IEEE Non-Volatile Memory Systems and Applications Symposium, NVMSA 2014 - Chongqing, China
Duration: 20 Aug 201421 Aug 2014

Publication series

Name2014 IEEE Non-Volatile Memory Systems and Applications Symposium, NVMSA 2014

Conference

Conference2014 IEEE Non-Volatile Memory Systems and Applications Symposium, NVMSA 2014
Country/TerritoryChina
CityChongqing
Period20/08/1421/08/14

Fingerprint

Dive into the research topics of 'Fast file synching for applications in flash-based Android devices'. Together they form a unique fingerprint.

Cite this