From: Joe Thornber Date: Fri, 8 Nov 2013 16:39:50 +0000 (+0000) Subject: dm cache: add cache block invalidation support X-Git-Tag: v3.13-rc1~97^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65790ff919e2e07ccb4457415c11075b245d643b;p=pandora-kernel.git dm cache: add cache block invalidation support Cache block invalidation is removing an entry from the cache without writing it back. Cache blocks can be invalidated via the 'invalidate_cblocks' message, which takes an arbitrary number of cblock ranges: invalidate_cblocks [|-]* E.g. dmsetup message my_cache 0 invalidate_cblocks 2345 3456-4567 5678-6789 Signed-off-by: Joe Thornber Signed-off-by: Mike Snitzer --- Reading git-diff-tree failed