aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
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
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini
2013-09-06block: expect errors from bdrv_co_is_allocatedPaolo Bonzini
2013-09-06block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini
2013-09-06block: make bdrv_co_is_allocated staticPaolo Bonzini
2013-09-06cow: do not call bdrv_co_is_allocatedPaolo Bonzini
2013-09-06cow: make writes go at a less indecent speedPaolo Bonzini
2013-09-06cow: make reads go at a decent speedPaolo Bonzini
2013-09-06block: make bdrv_delete() staticFam Zheng
2013-09-06iscsi: use bdrv_new() instead of stack structureFam Zheng
2013-09-06vvfat: use bdrv_new() to allocate BlockDriverStateFam Zheng
2013-09-06w32: Fix access to host devices (regression)Stefan Weil
2013-09-06block: Add iops_size to do the iops accounting for a given io size.Benoît Canet
2013-09-06block: Add support for throttling burst max in QMP and the command line.Benoît Canet
2013-09-06block: Enable the new throttling code in the block layer.Benoît Canet
2013-09-03Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2013-09-02qcow2_check: Mark image consistentMax Reitz
2013-09-02qcow2-refcount: Repair shared refcount blocksMax Reitz
2013-09-01curl: qemu_bh_new() can never return NULLStefan Hajnoczi
2013-09-01misc: Fix some typos in names and commentsStefan Weil
2013-08-30qcow2-refcount: Repair OFLAG_COPIED errorsMax Reitz