summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * qcow2: Use Error parameterMax Reitz2013-09-121-46/+88
| * block: Error parameter for create functionsMax Reitz2013-09-126-6/+22
| * block: Error parameter for open functionsMax Reitz2013-09-1210-15/+49
| * bdrv: Use "Error" for creating imagesMax Reitz2013-09-1215-16/+31
| * bdrv: Use "Error" for opening imagesMax Reitz2013-09-1226-33/+61
| * snapshot: distinguish id and name in snapshot deleteWenchao Xia2013-09-125-22/+122
| * snapshot: new function bdrv_snapshot_find_by_id_and_name()Wenchao Xia2013-09-121-0/+73
| * qcow2: Implement bdrv_amend_optionsMax Reitz2013-09-121-0/+194
| * qcow2: Save refcount order in BDRVQcowStateMax Reitz2013-09-122-1/+3
| * qcow2-cluster: Expand zero clustersMax Reitz2013-09-123-14/+253
| * qcow2-cache: Empty cacheMax Reitz2013-09-122-0/+20
| * raw-win32.c: Fix incorrect handling behaviour of small block filesTal Kain2013-09-121-0/+1
| * qcow2: Discard VM state in active L1 after creating snapshotKevin Wolf2013-09-123-5/+12
| * qcow2: Pass discard type to qcow2_discard_clusters()Kevin Wolf2013-09-123-6/+6
* | iscsi: split discard requests in multiple partsPeter Lieven2013-09-121-83/+73
* | iscsi: add .bdrv_get_block_statusPeter Lieven2013-09-121-0/+136
* | iscsi: add logical block provisioning information to iscsilunPeter Lieven2013-09-121-0/+77
* | scsi: prefer UUID to VM name for the initiator namePaolo Bonzini2013-09-121-7/+16
|/
* raw-posix: report unwritten extents as zeroPaolo Bonzini2013-09-061-0/+3
* raw-posix: return get_block_status data and flagsPaolo Bonzini2013-09-061-7/+10
* block: return get_block_status data and flags for formatsPaolo Bonzini2013-09-068-19/+94
* block: introduce bdrv_get_block_status APIPaolo Bonzini2013-09-0610-26/+32
* block: expect errors from bdrv_co_is_allocatedPaolo Bonzini2013-09-063-5/+7
* block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini2013-09-063-7/+7
* block: make bdrv_co_is_allocated staticPaolo Bonzini2013-09-063-5/+5
* cow: do not call bdrv_co_is_allocatedPaolo Bonzini2013-09-061-1/+1
* cow: make writes go at a less indecent speedPaolo Bonzini2013-09-061-3/+16
* cow: make reads go at a decent speedPaolo Bonzini2013-09-061-22/+32
OpenPOWER on IntegriCloud