File system designs on low-latency storage devices

dc.contributor.advisorWitchel, Emmett
dc.contributor.advisorChidambaram, Vijay
dc.contributor.committeeMemberAdya, Atul
dc.contributor.committeeMemberPeter, Simon
dc.creatorHu, Yige
dc.creator.orcid0000-0001-8681-5101
dc.date.accessioned2021-05-06T20:28:32Z
dc.date.available2021-05-06T20:28:32Z
dc.date.created2020-12
dc.date.issued2020-12-04
dc.date.submittedDecember 2020
dc.date.updated2021-05-06T20:28:33Z
dc.description.abstractThe evolution of modern applications and storage technologies has created new challenges for file systems. Applications store persistent state across multiple files and storage abstractions which must maintain crash consistency. New storagedevices such as NAND flash memory has lower IO latency and higher bandwidth compared to spinning disks, especially for random memory accesses. Non-volatile memory (NVM) further decreases read and write latency for persistent storage, with access times on the order of DRAM. Decreased device latencies makes it more important to eliminate CPU overhead and system call overhead than to reduce accessesto the storage device. We first introduce TXFS, a transactional file system that builds general-purpose transactions upon an existing file system’s atomic-update mechanism such as journaling. Though prior work has explored a number of transactional file systems, TXFS has a unique set of properties: a simple API, portability across different hardware, high performance, low complexity (by building on the file-system journal), and full ACID transactions. We port SQLite, OpenLDAP, and Git to use TXFS, and experimentally show that TXFS provides strong crash consistency while providing equal or better performance. We then introduceNVMKVFS, a user-space file-system prototype focusing on metadata operations. We examine ext4-dax and NOVA scalability, finding numerous bottlenecks in the VFS. NVM’s low memory access latency makes it more important to eliminate CPU overhead than to reduce accesses to the NVM device, so we eliminate the VFS caches while maintaining performance on standard workloads and increasing scalability. We propose a file system based on two global indexes on NVM, one for metadata and the other for data. Because of NVM’s asymmetric bandwidth on read and write accesses, We focus on optimizing read-heavy workloads and metadata-heavy workloads in which write sizes are small.
dc.description.departmentComputer Scienceseng
dc.format.mimetypeapplication/pdf
dc.identifier.urihttps://hdl.handle.net/2152/85567
dc.identifier.urihttp://dx.doi.org/10.26153/tsw/12531
dc.language.isoen
dc.subjectOperating systems
dc.subjectFile systems
dc.subjectCrash consistency
dc.subjectACID transactions
dc.subjectPersistent memory
dc.subjectNon-volatile memory
dc.titleFile system designs on low-latency storage devices
dc.typeThesis
dc.type.materialtext
thesis.degree.departmentComputer Sciences
thesis.degree.disciplineComputer Science
thesis.degree.grantorThe University of Texas at Austin
thesis.degree.levelDoctoral
thesis.degree.nameDoctor of Philosophy

Access full-text files

Original bundle

Now showing 1 - 1 of 1
Loading...
Thumbnail Image
Name:
HU-DISSERTATION-2020.pdf
Size:
763.85 KB
Format:
Adobe Portable Document Format

License bundle

Now showing 1 - 1 of 1
No Thumbnail Available
Name:
LICENSE.txt
Size:
1.84 KB
Format:
Plain Text
Description: