Re: userspace pagecache management tool

From: Rik van Riel
Date: Sat Mar 03 2007 - 19:01:32 EST


Andrew Morton wrote:
On Sat, 03 Mar 2007 17:25:30 -0500 Rik van Riel <riel@xxxxxxxxxx> wrote:

backup program

A suitable policy for a backup program would probably be to invalidate any
output file(s) and to invalidate those pages of the input files which were
not in cache when the backup program first opened those files. That way
the backup program will have no effect on the cache state, except for the
race situation where someone read an uncached file while the backup program
was reading from it too.

The use-once policy we have in the kernel should work
perfectly fine for backups. All we need to do is
actually honor the accessed bit on active page cache
pages, instead of flushing them onto the inactive
list.

What am I overlooking?

This can be added in an hour or two with no kernel changes (use mincore).

mincore only works for mmaped areas, we'd need an fincore
to work with file handles.

--
Politics is the struggle between those who want to make their country
the best in the world, and those who believe it already is. Each group
calls the other unpatriotic.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/