A New Log-Structured Linux Caching Software Driver

Written by Michael Larabel in Linux Kernel on 4 September 2013 at 12:18 AM EDT. 6 Comments
LINUX KERNEL
While it didn't make it as part of the initial staging pull for the Linux 3.12 merge window, on Sunday dm-writeboost was proposed for staging. DM-Writeboost is new log-structured Linux caching software.

DM-Writeboost batches incoming random writes so that when writing to a cache device it will write out as a large sequential write. There's already DM-Cache and Bcache for the Linux kernel but DM-Writeboost focuses on "bursty writes" and for maximizing the life of solid-state drives (SSDs) by using sequential writes.

More details on DM-Writeboost can be found via the Linux kernel mailing list post and its attached 3,600 lines of new code for the Linux kernel.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week