summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster10-25/+25
2015-06-22qobject: Use 'bool' for qboolEric Blake3-5/+5
2015-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell6-95/+62
2015-06-12block: Fix reopen flag inheritanceKevin Wolf1-26/+2
2015-06-12block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf4-8/+7
2015-06-12vmdk: Use bdrv_open_image()Kevin Wolf1-13/+21
2015-06-12quorum: Use bdrv_open_image()Kevin Wolf1-40/+11
2015-06-12raw-posix: Fix .bdrv_co_get_block_status() for unaligned image sizeKevin Wolf1-2/+3
2015-06-12vmdk: Use vmdk_find_index_in_cluster everywhereFam Zheng1-8/+2
2015-06-12vmdk: Fix index_in_cluster calculation in vmdk_co_get_block_statusFam Zheng1-1/+12
2015-06-12qcow2: Add DEFAULT_L2_CACHE_CLUSTERSMax Reitz2-3/+10
2015-06-12qcow2: Set MIN_L2_CACHE_SIZE to 2Max Reitz1-1/+2
2015-06-12throttle: add the name of the ThrottleGroup to BlockDeviceInfoAlberto Garcia1-0/+3
2015-06-12throttle: acquire the ThrottleGroup lock in bdrv_swap()Alberto Garcia1-1/+30
2015-06-12throttle: Add throttle group supportAlberto Garcia3-64/+230
2015-06-12throttle: Add throttle group infrastructureAlberto Garcia2-0/+262
2015-06-12throttle: Extract timers from ThrottleState into a separate structureBenoƮt Canet1-10/+14
2015-06-12raw-posix: Fix .bdrv_co_get_block_status() for unaligned image sizeKevin Wolf1-2/+3
2015-06-09blkdebug: Simplify passing of Error through qemu_opts_foreach()Markus Armbruster1-6/+4
2015-06-09QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster1-3/+3
2015-06-08QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failureMarkus Armbruster1-2/+2
2015-06-03iscsi: Remove pointless runtime check of macro valueFam Zheng1-7/+0
2015-05-22qcow2/qcow: protect against uninitialized encryption keyDaniel P. Berrange3-10/+21
2015-05-22qcow2: style fixes in qcow2-cache.cAlberto Garcia1-3/+3
2015-05-22qcow2: make qcow2_cache_put() a void functionAlberto Garcia4-71/+17
2015-05-22qcow2: use a hash to look for entries in the L2 cacheAlberto Garcia1-2/+7
2015-05-22qcow2: remove qcow2_cache_find_entry_to_replace()Alberto Garcia1-29/+16
2015-05-22qcow2: use an LRU algorithm to replace entries from the L2 cacheAlberto Garcia1-18/+15
2015-05-22qcow2: simplify qcow2_cache_put() and qcow2_cache_entry_mark_dirty()Alberto Garcia1-17/+15
2015-05-22qcow2: use one single memory block for the L2/refcount cache tablesAlberto Garcia4-39/+39
2015-05-22vmdk: Fix overflow if l1_size is 0x20000000Fam Zheng1-1/+2
2015-05-22vmdk: Fix next_cluster_sector for compressed writeFam Zheng1-4/+10
2015-05-22qcow2: Flush pending discards before allocating clusterKevin Wolf1-0/+5
2015-05-22block: get_block_status: use "else" when testing the opposite conditionPaolo Bonzini1-3/+1
2015-05-22block: Fix NULL deference for unaligned write if qiov is NULLFam Zheng1-2/+95
2015-05-22Revert "block: Fix unaligned zero write"Fam Zheng1-39/+6
2015-05-22block: align bounce buffers to pageDenis V. Lunev2-7/+8
2015-05-22block: minimal bounce buffer alignmentDenis V. Lunev2-1/+7
2015-05-22block: return EPERM on writes or discards to read-only devicesPaolo Bonzini1-2/+2
2015-05-22block/parallels: improve image writing performance furtherDenis V. Lunev1-20/+23
2015-05-22block/parallels: optimize linear image expansionDenis V. Lunev1-10/+32
2015-05-22block/parallels: add prealloc-mode and prealloc-size open paramemetsDenis V. Lunev1-6/+77
2015-05-22block/parallels: delay writing to BAT till bdrv_co_flush_to_osDenis V. Lunev1-6/+44
2015-05-22block/parallels: create bat_entry_off helperDenis V. Lunev1-6/+9
2015-05-22block/parallels: improve image reading performanceDenis V. Lunev1-5/+31
2015-05-22block/parallels: implement incorrect close detectionDenis V. Lunev1-0/+50
2015-05-22block/parallels: implement parallels_check method of block driverDenis V. Lunev1-0/+85
2015-05-22block/parallels: move parallels_open/probe to the very end of the fileDenis V. Lunev1-93/+98
2015-05-22block/parallels: read parallels image header and BAT into single bufferDenis V. Lunev1-7/+17
2015-05-22block/parallels: keep BAT bitmap data in little endian in memoryDenis V. Lunev1-12/+5