index
:
lwext4
2400-ext-errors
arm64
carl
carl-attic
carl-old
carl2-opt
cscript
debug
disk-writer-debug
fix-mac
master
more-cache
osx
static-on-linux
win32
windows-debug
Fork of lwext4 library for EXT2 filesystem manipulation
cth@carlh.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
blockdev
/
linux
Age
Commit message (
Expand
)
Author
2023-01-27
Tone logging down a bit.
disk-writer-debug
Carl Hetherington
2023-01-19
Add logging to ext4_mkfs.
Carl Hetherington
2021-03-12
Use posix open/read/write/close as it seems to be much faster than stdio.
carl2-opt
Carl Hetherington
2020-05-02
Add some more debugging.
Carl Hetherington
2020-05-02
I don't think we need the whole authopen dance now we're running the writer a...
Carl Hetherington
2020-04-05
Use authopen to acquire permissions to write to drives on macOS.
Carl Hetherington
2020-04-04
Fix for finding device sizes on macOS.
Carl Hetherington
2020-03-08
Fix #includes and build a shared library.
Carl Hetherington
2017-04-05
Rename ext4_filedev to file_dev
gkostka
2016-01-23
ext4_filedev: use ftello instead of ftell.
ngkaho1234
2015-12-29
ext4_filedev: fix travis build
gkostka
2015-12-08
ext4_mbr: multiple changes related to MBR parsing
gkostka
2015-12-08
Add lock/unlock functions to blockdev_iface
gkostka
2015-12-07
Indroduce split ext4_blockdev to two separate structures
gkostka
2015-11-15
Return success when 0 block read/write is called
gkostka
2015-11-14
define _LARGEFILE64_SOURCE to be able to access large files.
ngkaho1234
2015-09-22
Demo apps refactoring
gkostka