summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2013-11-05bswap.h: Remove cpu_to_be64wu()Peter Maydell1-1/+1
2013-10-31Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori7-135/+325
2013-10-31vmdk: Implment bdrv_get_specific_infoFam Zheng1-1/+67
2013-10-30sheepdog: check simultaneous create in resend_aioreqMORITA Kazutaka1-32/+32
2013-10-30sheepdog: cancel aio requests if possibleMORITA Kazutaka1-11/+59
2013-10-30sheepdog: make add_aio_request and send_aioreq void functionsMORITA Kazutaka1-49/+17
2013-10-30sheepdog: try to reconnect to sheepdog after network errorMORITA Kazutaka1-14/+66
2013-10-30sheepdog: reload inode outside of resend_aioreqMORITA Kazutaka1-14/+19
2013-10-30sheepdog: handle vdi objects in resend_aio_reqMORITA Kazutaka1-5/+16
2013-10-30sheepdog: check return values of qemu_co_recv/send correctlyMORITA Kazutaka1-8/+8
2013-10-29block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf3-4/+10
2013-10-28sheepdog: pass copy_policy in the requestLiu Yuan1-7/+13
2013-10-28sheepdog: explicitly set copies as type uint8_tLiu Yuan1-7/+9
2013-10-28qcow2: Flush image after creationMax Reitz1-0/+10
2013-10-26misc: New spelling fixes in commentsStefan Weil1-1/+1
2013-10-24block/vpc: check that the image has not been truncatedPeter Lieven1-0/+7
2013-10-24qcow2: Unset zero_beyond_eof in save_vmstateMax Reitz1-0/+3
2013-10-24qcow2: Restore total_sectors value in save_vmstateMax Reitz1-0/+6
2013-10-18vmdk: fix VMFS extent parsingFam Zheng1-0/+2
2013-10-18vmdk: Only read cid from image file when openingFam Zheng1-5/+3
2013-10-17block/raw-win32: Always use -errno in hdev_openMax Reitz1-3/+2
2013-10-11vmdk: Fix vmdk_parse_extentsFam Zheng1-2/+5
2013-10-11vmdk: refuse enabling zeroed grain with flat imagesFam Zheng1-0/+4
2013-10-11vmdk: convert error code to use errpFam Zheng1-55/+61
2013-10-11block/raw-posix: Employ error parameterMax Reitz1-15/+57
2013-10-11blkverify: Employ error parameterMax Reitz1-6/+5
2013-10-11blkdebug: Employ error parameterMax Reitz1-4/+4
2013-10-11block/raw-win32: Employ error parameterMax Reitz1-5/+11
2013-10-11block/raw_bsd: Employ error parameterMax Reitz1-2/+1
2013-10-11qcow2: Evaluate overlap check optionsMax Reitz1-1/+28
2013-10-11qcow2: Add more overlap check bitmask macrosMax Reitz1-3/+11
2013-10-11qcow2: Array assigning options to OL check bitsMax Reitz1-0/+11
2013-10-11qcow2: Add overlap-check optionsMax Reitz2-0/+55
2013-10-11qcow2: Make overlap check mask variableMax Reitz3-4/+5
2013-10-11qcow2: Use negated overflow check maskMax Reitz6-38/+29
2013-10-11qcow2: Use better type for numerical snapshot IDMax Reitz1-2/+3
2013-10-11qcow2: Fix snapshot restoration in snapshot_createMax Reitz1-0/+1
2013-10-11qcow2: Remove wrong metadata overlap checkMax Reitz1-8/+0
2013-10-11qcow2: Add missing space in error messageMax Reitz1-1/+1
2013-10-11block: Add BlockDriver.bdrv_check_ext_snapshot.BenoƮt Canet1-0/+2
2013-10-11block/get_block_status: avoid redundant callouts on raw devicesPeter Lieven1-1/+3
2013-10-11qcow2: Assert against snapshot name/ID overflowMax Reitz1-0/+1
2013-10-11qcow2: Free allocated snapshot table on errorMax Reitz1-0/+4
2013-10-11qcow2: Always use error path on writing snapshotsMax Reitz1-3/+4
2013-10-11qcow2: Free preallocated zero clustersMax Reitz1-3/+5
2013-10-11qcow2: Use pread for inactive L1 in overlap checkMax Reitz1-4/+3
2013-10-11qcow2: Add support for ImageInfoSpecificMax Reitz1-0/+28
2013-10-11block/qapi: Human-readable ImageInfoSpecific dumpMax Reitz1-0/+121
2013-10-11block: Add bdrv_get_specific_infoMax Reitz1-0/+3
2013-10-11qapi: make use of new BlockJobTypeFam Zheng4-4/+4