LFS (Log-structured File System)

GPTKB entity

Statements (23)
Predicate Object
gptkbp:instanceOf file format
gptkbp:academicPaper gptkb:The_Design_and_Implementation_of_a_Log-Structured_File_System
gptkbp:category file system design
log-structured storage
gptkbp:citation high
gptkbp:designedBy gptkb:Margo_Seltzer
Ousterhout, John K.
gptkbp:developedBy gptkb:University_of_California,_Berkeley
gptkbp:feature improves write performance
writes all modifications to disk sequentially in a log-like structure
uses garbage collection to reclaim space
gptkbp:firstPublished 1991
https://www.w3.org/2000/01/rdf-schema#label LFS (Log-structured File System)
gptkbp:influenced gptkb:NILFS
gptkb:Sprite_LFS
gptkbp:openSource BSD LFS
Linux LFS (experimental)
gptkbp:operatingSystem gptkb:UNIX
gptkbp:relatedConcept journaling file system
write amplification
garbage collection (file systems)
gptkbp:bfsParent gptkb:UNIX_File_System_(UFS)
gptkbp:bfsLayer 7