login

Verifying a File System Implementation

Lecture notes in computer sciencePublished 1 January 2004
Konstantine Arkoudas, Karen Zee, Viktor Kunčak, Martin Rinard
Citations67
SJR quartileQ2
SJR score0.35
SNIP0.55

TL;DR

This work proves the implementation of a basic file system implementation correct by establishing a simulation relation between the specification of the file system and its implementation (which uses fixed-size disk blocks to store the contents of the files).

Abstract

We present a correctness proof for a basic file system implementation. This implementation contains key elements of standard Unix file systems such as inodes and fixed-size disk blocks. We prove the implementation correct by establishing a simulation relation between the specification of the file system (which models the file system as an abstract map from file names to sequences of bytes) and its implementation (which uses fixed-size disk blocks to store the contents of the files). We used the Athena proof system to represent and validate our proof. Our experience indicates that Athena's use of block-structured natural deduction, support for structural induction and proof abstraction, and seamless integration with high-performance automated theorem provers were essential to our ability to successfully manage a proof of this size.

Keywords

Computer Science