summaryrefslogtreecommitdiff
path: root/blockdev/linux/file_dev.c
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
2017-04-05Rename ext4_filedev to file_devgkostka