Content deleted Content added
Split out long list to a separate article List of log-structured file systems |
remove redundant link to Ousterhout in intro |
||
Line 1:
{{about|the general concept of log-structured file systems|the NetBSD file system|Log-structured File System (BSD)|the Linux log-structured Flash file system|LogFS}}
A '''log-structured filesystem''' is a [[file system]] in which data and metadata are written sequentially to a [[circular buffer]], called a log.<ref name="ostep">{{citation|title=Log-structured File Systems|url=http://pages.cs.wisc.edu/~remzi/OSTEP/file-lfs.pdf|publisher= Arpaci-Dusseau Books|year = 2014|first1 = Remzi H.|last1 =Arpaci-Dusseau|first2=Andrea C.|last2 = Arpaci-Dusseau}}</ref> The design was first proposed in 1988 by [[John K. Ousterhout]] and [[Fred Douglis]] and first implemented in 1992 by
== Rationale ==
|