Verifying a Concurrent File System with Sequential Reasoning
Offered By: ACM SIGPLAN via YouTube
Course Description
Overview
Explore the development of DaisyNFS, a verified concurrent file system, in this conference talk from ACM SIGPLAN. Dive into the innovative approach of combining interactive proofs in Coq and automated proofs in Dafny to tackle the challenges of crash safety and concurrency in systems software. Learn about the GoTxn transaction system and its verification using the Perennial program logic built on Iris in Coq. Discover how the file-system logic is implemented as atomic transactions, enabling verification through Dafny. Gain insights into the resulting NFS protocol server implementation, which achieves good performance while maintaining a low proof burden for file-system logic. Understand the importance of verified systems in preventing bugs that can lead to security vulnerabilities and data loss in critical software infrastructure.
Syllabus
[Dafny'24] Verifying a concurrent file system with sequential reasoning
Taught by
ACM SIGPLAN
Related Courses
Teaching Logic and Set Theory with DafnyACM SIGPLAN via YouTube CLOVER: Closed-Loop Verifiable Code Generation - Dafny'24
ACM SIGPLAN via YouTube Generating Conforming Programs with Xsmith
ACM SIGPLAN via YouTube Domesticating Automation for Large-Scale Verification Systems - Dafny'24
ACM SIGPLAN via YouTube Verifying Dafny Contract Integrity - Detecting Common Pitfalls
ACM SIGPLAN via YouTube