ext4_mbr: multiple changes related to MBR parsing
authorgkostka <kostka.grzegorz@gmail.com>
Tue, 8 Dec 2015 19:06:41 +0000 (20:06 +0100)
committergkostka <kostka.grzegorz@gmail.com>
Tue, 8 Dec 2015 19:14:33 +0000 (20:14 +0100)
commite69f4b3ad8c1b56035b669e10072054ae2939695
treee402cfaffd18d21e0e7a521c73394257a3dc513a
parentc3b3f743175a5827feacaa37bbc5443adc2c359b
ext4_mbr: multiple changes related to MBR parsing

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
blockdev/linux/ext4_filedev.c
blockdev/windows/io_raw.c
fs_test/CMakeLists.txt
fs_test/lwext4_mbr.c [new file with mode: 0644]
lwext4/ext4_blockdev.c
lwext4/ext4_blockdev.h
lwext4/ext4_mbr.c
lwext4/ext4_mbr.h