summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* qcow2: fix possible corruption when reading multiple clustersPeter Lieven2013-11-141-1/+1
* block: Print its file name if backing file opening failedFam Zheng2013-11-142-2/+0
* block: vhdx - add .bdrv_create() supportJeff Cody2013-11-072-1/+572
* block: vhdx - fix comment typos in header, fix incorrect struct fieldsJeff Cody2013-11-071-5/+5
* block: vhdx - break out code operations to functionsJeff Cody2013-11-071-41/+80
* block: vhdx - move more endian translations to vhdx-endian.cJeff Cody2013-11-073-17/+87
* block: vhdx - remove BAT file offset bit shiftingJeff Cody2013-11-072-5/+2
* block: vhdx write supportJeff Cody2013-11-072-5/+209
* block: vhdx - add log write supportJeff Cody2013-11-072-0/+285
* block: vhdx - add region overlap detection for image filesJeff Cody2013-11-072-0/+91
* block: vhdx - log parsing, replay, and flush supportJeff Cody2013-11-074-53/+749
* block: vhdx code movement - move vhdx_close() above vhdx_open()Jeff Cody2013-11-071-11/+11
* block: vhdx - update log guid in header, and first write trackerJeff Cody2013-11-072-6/+30
* block: vhdx - break endian translation functions outJeff Cody2013-11-074-44/+150
* block: vhdx - log support struct and definesJeff Cody2013-11-071-16/+30
* block: vhdx code movement - VHDXMetadataEntries and BDRVVHDXState to header.Jeff Cody2013-11-072-52/+48
* block: vhdx - add header update capability.Jeff Cody2013-11-073-5/+172
* block: vhdx - minor comments and typo correction.Jeff Cody2013-11-072-5/+7
* block/vpc: fix virtual size for images created with disk2vhdPeter Lieven2013-11-071-0/+9
* block/raw-posix: fix FreeBSD compilationAndreas Tobler2013-11-071-1/+2
* 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
OpenPOWER on IntegriCloud