summaryrefslogtreecommitdiff
path: root/blockdev/linux/file_dev.c
AgeCommit message (Collapse)Author
2023-01-30Return platform-specific errors via ext4_blockdev_errno2400-ext-errorsCarl 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 ↵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
2017-04-05Rename ext4_filedev to file_devgkostka