summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-18block/raw-posix: Only sync after successful preallocationMax Reitz1-1/+3
2014-11-18block/raw-posix: Fix preallocating write() loopMax Reitz1-1/+1
2014-11-18raw-posix: The SEEK_HOLE code is flawed, rewrite itMarkus Armbruster1-26/+85
2014-11-18raw-posix: SEEK_HOLE suffices, get rid of FIEMAPMarkus Armbruster1-59/+4
2014-11-18raw-posix: Fix comment for raw_co_get_block_status()Markus Armbruster1-3/+1
2014-11-14vmdk: Leave bdi intact if -ENOTSUP in vmdk_get_infoFam Zheng1-7/+13
2014-11-09block/vdi: Limit maximum size even futherMax Reitz1-2/+12
2014-11-03Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell17-209/+558
2014-11-03Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-0...Peter Maydell1-0/+2
2014-11-03block: let commit blockjob run in BDS AioContextStefan Hajnoczi1-26/+44
2014-11-03block: let mirror blockjob run in BDS AioContextStefan Hajnoczi1-26/+59
2014-11-03block: let stream blockjob run in BDS AioContextStefan Hajnoczi1-14/+36
2014-11-03block: let backup blockjob run in BDS AioContextStefan Hajnoczi1-2/+19
2014-11-03block/qcow2: Simplify shared L2 handling in amendMax Reitz1-66/+28
2014-11-03block/qcow2: Make get_refcount() globalMax Reitz2-13/+15
2014-11-03block/qcow2: Implement status CB for amendMax Reitz3-8/+39
2014-11-03block: Add status callback to bdrv_amend_options()Max Reitz1-1/+2
2014-11-03qemu-img: Implement commit like QMPMax Reitz1-2/+1
2014-11-03block/mirror: Improve progress reportMax Reitz1-12/+22