Content deleted Content added
No edit summary |
m Reverted edit(s) by 128.62.157.167 identified as test/vandalism using STiki Tag: Non-autoconfirmed user rapidly reverting edits |
||
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]] design first proposed in 1988 by [[John K. Ousterhout]] and [[Fred Douglis]]. Designed for high write throughput, all updates to data and metadata are written sequentially to a continuous stream, called a log. The design was first implemented by Ousterhout and [[Mendel Rosenblum]].
== Rationale ==
|