Stackable Layers: an Architecture for
File System Development
John S
University of California, Los Angeles, Computer Science Department
Citation
John S. Heidemann. Stackable Layers: an Architecture for File System Development. University of California, Los Angeles Department of Computer Science . [PDF] [alt PDF]
Abstract
This thesis proposes the \em stackable layers\/ method of file system design. This approach constructs file systems from a number of independently developed \em layers. Each layer is bounded by a symmetric interface, syntactically identical above and below. Layers combine in \em stacks, linear or tree-shaped collections, each layer building on the functionality of those beneath it. Stackable filing improves file system development in several ways. Stacking encourages code re-use by building upon already existing layers. Incremental improvement is possible by substitution of existing layers. The layer interface is extensible, allowing new operations to be easily added by third-parties. Each operation is carefully described, permitting existing layers to adjust automatically to the addition of new operations. The feasibility of stackable filing is demonstrated by the development of a prototype layer interface and several file system layers. The performance of multi-layer stacks is found comparable to that of monolithic file systems. Through the re-use of existing services, we find development of new filing services with stackable layers significantly easier than development with traditional methods.Bibtex Citation
@mastersthesis{Heidemann91a, author = {Heidemann, John S.}, title = {Stackable Layers: an Architecture for File System Development}, school = {University of California, Los Angeles}, year = {1991}, sortdate = {1991-07-01}, project = {ficus}, jsubject = {stacking}, month = jul, publisher = {University of California, Los Angeles Department of Computer Science }, pages = {128}, note = {Available as UCLA technical report CSD-910056}, keywords = {stackable layers, Ficus}, url = {https://ant.isi.edu/%7ejohnh/PAPERS/Heidemann91a.html}, psurl = {https://ant.isi.edu/%7ejohnh/PAPERS/Heidemann91a.ps.gz}, pdfurl = {https://ant.isi.edu/%7ejohnh/PAPERS/Heidemann91a.pdf}, oldurl = {ftp://ftp.cs.ucla.edu/pub/ficus/heidemann_thesis.ps.gz}, myorganization = {University of California, Los Angeles, Computer Science Department}, copyrightholder = {authors} }