summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block/iscsi: fix uninitialized variablePeter Wu2015-01-031-1/+1
* linux-aio: simplify removal of completed iocbs from the listPaolo Bonzini2014-12-121-6/+6
* linux-aio: drop return code from laio_io_unplug and ioq_submitPaolo Bonzini2014-12-122-11/+6
* linux-aio: rename LaioQueue idx field to "n"Paolo Bonzini2014-12-121-6/+6
* linux-aio: track whether the queue is blockedPaolo Bonzini2014-12-121-20/+27
* linux-aio: queue requests that cannot be submittedPaolo Bonzini2014-12-121-42/+33
* block: vhdx - set .bdrv_has_zero_init to bdrv_has_zero_init_1Jeff Cody2014-12-121-0/+1
* block: vhdx - change .vhdx_create default block state to ZEROJeff Cody2014-12-121-2/+4
* block: vhdx - update PAYLOAD_BLOCK_UNMAPPED value to match 1.00 specJeff Cody2014-12-122-2/+4
* block: vhdx - remove redundant commentsJeff Cody2014-12-121-4/+4
* block/rbd: fix memory leakGonglei2014-12-121-4/+4
* vmdk: Fix error for JSON descriptor file namesMax Reitz2014-12-121-1/+9
* vmdk: Set errp on failures in vmdk_open_vmdk4Fam Zheng2014-12-101-0/+3
* vmdk: Remove unnecessary initializationFam Zheng2014-12-101-1/+1
* vmdk: Check descriptor file length when reading itFam Zheng2014-12-101-0/+8
* vmdk: Clean up descriptor file readingFam Zheng2014-12-101-2/+3
* vmdk: Fix comment to match code of extent linesFam Zheng2014-12-101-2/+4
* vmdk: Use g_random_int to generate CIDFam Zheng2014-12-101-2/+3
* block: remove BLOCK_OPT_NOCOW from vpc_create_optsJeff Cody2014-12-101-5/+0
* block: remove BLOCK_OPT_NOCOW from vdi_create_optsJeff Cody2014-12-101-5/+0
* block/raw-posix: Fix ret in raw_open_common()Max Reitz2014-12-101-0/+1
* qcow2: Respect bdrv_truncate() errorMax Reitz2014-12-101-2/+1
* qcow2: Flushing the caches in qcow2_close may failMax Reitz2014-12-101-3/+16
* qcow2: Prevent numerical overflowMax Reitz2014-12-101-1/+1
* block/nfs: Add create_optsMax Reitz2014-12-101-0/+15
* block/vvfat: qcow driver may not be foundMax Reitz2014-12-101-0/+6
* block: Omit bdrv_find_format for essential driversMax Reitz2014-12-101-4/+3
* block: Make essential BlockDriver objects publicMax Reitz2014-12-104-4/+4
* block: do not use get_clock()Paolo Bonzini2014-12-102-6/+8
* qcow2: Fix header extension size checkKevin Wolf2014-12-101-1/+1
* raw: Prohibit dangerous writes for probed imagesKevin Wolf2014-12-101-1/+63
* block: Add blk_add_close_notifier() for BBMax Reitz2014-12-101-0/+5
* block: Add AioContextNotifier functions to BBMax Reitz2014-12-101-0/+18
* block: Lift more functions into BlockBackendMax Reitz2014-12-101-0/+15
* blkdebug: Simplify and improve filename generationMax Reitz2014-12-101-71/+28
* block/qapi: Add cache information to query-blockKevin Wolf2014-12-101-0/+7
* qmp: Add optional switch "query-nodes" in query-blockstatsFam Zheng2014-12-101-7/+13
* block: Include "node-name" if present in query-blockstatsFam Zheng2014-12-101-0/+5
* Revert "qemu-img info: show nocow info"Kevin Wolf2014-11-241-26/+0
* block/raw-posix: Catch fsync() errorsMax Reitz2014-11-181-1/+6
* block/raw-posix: Only sync after successful preallocationMax Reitz2014-11-181-1/+3
* block/raw-posix: Fix preallocating write() loopMax Reitz2014-11-181-1/+1
* raw-posix: The SEEK_HOLE code is flawed, rewrite itMarkus Armbruster2014-11-181-26/+85
* raw-posix: SEEK_HOLE suffices, get rid of FIEMAPMarkus Armbruster2014-11-181-59/+4
* raw-posix: Fix comment for raw_co_get_block_status()Markus Armbruster2014-11-181-3/+1
* vmdk: Leave bdi intact if -ENOTSUP in vmdk_get_infoFam Zheng2014-11-141-7/+13
* block/vdi: Limit maximum size even futherMax Reitz2014-11-091-2/+12
* Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2014-11-0317-209/+558
|\
| * block: let commit blockjob run in BDS AioContextStefan Hajnoczi2014-11-031-26/+44
| * block: let mirror blockjob run in BDS AioContextStefan Hajnoczi2014-11-031-26/+59
OpenPOWER on IntegriCloud