aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2013-10-10Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2013-10-09block/iscsi: reenable iscsi_co_get_block_statusPeter Lieven
2013-10-07qcow2: Free allocated L2 cluster on errorMax Reitz
2013-10-02qcow2: Switch L1 table in a single sequenceMax Reitz
2013-10-02block: vhdx - add migration blockerJeff Cody
2013-10-02qcow2: CHECK_OFLAG_COPIED is obsoleteMax Reitz
2013-10-02qcow2: Correct endianness in overlap checkMax Reitz
2013-09-27qcow2: Remove useless count_contiguous_clusters() parameterKevin Wolf
2013-09-27qcow2: COMPRESSED on count_contiguous_clustersMax Reitz
2013-09-27qcow2: count_contiguous_clusters and compressionMax Reitz
2013-09-27qcow2: Free only newly allocated clusters on errorMax Reitz
2013-09-27qcow2: Always use error path in l2_allocateMax Reitz
2013-09-27qcow2: Don't put invalid L2 table into cacheMax Reitz
2013-09-27qcow2: Correct bitmap size in zero expansionMax Reitz
2013-09-25qcow2: Assert against currently impossible overflowMax Reitz
2013-09-25block: qed - use QEMU_PACKED for on-disk structuresJeff Cody
2013-09-25block: qcow2 - used QEMU_PACKED for on-disk structuresJeff Cody
2013-09-25block: vpc - use QEMU_PACKED for on-disk structuresJeff Cody
2013-09-25block: vdi - use QEMU_PACKED for on-disk structuresJeff Cody
2013-09-25rbd: avoid qemu_rbd_snap_list() memory leaksStefan Hajnoczi
2013-09-25block: Fix compiler warning (-Werror=uninitialized)Stefan Weil
2013-09-25block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.BenoƮt Canet
2013-09-25vmdk: fix cluster size check for flat extentsFam Zheng
2013-09-25qcow2: Don't shadow return valueMax Reitz
2013-09-23Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-09-23Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2013-09-20qcow2: Correct snapshots size for overlap checkMax Reitz
2013-09-18block/iscsi: Drop iscsi_co_get_block_status for older versions of libiscsiStefan Weil
2013-09-17Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-09-12iscsi: split discard requests in multiple partsPeter Lieven
2013-09-12qcow2: Use Error parameterMax Reitz
2013-09-12block: Error parameter for create functionsMax Reitz
2013-09-12block: Error parameter for open functionsMax Reitz
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-09-12snapshot: distinguish id and name in snapshot deleteWenchao Xia
2013-09-12snapshot: new function bdrv_snapshot_find_by_id_and_name()Wenchao Xia
2013-09-12qcow2: Implement bdrv_amend_optionsMax Reitz
2013-09-12qcow2: Save refcount order in BDRVQcowStateMax Reitz
2013-09-12qcow2-cluster: Expand zero clustersMax Reitz
2013-09-12qcow2-cache: Empty cacheMax Reitz
2013-09-12raw-win32.c: Fix incorrect handling behaviour of small block filesTal Kain
2013-09-12qcow2: Discard VM state in active L1 after creating snapshotKevin Wolf
2013-09-12qcow2: Pass discard type to qcow2_discard_clusters()Kevin Wolf
2013-09-12iscsi: add .bdrv_get_block_statusPeter Lieven
2013-09-12iscsi: add logical block provisioning information to iscsilunPeter Lieven
2013-09-12scsi: prefer UUID to VM name for the initiator namePaolo Bonzini
2013-09-06raw-posix: report unwritten extents as zeroPaolo Bonzini
2013-09-06raw-posix: return get_block_status data and flagsPaolo Bonzini
2013-09-06block: return get_block_status data and flags for formatsPaolo Bonzini