summary refs log tree commit diff
path: root/qcow
Commit message (Expand)AuthorAge
* qcow: add no-op set_len() for QcowFileDaniel Verkamp2019-01-05
* toolchain: Update to Rust 1.31.0David Tolnay2018-12-13
* qcow: scan for free clusters at startupDaniel Verkamp2018-12-04
* lint: Resolve the easier clippy lintsDavid Tolnay2018-12-03
* qcow: add support for rebuilding refcountsDaniel Verkamp2018-12-01
* qcow: calculate refcount table size correctlyDaniel Verkamp2018-11-16
* sys_util: add trait to fsync File and QcowFileDaniel Verkamp2018-10-26
* main: autodetect disk image typeDaniel Verkamp2018-10-19
* devices: virtio: block: ignore Discard failuresDaniel Verkamp2018-10-19
* qcow: add convert API and export it in qcow_utilsDaniel Verkamp2018-10-18
* sys_util: add SeekHole traitDaniel Verkamp2018-10-18
* qcow: create BufWriter with exact capacityDaniel Verkamp2018-10-13
* 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