
17 Feb
2023
17 Feb
'23
3:55 a.m.
On Thu, 16 Feb 2023 at 08:34, Tobias Waldekranz tobias@waldekranz.com wrote:
Allow a slice of an existing block device to be mapped to a blkmap. This means that filesystems that are not stored at exact partition boundaries can be accessed by remapping a slice of the existing device to a blkmap device.
Signed-off-by: Tobias Waldekranz tobias@waldekranz.com
drivers/block/blkmap.c | 71 ++++++++++++++++++++++++++++++++++++++++++ include/blkmap.h | 13 ++++++++ 2 files changed, 84 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org