[Ocfs2-devel] [PATCH V8 1/8] mm/fs: cleancache documentation

Dan Magenheimer dan.magenheimer at oracle.com
Fri Apr 15 12:37:11 PDT 2011


Hi Hirofumi-san --

> Another question: why can't this enable/disable per sb, e.g. via mount
> options? (I have the interest the cache stuff like this by SSD on
> physical systems like dragonfly's swapcache.)

This would be useful and could be added later if individual
filesystems choose to add the mount functionality.  My goal with
this patchset is to enable only minimal functionality so
that other kernel developers can build on it.

> Well, anyway, I guess force enabling this for mostly unused sb can just
> add cache-write overhead and call for unpleasing reclaim to backend
> (because of limited space of backend) like updatedb.

If the sb is mostly unused, there should be few puts.  But you
are correct that if the backend has only very limited space,
cleancache adds cost and has little value.  On these systems,
cleancache should probably be disabled.  However, the cost
is very small so leaving it enabled may not even show a
measureable performance impact.

> And already there is in FAQ though, I also have interest about async
> interface because of SDD backend (I'm not sure for now though). Is
> there any plan like SSD backend?

Yes, I think an SSD backend is very interesting, especially
if the SSD is "very near" to the processor so that it can
be used as a RAM extension rather than as an I/O device.

The existing cleancache hooks will work for this and I am
working on a cleancache backend called RAMster that will
be a good foundation to access other asynchronous devices.
See: http://marc.info/?l=linux-mm&m=130013567810410&w=2 

Thanks for your feedback!
Dan



More information about the Ocfs2-devel mailing list