summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* qcow2: Add more overlap check bitmask macrosMax Reitz2013-10-111-3/+11
* qcow2: Array assigning options to OL check bitsMax Reitz2013-10-111-0/+11
* qcow2: Add overlap-check optionsMax Reitz2013-10-112-0/+55
* qcow2: Make overlap check mask variableMax Reitz2013-10-113-4/+5
* qcow2: Use negated overflow check maskMax Reitz2013-10-116-38/+29
* qcow2: Use better type for numerical snapshot IDMax Reitz2013-10-111-2/+3
* qcow2: Fix snapshot restoration in snapshot_createMax Reitz2013-10-111-0/+1
* qcow2: Remove wrong metadata overlap checkMax Reitz2013-10-111-8/+0
* qcow2: Add missing space in error messageMax Reitz2013-10-111-1/+1
* block: Add BlockDriver.bdrv_check_ext_snapshot.Benoît Canet2013-10-111-0/+2
* block/get_block_status: avoid redundant callouts on raw devicesPeter Lieven2013-10-111-1/+3
* qcow2: Assert against snapshot name/ID overflowMax Reitz2013-10-111-0/+1
* qcow2: Free allocated snapshot table on errorMax Reitz2013-10-111-0/+4
* qcow2: Always use error path on writing snapshotsMax Reitz2013-10-111-3/+4
* qcow2: Free preallocated zero clustersMax Reitz2013-10-111-3/+5
* qcow2: Use pread for inactive L1 in overlap checkMax Reitz2013-10-111-4/+3
* qcow2: Add support for ImageInfoSpecificMax Reitz2013-10-111-0/+28
* block/qapi: Human-readable ImageInfoSpecific dumpMax Reitz2013-10-111-0/+121
* block: Add bdrv_get_specific_infoMax Reitz2013-10-111-0/+3
* qapi: make use of new BlockJobTypeFam Zheng2013-10-114-4/+4
* blockjob: rename BlockJobType to BlockJobDriverFam Zheng2013-10-114-8/+8
* Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2013-10-101-3/+3
|\
| * block/iscsi: reenable iscsi_co_get_block_statusPeter Lieven2013-10-091-3/+3
* | qcow2: Free allocated L2 cluster on errorMax Reitz2013-10-071-0/+4
* | qcow2: Switch L1 table in a single sequenceMax Reitz2013-10-021-2/+5
* | block: vhdx - add migration blockerJeff Cody2013-10-021-0/+10
* | qcow2: CHECK_OFLAG_COPIED is obsoleteMax Reitz2013-10-021-3/+1
* | qcow2: Correct endianness in overlap checkMax Reitz2013-10-021-2/+2
|/
* qcow2: Remove useless count_contiguous_clusters() parameterKevin Wolf2013-09-271-6/+6
* qcow2: COMPRESSED on count_contiguous_clustersMax Reitz2013-09-271-4/+2
* qcow2: count_contiguous_clusters and compressionMax Reitz2013-09-271-2/+5
* qcow2: Free only newly allocated clusters on errorMax Reitz2013-09-271-6/+10
* qcow2: Always use error path in l2_allocateMax Reitz2013-09-271-2/+3
* qcow2: Don't put invalid L2 table into cacheMax Reitz2013-09-271-2/+4
* qcow2: Correct bitmap size in zero expansionMax Reitz2013-09-271-11/+27
* qcow2: Assert against currently impossible overflowMax Reitz2013-09-251-0/+1
* block: qed - use QEMU_PACKED for on-disk structuresJeff Cody2013-09-251-1/+1
* block: qcow2 - used QEMU_PACKED for on-disk structuresJeff Cody2013-09-252-2/+2
* block: vpc - use QEMU_PACKED for on-disk structuresJeff Cody2013-09-251-14/+14
* block: vdi - use QEMU_PACKED for on-disk structuresJeff Cody2013-09-251-1/+1
* rbd: avoid qemu_rbd_snap_list() memory leaksStefan Hajnoczi2013-09-251-1/+2
* block: Fix compiler warning (-Werror=uninitialized)Stefan Weil2013-09-251-2/+3
* block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.Benoît Canet2013-09-256-0/+16
* vmdk: fix cluster size check for flat extentsFam Zheng2013-09-251-3/+3
* qcow2: Don't shadow return valueMax Reitz2013-09-251-1/+0
* Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori2013-09-231-1/+1
|\
| * qcow2: Correct snapshots size for overlap checkMax Reitz2013-09-201-1/+1
* | Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2013-09-231-0/+6
|\ \ | |/ |/|
| * block/iscsi: Drop iscsi_co_get_block_status for older versions of libiscsiStefan Weil2013-09-181-0/+6
* | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-09-1732-161/+932
|\ \ | |/ |/|
OpenPOWER on IntegriCloud