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