public inbox for linux-bcache@vger.kernel.org
 help / color / mirror / Atom feed
* Bcache data layout - suited as swap filesystem on SSDs?
@ 2013-03-09  6:52 Alex Elsayed
  0 siblings, 0 replies; only message in thread
From: Alex Elsayed @ 2013-03-09  6:52 UTC (permalink / raw)
  To: linux-bcache-u79uwXL29TY76Z2rM5mHXA

I came across a paper [1] today talking about improving the Linux swap 
system for use on SSDs, and I realized that some points made in the paper 
could be addressed by using bcache 'in reverse', where instead of caching a 
slower block device it stores pages on behalf of faster memory.

Bcache already optimizes for SSDs by writing linearly where possible, using 
'buckets' sized to work well with eraseblocks, and taking advantage of high 
random read performance.

The paper advocates doing much the same with swap on SSDs, although it also 
talks about removing layers of software between the VM and the SSD.

Since bcache is an efficient way of storing sparse, fixed-size chunks of 
data identified by addresses, it might be a really interesting data layout 
for efficient swap on SSDs.

[1] http://pages.cs.wisc.edu/~msaxena/FlashVMpaper.html

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-09  6:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-09  6:52 Bcache data layout - suited as swap filesystem on SSDs? Alex Elsayed

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox