Log-structured file system: Difference between revisions

Content deleted Content added
linkfix
typo
Line 3:
{{expand}}
 
A '''log-structured filesystem''' is a [[file system]] designghdesign first proposed by [[John K. Ousterhout]] and [[Fred Douglis]]. It writes data to the file system in a sequential "log" format, as opposed to the normal scattered blocks format.
 
== Rationale ==