English

A Formal Model of a Virtual Filesystem Switch

Logic in Computer Science 2012-11-28 v1 Operating Systems Software Engineering

Abstract

This work presents a formal model that is part of our effort to construct a verified file system for Flash memory. To modularize the verification we factor out generic aspects into a common component that is inspired by the Linux Virtual Filesystem Switch (VFS) and provides POSIX compatible operations. It relies on an abstract specification of its internal interface to concrete file system implementations (AFS). We proved that preconditions of AFS are respected and that the state is kept consistent. The model can be made executable and mounted into the Linux directory tree using FUSE.

Cite

@article{arxiv.1211.6187,
  title  = {A Formal Model of a Virtual Filesystem Switch},
  author = {Gidon Ernst and Gerhard Schellhorn and Dominik Haneberg and Jörg Pfähler and Wolfgang Reif},
  journal= {arXiv preprint arXiv:1211.6187},
  year   = {2012}
}

Comments

In Proceedings SSV 2012, arXiv:1211.5873

R2 v1 2026-06-21T22:44:34.335Z