summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* block: remove redundant check before g_slist_find()Alberto Garcia2015-07-021-1/+1
* block/nfs: limit maximum readahead size to 1MBPeter Lieven2015-07-021-0/+7
* block/iscsi: restore compatiblity with libiscsi 1.9.0Peter Lieven2015-07-021-5/+27
* block: Fix dirty bitmap in bdrv_co_discardFam Zheng2015-07-021-2/+2
* mirror: Do zero write on target if sectors not allocatedFam Zheng2015-07-021-2/+18
* qmp: Add optional bool "unmap" to drive-mirrorFam Zheng2015-07-021-2/+6
* block: Add bdrv_get_block_status_aboveFam Zheng2015-07-021-11/+45
* qapi: Rename 'dirty-bitmap' mode to 'incremental'John Snow2015-07-022-7/+7
* qcow2: Handle EAGAIN returned from update_refcountJindřich Makovička2015-07-021-10/+12
* block/iscsi: add support for request timeoutsPeter Lieven2015-07-021-22/+65
* raw-posix: Introduce hdev_is_sg()Dimitris Aragiorgis2015-06-231-11/+28
* raw-posix: Use DPRINTF for DEBUG_FLOPPYDimitris Aragiorgis2015-06-231-17/+5
* raw-posix: DPRINTF instead of DEBUG_BLOCK_PRINTDimitris Aragiorgis2015-06-231-8/+18
* Fix migration in case of scsi-genericDimitris Aragiorgis2015-06-232-5/+2
* block: Use bdrv_is_sg() everywhereDimitris Aragiorgis2015-06-232-3/+3
* vvfat: add a label optionWolfgang Bumiller2015-06-231-3/+22
* 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
OpenPOWER on IntegriCloud