summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: round up file size to nearest sectorHu Tao2014-09-1217-23/+36
* block/archipelago: Implement bdrv_truncate()Chrysostomos Nanakos2014-09-101-2/+61
* block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet2014-09-101-13/+10
* block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet2014-09-102-10/+10
* block: Extract the block accounting codeBenoît Canet2014-09-102-0/+58
* block: Extract the BlockAcctStats structureBenoît Canet2014-09-101-9/+10
* Fix improper usage of cpu_to_be32 in vpcXiaodong Gong2014-09-101-4/+4
* vmdk: fix buf leak in vmdk_parse_extents()Stefan Hajnoczi2014-09-081-1/+1
* vmdk: fix vmdk_parse_extents() extent_file leaksStefan Hajnoczi2014-09-081-0/+2
* block/archipelago: Use QEMU atomic builtinsChrysostomos Nanakos2014-09-081-53/+23
OpenPOWER on IntegriCloud