summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block-backend: Introduce blk_drain()Alexander Yarygin2015-06-231-0/+5
* throttle: Check current timers before updating any_timer_armed[]Alberto Garcia2015-06-231-2/+7
* block: Let bdrv_drain_all() to call aio_poll() for each AioContextAlexander Yarygin2015-06-231-16/+26
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-228-0/+8
* qerror: Move #include out of qerror.hMarkus Armbruster2015-06-2211-0/+13
* qerror: Finally unused, clean upMarkus Armbruster2015-06-221-6/+0
* qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster2015-06-2210-25/+25
* qobject: Use 'bool' for qboolEric Blake2015-06-223-5/+5
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-06-156-95/+62
|\
| * block: Fix reopen flag inheritanceKevin Wolf2015-06-121-26/+2
| * block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf2015-06-124-8/+7
| * vmdk: Use bdrv_open_image()Kevin Wolf2015-06-121-13/+21
| * quorum: Use bdrv_open_image()Kevin Wolf2015-06-121-40/+11
| * raw-posix: Fix .bdrv_co_get_block_status() for unaligned image sizeKevin Wolf2015-06-121-2/+3
| * vmdk: Use vmdk_find_index_in_cluster everywhereFam Zheng2015-06-121-8/+2
| * vmdk: Fix index_in_cluster calculation in vmdk_co_get_block_statusFam Zheng2015-06-121-1/+12
| * qcow2: Add DEFAULT_L2_CACHE_CLUSTERSMax Reitz2015-06-122-3/+10
| * qcow2: Set MIN_L2_CACHE_SIZE to 2Max Reitz2015-06-121-1/+2
* | throttle: add the name of the ThrottleGroup to BlockDeviceInfoAlberto Garcia2015-06-121-0/+3
* | throttle: acquire the ThrottleGroup lock in bdrv_swap()Alberto Garcia2015-06-121-1/+30
* | throttle: Add throttle group supportAlberto Garcia2015-06-123-64/+230
* | throttle: Add throttle group infrastructureAlberto Garcia2015-06-122-0/+262
* | throttle: Extract timers from ThrottleState into a separate structureBenoƮt Canet2015-06-121-10/+14
* | raw-posix: Fix .bdrv_co_get_block_status() for unaligned image sizeKevin Wolf2015-06-121-2/+3
|/
* blkdebug: Simplify passing of Error through qemu_opts_foreach()Markus Armbruster2015-06-091-6/+4
* QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster2015-06-091-3/+3
* QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failureMarkus Armbruster2015-06-081-2/+2
* iscsi: Remove pointless runtime check of macro valueFam Zheng2015-06-031-7/+0
* qcow2/qcow: protect against uninitialized encryption keyDaniel P. Berrange2015-05-223-10/+21
* qcow2: style fixes in qcow2-cache.cAlberto Garcia2015-05-221-3/+3
* qcow2: make qcow2_cache_put() a void functionAlberto Garcia2015-05-224-71/+17
* qcow2: use a hash to look for entries in the L2 cacheAlberto Garcia2015-05-221-2/+7
* qcow2: remove qcow2_cache_find_entry_to_replace()Alberto Garcia2015-05-221-29/+16
* qcow2: use an LRU algorithm to replace entries from the L2 cacheAlberto Garcia2015-05-221-18/+15
* qcow2: simplify qcow2_cache_put() and qcow2_cache_entry_mark_dirty()Alberto Garcia2015-05-221-17/+15
* qcow2: use one single memory block for the L2/refcount cache tablesAlberto Garcia2015-05-224-39/+39
* vmdk: Fix overflow if l1_size is 0x20000000Fam Zheng2015-05-221-1/+2
* vmdk: Fix next_cluster_sector for compressed writeFam Zheng2015-05-221-4/+10
* qcow2: Flush pending discards before allocating clusterKevin Wolf2015-05-221-0/+5
* block: get_block_status: use "else" when testing the opposite conditionPaolo Bonzini2015-05-221-3/+1
* block: Fix NULL deference for unaligned write if qiov is NULLFam Zheng2015-05-221-2/+95
* Revert "block: Fix unaligned zero write"Fam Zheng2015-05-221-39/+6
* block: align bounce buffers to pageDenis V. Lunev2015-05-222-7/+8
* block: minimal bounce buffer alignmentDenis V. Lunev2015-05-222-1/+7
* block: return EPERM on writes or discards to read-only devicesPaolo Bonzini2015-05-221-2/+2
* block/parallels: improve image writing performance furtherDenis V. Lunev2015-05-221-20/+23
* block/parallels: optimize linear image expansionDenis V. Lunev2015-05-221-10/+32
* block/parallels: add prealloc-mode and prealloc-size open paramemetsDenis V. Lunev2015-05-221-6/+77
* block/parallels: delay writing to BAT till bdrv_co_flush_to_osDenis V. Lunev2015-05-221-6/+44
* block/parallels: create bat_entry_off helperDenis V. Lunev2015-05-221-6/+9
OpenPOWER on IntegriCloud