summaryrefslogtreecommitdiff
path: root/blockdev/linux
AgeCommit message (Expand)Author
2023-01-27Tone logging down a bit.disk-writer-debugCarl Hetherington
2023-01-19Add logging to ext4_mkfs.Carl Hetherington
2021-03-12Use posix open/read/write/close as it seems to be much faster than stdio.carl2-optCarl Hetherington
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 a...Carl Hetherington
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
2015-12-08Add lock/unlock functions to blockdev_ifacegkostka
2015-12-07Indroduce split ext4_blockdev to two separate structuresgkostka
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