Log-Structured File System
Objective: improve FS write performance
Idea: use asynchronous, large writes
Method: Log-structured file system
- data stored in (sequential) log
- all writes are large and asynchronous
How to retrieve data from log?
How to manage free space?