The Design and Verification of the Rio File Cache. Ng, W. T. & Chen, P. M. IEEE Trans. Comput., 50(4):322--337, April, 2001.
abstract   bibtex   
Today's file systems are limited in speed and reliability by memory's vulnerability to operating system crashes. Because memory is viewed as unsafe, systems periodically write modified file data back to disk. These extra disk writes lower system performance and the delay period before data is safe lowers reliability. The goal of the Rio (RAM I/O) file cache is to make ordinary main memory safe for persistent storage by enabling memory to survive operating system crashes. Reliable main memory enables the Rio file cache to be as reliable as a write-through file cache, where every write is safe instantly, and as fast as a pure write-back file cache, with no reliability-induced writes to disk. This paper describes the systematic, quantitative process we used to design and verify the Rio file cache on Intel PCs running FreeBSD and the reliability and performance of the resulting system.
@article{ng_design_2001,
	title = {The {Design} and {Verification} of the {Rio} {File} {Cache}},
	volume = {50},
	abstract = {Today's file systems are limited in speed and reliability by memory's vulnerability to operating system crashes. Because memory is viewed as unsafe, systems periodically write modified file data back to disk. These extra disk writes lower system performance and the delay period before data is safe lowers reliability. The goal of the Rio (RAM I/O) file cache is to make ordinary main memory safe for persistent storage by enabling memory to survive operating system crashes. Reliable main memory enables the Rio file cache to be as reliable as a write-through file cache, where every write is safe instantly, and as fast as a pure write-back file cache, with no reliability-induced writes to disk. This paper describes the systematic, quantitative process we used to design and verify the Rio file cache on Intel PCs running FreeBSD and the reliability and performance of the resulting system.},
	number = {4},
	urldate = {2012-11-07TZ},
	journal = {IEEE Trans. Comput.},
	author = {Ng, Wee Teck and Chen, Peter M.},
	month = apr,
	year = {2001},
	keywords = {File systems, reliable main memory, software fault injection., state\_diffing},
	pages = {322--337}
}

Downloads: 0