summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2014-12-27block/dmg: validate more offsets and lengthsblock-dmg-2.3Peter Wu1-0/+14
2014-12-27block/dmg: improve zeroes handlingPeter Wu1-5/+13
2014-12-27block/dmg: support bzip2 block entry typesPeter Wu1-3/+53
2014-12-27block/dmg: fix sector data offset calculationPeter Wu1-1/+15
2014-12-27block/dmg: set virtual size to a non-zero valuePeter Wu1-0/+8
2014-12-27block/dmg: process XML plistsPeter Wu1-0/+69
2014-12-27block/dmg: validate chunk size to avoid overflowPeter Wu1-1/+1
2014-12-27block/dmg: process a buffer instead of reading intsPeter Wu1-30/+30
2014-12-27block/dmg: extract processing of resource forksPeter Wu1-31/+59
2014-12-27block/dmg: extract mish block decoding functionalityPeter Wu1-91/+125
2014-12-27block/dmg: properly detect the UDIF trailerPeter Wu1-4/+36
2014-12-12linux-aio: simplify removal of completed iocbs from the listPaolo Bonzini1-6/+6
2014-12-12linux-aio: drop return code from laio_io_unplug and ioq_submitPaolo Bonzini2-11/+6
2014-12-12linux-aio: rename LaioQueue idx field to "n"Paolo Bonzini1-6/+6
2014-12-12linux-aio: track whether the queue is blockedPaolo Bonzini1-20/+27
2014-12-12linux-aio: queue requests that cannot be submittedPaolo Bonzini1-42/+33
2014-12-12block: vhdx - set .bdrv_has_zero_init to bdrv_has_zero_init_1Jeff Cody1-0/+1
2014-12-12block: vhdx - change .vhdx_create default block state to ZEROJeff Cody1-2/+4
2014-12-12block: vhdx - update PAYLOAD_BLOCK_UNMAPPED value to match 1.00 specJeff Cody2-2/+4
2014-12-12block: vhdx - remove redundant commentsJeff Cody1-4/+4
2014-12-12block/rbd: fix memory leakGonglei1-4/+4
2014-12-12vmdk: Fix error for JSON descriptor file namesMax Reitz1-1/+9
2014-12-10vmdk: Set errp on failures in vmdk_open_vmdk4Fam Zheng1-0/+3
2014-12-10vmdk: Remove unnecessary initializationFam Zheng1-1/+1
2014-12-10vmdk: Check descriptor file length when reading itFam Zheng1-0/+8
2014-12-10vmdk: Clean up descriptor file readingFam Zheng1-2/+3
2014-12-10vmdk: Fix comment to match code of extent linesFam Zheng1-2/+4
2014-12-10vmdk: Use g_random_int to generate CIDFam Zheng1-2/+3
2014-12-10block: remove BLOCK_OPT_NOCOW from vpc_create_optsJeff Cody1-5/+0
2014-12-10block: remove BLOCK_OPT_NOCOW from vdi_create_optsJeff Cody1-5/+0
2014-12-10block/raw-posix: Fix ret in raw_open_common()Max Reitz1-0/+1
2014-12-10qcow2: Respect bdrv_truncate() errorMax Reitz1-2/+1
2014-12-10qcow2: Flushing the caches in qcow2_close may failMax Reitz1-3/+16
2014-12-10qcow2: Prevent numerical overflowMax Reitz1-1/+1
2014-12-10block/nfs: Add create_optsMax Reitz1-0/+15
2014-12-10block/vvfat: qcow driver may not be foundMax Reitz1-0/+6
2014-12-10block: Omit bdrv_find_format for essential driversMax Reitz1-4/+3
2014-12-10block: Make essential BlockDriver objects publicMax Reitz4-4/+4
2014-12-10block: do not use get_clock()Paolo Bonzini2-6/+8
2014-12-10qcow2: Fix header extension size checkKevin Wolf1-1/+1
2014-12-10raw: Prohibit dangerous writes for probed imagesKevin Wolf1-1/+63
2014-12-10block: Add blk_add_close_notifier() for BBMax Reitz1-0/+5
2014-12-10block: Add AioContextNotifier functions to BBMax Reitz1-0/+18
2014-12-10block: Lift more functions into BlockBackendMax Reitz1-0/+15
2014-12-10blkdebug: Simplify and improve filename generationMax Reitz1-71/+28
2014-12-10block/qapi: Add cache information to query-blockKevin Wolf1-0/+7
2014-12-10qmp: Add optional switch "query-nodes" in query-blockstatsFam Zheng1-7/+13
2014-12-10block: Include "node-name" if present in query-blockstatsFam Zheng1-0/+5
2014-11-24Revert "qemu-img info: show nocow info"Kevin Wolf1-26/+0
2014-11-18block/raw-posix: Catch fsync() errorsMax Reitz1-1/+6