summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-06block: make bdrv_delete() staticFam Zheng13-21/+21
2013-09-06iscsi: use bdrv_new() instead of stack structureFam Zheng1-7/+9
2013-09-06vvfat: use bdrv_new() to allocate BlockDriverStateFam Zheng1-1/+1
2013-09-06w32: Fix access to host devices (regression)Stefan Weil1-7/+29
2013-09-06block: Add iops_size to do the iops accounting for a given io size.Benoît Canet1-0/+3
2013-09-06block: Add support for throttling burst max in QMP and the command line.Benoît Canet1-0/+26
2013-09-06block: Enable the new throttling code in the block layer.Benoît Canet1-12/+9
2013-09-03Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori10-162/+759
2013-09-02qcow2_check: Mark image consistentMax Reitz1-1/+5
2013-09-02qcow2-refcount: Repair shared refcount blocksMax Reitz2-2/+147
2013-09-01curl: qemu_bh_new() can never return NULLStefan Hajnoczi1-6/+0
2013-09-01misc: Fix some typos in names and commentsStefan Weil1-1/+1
2013-08-30qcow2-refcount: Repair OFLAG_COPIED errorsMax Reitz3-8/+55
2013-08-30qcow2-refcount: Move OFLAG_COPIED checksMax Reitz1-33/+82
2013-08-30qcow2: Employ metadata overlap checksMax Reitz4-0/+86
2013-08-30qcow2: Metadata overlap checksMax Reitz2-0/+211
2013-08-30qcow2: Add corrupt bitMax Reitz2-1/+53