Content deleted Content added
m Bot: Migrating 1 interwiki links, now provided by Wikidata on d:q3836406 |
m +link |
||
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 [[John Ousterhout]] and [[Mendel Rosenblum]].
== Rationale ==
|