summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: Make BlockBackend own its BlockDriverStateMarkus Armbruster2014-10-201-4/+2
* block: Code motion to get rid of stubs/blockdev.cMarkus Armbruster2014-10-201-0/+13
* block: Connect BlockBackend and DriveInfoMarkus Armbruster2014-10-201-0/+38
* block: Connect BlockBackend to BlockDriverStateMarkus Armbruster2014-10-201-3/+68
* block: New BlockBackendMarkus Armbruster2014-10-202-1/+121
* block: Split bdrv_new_root() off bdrv_new()Markus Armbruster2014-10-202-2/+2
* nbd: Fix filename generationMax Reitz2014-10-201-15/+29
* block/raw-posix: use seek_hole ahead of fiemapTony Breeds2014-10-201-2/+2
* block/raw-posix: Fix disk corruption in try_fiemapTony Breeds2014-10-201-1/+1
* qcow2: fix leak of Qcow2DiscardRegion in update_refcount_discardZhang Haoyu2014-10-201-0/+1
* qapi: Add corrupt field to ImageInfoSpecificQCow2Max Reitz2014-10-041-0/+3
* vmdk: Fix integer overflow in offset calculationFam Zheng2014-10-031-1/+1
* ssh: Don't crash if either host or path is not specified.Richard W.M. Jones2014-10-031-0/+10
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2014-09-301-7/+12
|\
| * block/iscsi: handle failure on malloc of the allocationmapPeter Lieven2014-09-301-7/+12
* | raw-posix: Fix build without posix_fallocate()Kevin Wolf2014-09-291-4/+14
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2014-09-292-25/+41
|\ \
| * | vpc: fix beX_to_cpu() and cpu_to_beX() confusionStefan Hajnoczi2014-09-251-22/+22
| * | blkdebug: show an error for invalid event namesStefan Hajnoczi2014-09-251-3/+19
| |/
* | trace-events: drop orphan iscsi trace eventsStefan Hajnoczi2014-09-261-1/+0
|/
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-09-2319-676/+403
|\
| * block: vhdx - fix reading beyond pointer during image creationJeff Cody2014-09-221-8/+8
| * block: delete cow block driverStefan Hajnoczi2014-09-222-434/+1
| * block/archipelago: Fix typo in qemu_archipelago_truncate()Chrysostomos Nanakos2014-09-221-1/+1
| * qcow2: Add overlap-check.template optionMax Reitz2014-09-222-2/+23
| * qcow2: Fix leak of QemuOpts in qcow2_open()Max Reitz2014-09-221-2/+3
| * qcow2: Check L1/L2/reftable entries for alignmentMax Reitz2014-09-222-5/+82
| * qcow2: Use qcow2_signal_corruption() for overlapsMax Reitz2014-09-221-21/+3
| * qcow2: Add qcow2_signal_corruption()Max Reitz2014-09-222-0/+53
| * qapi/block: Add "fatal" to BLOCK_IMAGE_CORRUPTEDMax Reitz2014-09-221-0/+1
| * block: Introduce "null" driversFam Zheng2014-09-222-0/+169
| * block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng2014-09-2211-24/+24
| * win32-aio: Drop win32_aiocb_info.cancelFam Zheng2014-09-221-14/+0
| * sheepdog: Convert sd_aiocb_info.cancel to .cancel_asyncFam Zheng2014-09-221-27/+19
| * rbd: Drop rbd_aiocb_info.cancelFam Zheng2014-09-221-22/+1
| * quorum: Convert quorum_aiocb_info.cancel to .cancel_asyncFam Zheng2014-09-221-5/+2
| * quorum: fix quorum_aio_cancel()Liu Yuan2014-09-221-1/+3
| * qed: Drop qed_aiocb_info.cancelFam Zheng2014-09-221-21/+0
| * curl: Drop curl_aiocb_info.cancelFam Zheng2014-09-221-6/+0
| * blkverify: Drop blkverify_aiocb_info.cancelFam Zheng2014-09-221-19/+0
| * blkdebug: Drop blkdebug_aiocb_info.cancelFam Zheng2014-09-221-14/+1
| * archipelago: Drop archipelago_aiocb_info.cancelFam Zheng2014-09-221-16/+1
| * iscsi: Convert iscsi_aiocb_info.cancel to .cancel_asyncFam Zheng2014-09-221-15/+2
| * linux-aio: Convert laio_aiocb_info.cancel to .cancel_asyncFam Zheng2014-09-221-22/+8
| * block/vhdx.c: Mark parent_vhdx_guid variable as unusedPeter Maydell2014-09-221-1/+2
* | block: allow creation of fixed vhdx imagesAdelina Tuvenie2014-09-221-1/+1
|/
* qcow2: Add falloc and full preallocation optionHu Tao2014-09-121-10/+53
* raw-posix: Add falloc and full preallocation optionHu Tao2014-09-121-19/+73
* qapi: introduce PreallocMode and new PreallocModes full and falloc.Hu Tao2014-09-121-10/+18
* block: don't convert file size to sector sizeHu Tao2014-09-125-23/+22
OpenPOWER on IntegriCloud