The Design and Implementation of a Log-Structured File System

M. Rosenblum, and J.K. Ousterhout. ACM Transactions on Computer Systems. Vol. 10, No. 1 (Feb 1992), pp. 26-52.

The whole file system is in an append-only log. It's divided into sizable (~1MB) segments (and the log threaded through them) to make cleaning easier without losing performance.

Details:

Wins:

Problems:


Umesh Shankar
Last modified: Fri Jul 13 11:52:46 PDT 2001