aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2013-10-11qcow2: Use better type for numerical snapshot IDMax Reitz
2013-10-11qcow2: Fix snapshot restoration in snapshot_createMax Reitz
2013-10-11qcow2: Remove wrong metadata overlap checkMax Reitz
2013-10-11qcow2: Add missing space in error messageMax Reitz
2013-10-11block: Add BlockDriver.bdrv_check_ext_snapshot.Benoît Canet
2013-10-11block/get_block_status: avoid redundant callouts on raw devicesPeter Lieven
2013-10-11qcow2: Assert against snapshot name/ID overflowMax Reitz
2013-10-11qcow2: Free allocated snapshot table on errorMax Reitz
2013-10-11qcow2: Always use error path on writing snapshotsMax Reitz
2013-10-11qcow2: Free preallocated zero clustersMax Reitz
2013-10-11qcow2: Use pread for inactive L1 in overlap checkMax Reitz
2013-10-11qcow2: Add support for ImageInfoSpecificMax Reitz
2013-10-11block/qapi: Human-readable ImageInfoSpecific dumpMax Reitz
2013-10-11block: Add bdrv_get_specific_infoMax Reitz
2013-10-11qapi: make use of new BlockJobTypeFam Zheng
2013-10-11blockjob: rename BlockJobType to BlockJobDriverFam Zheng
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