| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 ↵ | Carl Hetherington | |
| as root. | |||
| 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 | |
| 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-08 | Add lock/unlock functions to blockdev_iface | gkostka | |
| 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-07 | Indroduce split ext4_blockdev to two separate structures | gkostka | |
| Preparation for multi partition mode. New ext4_blockdev_iface will allow to share same interface by multiple block devices. | |||
| 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 | |
