A log-structured filesystem is a file system in which data and metadata are written sequentially to a circular buffer, called a log. The design was first proposed in 1988 by John K. Ousterhout and Fred Douglis and first implemented in 1992 by John K. Ousterhout and Mendel Rosenblum.
Conventional file systems tend to lay out files with great care for spatial locality and make in-place changes to their data structures in order to perform well on optical and magnetic disks, which tend to seek relatively slowly.
The design of log-structured file systems is based on the hypothesis that this will no longer be effective because ever-increasing memory sizes on modern computers would lead to I/O becoming write-heavy because reads would be almost always satisfied from memory cache. A log-structured file system thus treats its storage as a circular log and writes sequentially to the head of the log.
This has several important side effects:
LogFS is a Linux log-structured and scalable flash file system, intended for use on large devices of flash memory. It is written by Jörn Engel and in part sponsored by the CE Linux Forum.
LogFS is included in the mainline Linux kernel and was introduced in version 2.6.34, released on May 16, 2010.
As of November 2008, LogFS was mature enough to pass its entire test suite, and was subsequently included in the mainline Linux kernel, marked as 'experimental', in version 2.6.34 released on May 16, 2010.
LogFS was motivated by the difficulties of JFFS2 with larger flash-memory drives. LogFS stores the inode tree on the drive; JFFS2 does not, which requires it to scan the entire drive at mount and cache the entire tree in RAM. For larger drives, the scan can take dozens of seconds and the tree can take a significant amount of main memory. LogFS avoids these penalties, but it does do more work while the system is running and uses some of the drive's space for holding the inode tree.
Well everyone knows you're no good, you needle everybody in the neighbourhood, everyone everyone knows you're no good
And everyone knows I don't lie, not to anybody but you or I, everyone everyone knows I don't lie
Well is that why, is that why, you left me here to die?
Tell me is that why, is that why, you hung me out to dry with a blackened eye?
Well everyone knows you are slack, you're never looking forward but you won't look back, everyone everyone knows you are slack (it's totally whack!)
And everyone knows you got soul, you'll find it at the bottom of a big black hole, everyone everyone knows you got soul (no soul!)
Well is that why, is that why, you left me here to die?
Tell me is that why, is that why, you hung me out to dry with a blackened eye?
You see it gets me down and I'm...
Sick & tired of doing whay I should, doing what I should you know it aint no good I'm...
Sick and tired of doing what is right doing what is right and never sleep at night...
Well is that why, is that why, you left me here to die?