summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2013-09-27qcow2: Remove useless count_contiguous_clusters() parameterKevin Wolf1-6/+6
2013-09-27qcow2: COMPRESSED on count_contiguous_clustersMax Reitz1-4/+2
2013-09-27qcow2: count_contiguous_clusters and compressionMax Reitz1-2/+5
2013-09-27qcow2: Free only newly allocated clusters on errorMax Reitz1-6/+10
2013-09-27qcow2: Always use error path in l2_allocateMax Reitz1-2/+3
2013-09-27qcow2: Don't put invalid L2 table into cacheMax Reitz1-2/+4
2013-09-27qcow2: Correct bitmap size in zero expansionMax Reitz1-11/+27
2013-09-25qcow2: Assert against currently impossible overflowMax Reitz1-0/+1
2013-09-25block: qed - use QEMU_PACKED for on-disk structuresJeff Cody1-1/+1
2013-09-25block: qcow2 - used QEMU_PACKED for on-disk structuresJeff Cody2-2/+2
2013-09-25block: vpc - use QEMU_PACKED for on-disk structuresJeff Cody1-14/+14
2013-09-25block: vdi - use QEMU_PACKED for on-disk structuresJeff Cody1-1/+1
2013-09-25rbd: avoid qemu_rbd_snap_list() memory leaksStefan Hajnoczi1-1/+2
2013-09-25block: Fix compiler warning (-Werror=uninitialized)Stefan Weil1-2/+3
2013-09-25block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.BenoƮt Canet6-0/+16
2013-09-25vmdk: fix cluster size check for flat extentsFam Zheng1-3/+3
2013-09-25qcow2: Don't shadow return valueMax Reitz1-1/+0
2013-09-23Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori1-1/+1
2013-09-23Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori1-0/+6
2013-09-20qcow2: Correct snapshots size for overlap checkMax Reitz1-1/+1
2013-09-18block/iscsi: Drop iscsi_co_get_block_status for older versions of libiscsiStefan Weil1-0/+6
2013-09-17Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori32-161/+932
2013-09-12iscsi: split discard requests in multiple partsPeter Lieven1-83/+73
2013-09-12qcow2: Use Error parameterMax Reitz1-46/+88
2013-09-12block: Error parameter for create functionsMax Reitz6-6/+22
2013-09-12block: Error parameter for open functionsMax Reitz10-15/+49
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz15-16/+31
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz26-33/+61
2013-09-12snapshot: distinguish id and name in snapshot deleteWenchao Xia5-22/+122
2013-09-12snapshot: new function bdrv_snapshot_find_by_id_and_name()Wenchao Xia1-0/+73
2013-09-12qcow2: Implement bdrv_amend_optionsMax Reitz1-0/+194
2013-09-12qcow2: Save refcount order in BDRVQcowStateMax Reitz2-1/+3
2013-09-12qcow2-cluster: Expand zero clustersMax Reitz3-14/+253
2013-09-12qcow2-cache: Empty cacheMax Reitz2-0/+20
2013-09-12raw-win32.c: Fix incorrect handling behaviour of small block filesTal Kain1-0/+1
2013-09-12qcow2: Discard VM state in active L1 after creating snapshotKevin Wolf3-5/+12
2013-09-12qcow2: Pass discard type to qcow2_discard_clusters()Kevin Wolf3-6/+6
2013-09-12iscsi: add .bdrv_get_block_statusPeter Lieven1-0/+136
2013-09-12iscsi: add logical block provisioning information to iscsilunPeter Lieven1-0/+77
2013-09-12scsi: prefer UUID to VM name for the initiator namePaolo Bonzini1-7/+16
2013-09-06raw-posix: report unwritten extents as zeroPaolo Bonzini1-0/+3
2013-09-06raw-posix: return get_block_status data and flagsPaolo Bonzini1-7/+10
2013-09-06block: return get_block_status data and flags for formatsPaolo Bonzini8-19/+94
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini10-26/+32
2013-09-06block: expect errors from bdrv_co_is_allocatedPaolo Bonzini3-5/+7
2013-09-06block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini3-7/+7
2013-09-06block: make bdrv_co_is_allocated staticPaolo Bonzini3-5/+5
2013-09-06cow: do not call bdrv_co_is_allocatedPaolo Bonzini1-1/+1
2013-09-06cow: make writes go at a less indecent speedPaolo Bonzini1-3/+16
2013-09-06cow: make reads go at a decent speedPaolo Bonzini1-22/+32