Messages in this thread | | From | Sami Tolvanen <> | Subject | [PATCH 0/4] dm verity: add support for error correction | Date | Thu, 5 Nov 2015 02:02:30 +0000 |
| |
This patch set adds error correction support to dm-verity, which makes it possible to recover from data corruption in exchange of increased space overhead.
The feature is implemented as part of dm-verity to take advantage of the existing hash tree to improve performance and locate known erasures.
Sami Tolvanen (4): dm verity: clean up duplicate hashing code dm verity: separate function for parsing opt args dm verity: add support for forward error correction dm verity: ignore zero blocks
Documentation/device-mapper/verity.txt | 34 ++ drivers/md/dm-verity.c | 1004 +++++++++++++++++++++++++++----- 2 files changed, 892 insertions(+), 146 deletions(-)
-- 2.6.0.rc2.230.g3dd15c0
| |