summaryrefslogtreecommitdiff
path: root/blockdev/linux
AgeCommit message (Collapse)Author
2020-05-02Add some more debugging.Carl Hetherington
2020-05-02I don't think we need the whole authopen dance now we're running the writer ↵Carl Hetherington
as root.
2020-04-05Use authopen to acquire permissions to write to drives on macOS.Carl Hetherington
2020-04-04Fix for finding device sizes on macOS.Carl Hetherington
2020-03-08Fix #includes and build a shared library.Carl Hetherington
2017-04-05Rename ext4_filedev to file_devgkostka
2016-01-23ext4_filedev: use ftello instead of ftell.ngkaho1234
2015-12-29ext4_filedev: fix travis buildgkostka
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-12-07Indroduce split ext4_blockdev to two separate structuresgkostka
Preparation for multi partition mode. New ext4_blockdev_iface will allow to share same interface by multiple block devices.
2015-11-15Return success when 0 block read/write is calledgkostka
2015-11-14define _LARGEFILE64_SOURCE to be able to access large files.ngkaho1234
2015-09-22Demo apps refactoringgkostka