summary refs log tree commit diff
path: root/qcow
Commit message (Expand)AuthorAge
* cargo fmt all source codeZach Reizner2018-10-09
* qcow: track deallocated clusters as unreferencedDaniel Verkamp2018-10-05
* qcow: optimize sync_caches to avoid extra writesDaniel Verkamp2018-09-27
* qcow: buffer reads and writes in QcowRawFileDaniel Verkamp2018-09-27
* qcow: Add accessors for more file stateDylan Reid2018-09-19
* qcow: Cache address and refcount tablesDylan Reid2018-09-17
* qcow: Add refcounting helperDylan Reid2018-09-15
* qcow: Add vec_cacheDylan Reid2018-09-15
* qcow: Add raw file structDylan Reid2018-09-13
* qcow: deallocate clusters in write_zeroesDaniel Verkamp2018-09-05
* qcow: implement WriteZeroes for QcowFileDaniel Verkamp2018-09-05
* qcow: fix check for compressed cluster bitDaniel Verkamp2018-08-17
* qcow: Set refcounts for initial clusters.Dylan Reid2018-07-16
* devices: block: sync after setting refcountDylan Reid2018-07-13
* qcow: Call fsync(2) when we want to flush to diskDylan Reid2018-05-18
* qcow: avoid truncation if usize is 32 bitsDylan Reid2018-04-27
* qcow: Fix clippy warningsDylan Reid2018-03-08
* qcow: Fix refcount_bytesDylan Reid2018-03-07
* fix some clippy errors that are default denyZach Reizner2018-03-07
* qcow: check more address addition for overflowDylan Reid2018-02-23
* qcow: Calculate correct refcount table size and zero itDylan Reid2018-02-12
* qcow: Fix limiting range clustersDylan Reid2018-02-01
* qcow: Add ability to write a QcowHeader to a fileDylan Reid2018-01-22
* qcow: Add ability to create QcowHeader for a given sizeDylan Reid2018-01-22
* Add qcow support crateDylan Reid2018-01-19