summaryrefslogtreecommitdiff
path: root/blockdev/windows
AgeCommit message (Collapse)Author
2020-04-13Use DISK_GEOMETRY_EX instead of plain DISK_GEOMETRY so that the disk size is ↵Carl Hetherington
returned explicitly. I'm not sure if this fixes any bugs but it makes the code cleaner.
2020-03-08Fix #includes and build a shared library.Carl Hetherington
2019-06-11Possibly dubious patch to allow writing to partitions on Windows.Carl Hetherington
2017-04-05Name refactiring inside file_windows modulegkostka
2017-04-05Rename io_raw module to more appropriate file_windowsgkostka
2015-12-08ext4_mbr: multiple changes related to MBR parsinggkostka
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
2015-12-08Add lock/unlock functions to blockdev_ifacegkostka
Since one blockdev_iface could be shared by multi block devices lock/unlock functions is needed. Locks are not needed in single partition mode.
2015-09-22Demo apps refactoringgkostka