List of log-structured file systems

List of log-structured file system implementations.

Some kinds of storage media, such as flash memory and CD-RW, slowly degrade as they are written to and have a limited number of erase/write cycles at any one location. Log-structured file systems are sometimes used on these media because they make fewer in-place writes and thus prolong the life of the device by wear leveling. The more common such file systems include:

See also

References

  1. "Stephen L. Samson. MVS Performance Management OS/390 Edition, p. 12 " http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.195.1886&rep=rep1&type=pdf
  2. ”Outstanding Innovation Award “Virtual Storage Disk Paging”
  3. Rosenblum, Mendel and Ousterhout, John K. (June 1990) - "The LFS Storage Manager". Proceedings of the 1990 Summer Usenix. pp315-324.
  4. Rosenblum, Mendel and Ousterhout, John K. (February 1992) - "The Design and Implementation of a Log-Structured File System". ACM Transactions on Computer Systems, Vol. 10 Issue 1. pp26-52.
  5. "The struggle between virtual machine performance and storage". Jon William Toigo @ TechTarget.
  6. "CASL with Nimble Storage". Eric Shanks @ The IT Hollow.
This article is issued from Wikipedia - version of the 6/4/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.