summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2014-10-04qapi: Add corrupt field to ImageInfoSpecificQCow2Max Reitz1-0/+3
2014-10-03vmdk: Fix integer overflow in offset calculationFam Zheng1-1/+1
2014-10-03ssh: Don't crash if either host or path is not specified.Richard W.M. Jones1-0/+10
2014-09-30Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-7/+12
2014-09-30block/iscsi: handle failure on malloc of the allocationmapPeter Lieven1-7/+12
2014-09-29raw-posix: Fix build without posix_fallocate()Kevin Wolf1-4/+14
2014-09-29Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2-25/+41
2014-09-26trace-events: drop orphan iscsi trace eventsStefan Hajnoczi1-1/+0
2014-09-25vpc: fix beX_to_cpu() and cpu_to_beX() confusionStefan Hajnoczi1-22/+22
2014-09-25blkdebug: show an error for invalid event namesStefan Hajnoczi1-3/+19
2014-09-23Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell19-676/+403
2014-09-22block: vhdx - fix reading beyond pointer during image creationJeff Cody1-8/+8
2014-09-22block: delete cow block driverStefan Hajnoczi2-434/+1
2014-09-22block/archipelago: Fix typo in qemu_archipelago_truncate()Chrysostomos Nanakos1-1/+1
2014-09-22qcow2: Add overlap-check.template optionMax Reitz2-2/+23
2014-09-22qcow2: Fix leak of QemuOpts in qcow2_open()Max Reitz1-2/+3
2014-09-22qcow2: Check L1/L2/reftable entries for alignmentMax Reitz2-5/+82
2014-09-22qcow2: Use qcow2_signal_corruption() for overlapsMax Reitz1-21/+3
2014-09-22qcow2: Add qcow2_signal_corruption()Max Reitz2-0/+53
2014-09-22qapi/block: Add "fatal" to BLOCK_IMAGE_CORRUPTEDMax Reitz1-0/+1
2014-09-22block: Introduce "null" driversFam Zheng2-0/+169
2014-09-22block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng11-24/+24
2014-09-22win32-aio: Drop win32_aiocb_info.cancelFam Zheng1-14/+0
2014-09-22sheepdog: Convert sd_aiocb_info.cancel to .cancel_asyncFam Zheng1-27/+19
2014-09-22rbd: Drop rbd_aiocb_info.cancelFam Zheng1-22/+1
2014-09-22quorum: Convert quorum_aiocb_info.cancel to .cancel_asyncFam Zheng1-5/+2
2014-09-22quorum: fix quorum_aio_cancel()Liu Yuan1-1/+3
2014-09-22qed: Drop qed_aiocb_info.cancelFam Zheng1-21/+0
2014-09-22curl: Drop curl_aiocb_info.cancelFam Zheng1-6/+0
2014-09-22blkverify: Drop blkverify_aiocb_info.cancelFam Zheng1-19/+0
2014-09-22blkdebug: Drop blkdebug_aiocb_info.cancelFam Zheng1-14/+1
2014-09-22archipelago: Drop archipelago_aiocb_info.cancelFam Zheng1-16/+1
2014-09-22iscsi: Convert iscsi_aiocb_info.cancel to .cancel_asyncFam Zheng1-15/+2
2014-09-22linux-aio: Convert laio_aiocb_info.cancel to .cancel_asyncFam Zheng1-22/+8
2014-09-22block/vhdx.c: Mark parent_vhdx_guid variable as unusedPeter Maydell1-1/+2
2014-09-22block: allow creation of fixed vhdx imagesAdelina Tuvenie1-1/+1
2014-09-12qcow2: Add falloc and full preallocation optionHu Tao1-10/+53
2014-09-12raw-posix: Add falloc and full preallocation optionHu Tao1-19/+73
2014-09-12qapi: introduce PreallocMode and new PreallocModes full and falloc.Hu Tao1-10/+18
2014-09-12block: don't convert file size to sector sizeHu Tao5-23/+22
2014-09-12block: round up file size to nearest sectorHu Tao17-23/+36
2014-09-10block/archipelago: Implement bdrv_truncate()Chrysostomos Nanakos1-2/+61
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet1-13/+10
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet2-10/+10
2014-09-10block: Extract the block accounting codeBenoît Canet2-0/+58
2014-09-10block: Extract the BlockAcctStats structureBenoît Canet1-9/+10
2014-09-10Fix improper usage of cpu_to_be32 in vpcXiaodong Gong1-4/+4
2014-09-08vmdk: fix buf leak in vmdk_parse_extents()Stefan Hajnoczi1-1/+1
2014-09-08vmdk: fix vmdk_parse_extents() extent_file leaksStefan Hajnoczi1-0/+2
2014-09-08block/archipelago: Use QEMU atomic builtinsChrysostomos Nanakos1-53/+23