Content deleted Content added
m →Implementations: disambiguate link |
|||
Line 17:
* [[John K. Ousterhout]] and [[Mendel Rosenblum]] implemented the first log-structured file system for the [[Sprite operating system]] in 1992.<ref name="rosenblum90">Rosenblum, Mendel and Ousterhout, John K. (June 1990) - "[http://citeseer.ist.psu.edu/rosenblum90lfs.html The LFS Storage Manager]". ''Proceedings of the 1990 Summer Usenix''. pp315-324.</ref><ref name="rosenblum92">Rosenblum, Mendel and Ousterhout, John K. (February 1992) - "[http://citeseer.ist.psu.edu/rosenblum91design.html The Design and Implementation of a Log-Structured File System]". ''ACM Transactions on Computer Systems, Vol. 10 Issue 1''. pp26-52.</ref>
* [[Log-structured File System (BSD)|BSD-LFS]], an implementation by [[Margo Seltzer]] was added to 4.4BSD, and was later ported to [[386BSD]]. It lacked support for snapshots. It was removed from FreeBSD and OpenBSD, but still lives on in [[NetBSD]].
* [[Plan 9 from Bell Labs|Plan 9]]'s [[Fossil (file system)|Fossil]] file system is also log-structured and supports snapshots.
* [[NILFS]] is a log-structured file system implementation for [[Linux]] by [[NTT/Verio]] which supports snapshots. As of May 2007, it is still in [[software release life cycle#Alpha|alpha]] and not ready for production use.
|