From: Josef Bacik Date: Fri, 20 Mar 2015 14:50:37 +0000 (-0400) Subject: dm: add log writes target X-Git-Tag: omap-for-v4.1/fixes-rc1~106^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e9cebe724597a76ab1b0ebc0a21e16f7db11b47;p=pandora-kernel.git dm: add log writes target Introduce a new target that is meant for file system developers to test file system integrity at particular points in the life of a file system. We capture all write requests and associated data and log them to a separate device for later replay. There is a userspace utility to do this replay. The idea behind this is to give file system developers a tool to verify that the file system is always consistent. Signed-off-by: Josef Bacik Reviewed-by: Zach Brown Signed-off-by: Mike Snitzer --- Reading git-diff-tree failed