device-mapper: Add dm-bow 67/260967/3
authorMateusz Moscicki <m.moscicki2@partner.samsung.com>
Fri, 27 Nov 2020 13:58:07 +0000 (14:58 +0100)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 13 Jul 2021 23:35:45 +0000 (23:35 +0000)
commit4e6f18755b02129c188c6ebb90b7bffc04f25eee
treea1c5983e0ea710e3ff0f777861b50fb3c0784d3b
parentf5f01b5f26a57b105a361d9c60981850610865c2
device-mapper: Add dm-bow

dm-bow is a device mapper driver that allows to create a checkpoint on
the volume so that it is possible to restore the state if necessary.
This is needed to protect the ext4 partition during a system upgrade in
case of a power failure.

Change-Id: Ic62e83dc5b04cfa250d1b7eaa3721546782e88eb
Originally-by: Paul Lawrence <paullawrence@google.com>
Origin: https://android.googlesource.com/kernel/common/+/refs/heads/android-mainline/drivers/md/dm-bow.c
Signed-off-by: Mateusz Moscicki <m.moscicki2@samsung.com>
Documentation/device-mapper/dm-bow.txt [new file with mode: 0644]
drivers/md/Kconfig
drivers/md/Makefile
drivers/md/dm-bow.c [new file with mode: 0644]