Live data from Hacker News

FlashCache - a general purpose writeback block cache for Linux

github.com

1–2 of 2 posts

Re: FlashCache - a general purpose writeback block cache for Linux

#2
How is this different to the project it is based on, dm-cache[1][2]?

Briefly skimming the documentation it seems that the first difference is the eviction policy: LRU in dm-cache vs FIFO in FlashCache (although LRU is an option).

Anyone know what prompted the name change and code fork?

[1] http://github.com/mingzhao/dm-cache [2] http://users.cis.fiu.edu/~zhaom/dmcache/index.html