| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
1. Introduce part_offset & part_size fields in blockdev
2. Blockdev operations with part_offset
3. Blockdev operations check based on part_size
4. lwext4_mbr tool: scan master boot record for linux partitions
5. Set right partition sizes in linux/windows file blockdevs
|
|
Since one blockdev_iface could be shared by multi block devices
lock/unlock functions is needed. Locks are not needed in single
partition mode.
|
|
Preparation for multi partition mode. New ext4_blockdev_iface
will allow to share same interface by multiple block devices.
|
|
|
|
|
|
|