LinLogFS: a log-structured filesystem for Linux

  • Authors:
  • Christian Czezatke;M. Anton Ertl

  • Affiliations:
  • xS+S;TU Wien

  • Venue:
  • ATEC '00 Proceedings of the annual conference on USENIX Annual Technical Conference
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

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.