aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2013-11-14qcow2: fix possible corruption when reading multiple clustersPeter Lieven
2013-11-14block: Print its file name if backing file opening failedFam Zheng
2013-11-07block: vhdx - add .bdrv_create() supportJeff Cody
2013-11-07block: vhdx - fix comment typos in header, fix incorrect struct fieldsJeff Cody
2013-11-07block: vhdx - break out code operations to functionsJeff Cody
2013-11-07block: vhdx - move more endian translations to vhdx-endian.cJeff Cody
2013-11-07block: vhdx - remove BAT file offset bit shiftingJeff Cody
2013-11-07block: vhdx write supportJeff Cody
2013-11-07block: vhdx - add log write supportJeff Cody
2013-11-07block: vhdx - add region overlap detection for image filesJeff Cody
2013-11-07block: vhdx - log parsing, replay, and flush supportJeff Cody
2013-11-07block: vhdx code movement - move vhdx_close() above vhdx_open()Jeff Cody
2013-11-07block: vhdx - update log guid in header, and first write trackerJeff Cody
2013-11-07block: vhdx - break endian translation functions outJeff Cody
2013-11-07block: vhdx - log support struct and definesJeff Cody
2013-11-07block: vhdx code movement - VHDXMetadataEntries and BDRVVHDXState to header.Jeff Cody
2013-11-07block: vhdx - add header update capability.Jeff Cody
2013-11-07block: vhdx - minor comments and typo correction.Jeff Cody
2013-11-07block/vpc: fix virtual size for images created with disk2vhdPeter Lieven
2013-11-07block/raw-posix: fix FreeBSD compilationAndreas Tobler
2013-11-05bswap.h: Remove cpu_to_be64wu()Peter Maydell
2013-10-31Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori
2013-10-31vmdk: Implment bdrv_get_specific_infoFam Zheng
2013-10-30sheepdog: check simultaneous create in resend_aioreqMORITA Kazutaka
2013-10-30sheepdog: cancel aio requests if possibleMORITA Kazutaka
2013-10-30sheepdog: make add_aio_request and send_aioreq void functionsMORITA Kazutaka
2013-10-30sheepdog: try to reconnect to sheepdog after network errorMORITA Kazutaka
2013-10-30sheepdog: reload inode outside of resend_aioreqMORITA Kazutaka
2013-10-30sheepdog: handle vdi objects in resend_aio_reqMORITA Kazutaka
2013-10-30sheepdog: check return values of qemu_co_recv/send correctlyMORITA Kazutaka
2013-10-29block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf
2013-10-28sheepdog: pass copy_policy in the requestLiu Yuan
2013-10-28sheepdog: explicitly set copies as type uint8_tLiu Yuan
2013-10-28qcow2: Flush image after creationMax Reitz
2013-10-26misc: New spelling fixes in commentsStefan Weil
2013-10-24block/vpc: check that the image has not been truncatedPeter Lieven
2013-10-24qcow2: Unset zero_beyond_eof in save_vmstateMax Reitz
2013-10-24qcow2: Restore total_sectors value in save_vmstateMax Reitz
2013-10-18vmdk: fix VMFS extent parsingFam Zheng
2013-10-18vmdk: Only read cid from image file when openingFam Zheng
2013-10-17block/raw-win32: Always use -errno in hdev_openMax Reitz
2013-10-11vmdk: Fix vmdk_parse_extentsFam Zheng
2013-10-11vmdk: refuse enabling zeroed grain with flat imagesFam Zheng
2013-10-11vmdk: convert error code to use errpFam Zheng
2013-10-11block/raw-posix: Employ error parameterMax Reitz
2013-10-11blkverify: Employ error parameterMax Reitz
2013-10-11blkdebug: Employ error parameterMax Reitz
2013-10-11block/raw-win32: Employ error parameterMax Reitz
2013-10-11block/raw_bsd: Employ error parameterMax Reitz
2013-10-11qcow2: Evaluate overlap check optionsMax Reitz