USENIX Technical Program - Abstract - USENIX Annual
Conference, Freenix Session - June 2000
LinLogFS - A Log-Structured Filesystem For Linux
Christian Czezatke, xS+S; M. Anton Ertl, TU Wien
Abstract
LinLogFS is a log-structured filesystem for Linux. It currently offers features like fast crash recovery and in-order write semantics. We implemented LinLogFS by putting a logging layer between an adapted version of the ext2 file system and the block device.
|