commit | f7241a45dd48be662dda1b4ebe9cebbb6dabb447 | [log] [tgz] |
---|---|---|
author | Tobias Waldekranz <tobias@waldekranz.com> | Thu Feb 16 16:33:51 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 05 10:54:47 2023 -0400 |
tree | 4bae2048970ae039b9a1f65ad527aafc48cdf31c | |
parent | 5f7f822ba44745e4d4845c6cc73e21e3daab8e65 [diff] |
blk: blkmap: Add linear device mapping support 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> Reviewed-by: Simon Glass <sjg@chromium.org>