EnhanceIO

EnhanceIO is a disk cache module for the Linux kernel. Its goal is to use fast but relatively small SSD drives to improve the performance of large but slow hard drives.

Overview

EnhanceIO makes it possible to add an SSD or other fast disk device as a cache to another block device, such as a hard drive, in order to improve the performance of the disk. It was initially based on Facebook's similar Flashcache module.[1] Unlike Flashcache and other caching solutions, it doesn't use the Linux device mapper[1]. This means it does not create a new block device and caching can be added to existing disks, without reformatting or even unmounting them. This makes it easy to add cache to existing systems.

History

EnhanceIO was first announced as a commercial product in 2011 by sTec Inc[2], a company specializing in SSD products. Late 2012 sTec published code for the Linux module on GitHub. Even though it was then soon submitted to the Linux kernel mailing list[3], it was never merged into the main kernel.

In 2013, Western Digital acquired sTec Inc.[4] They offered the EnhanceIO product briefly under their HGST brand.[5] However, the project was soon discontinued and maintenance on the module halted.

As the project was abandoned, several forks were created with some patches to let EnhanceIO work on later kernels. As of 2017, the lanconnected fork seems to be most active.

gollark: You see, lots of people are actually really stupid and/or have significantly different values.
gollark: Scarier possibility: what if the people voting for them DO care, a lot, and genuinely think that the people they vote for have better policy or something?
gollark: According to random vaguely plausible things on the internet, our strong reactions to politics are derived from the situation during human evolution, when humans were in small tribes and you could directly affect things and they could strongly and directly affect *you*.
gollark: In local ones you can do more, but nobody cares about those.
gollark: You can vote, but in widescale elections you have a very low chance of shifting the outcomes.

See also

References

  1. "EnhanceIO Open Source for Linux". GitHub. 19 August 2017.
  2. "Wayback Machine" (PDF). Web.archive.org. 13 October 2011. Archived from the original on 13 October 2011.CS1 maint: BOT: original-url status unknown (link)
  3. "LKML: OS Engineering: [PATCH] EnhanceIO ssd caching software". Lkml.org. Retrieved 2017-08-21.
  4. "Western Digital Completes Acquisition of sTec, Inc". Hgst.com. Retrieved 2017-08-21.
  5. "EnhanceIO™ SSD Cache Software : Frequently Asked Questions". Hgst.com. Retrieved 2017-08-21.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.