Age | Commit message (Expand) | Author |
2015-06-23 | raw-posix: DPRINTF instead of DEBUG_BLOCK_PRINT | Dimitris Aragiorgis |
2015-06-23 | Fix migration in case of scsi-generic | Dimitris Aragiorgis |
2015-06-23 | block: Use bdrv_is_sg() everywhere | Dimitris Aragiorgis |
2015-06-23 | vvfat: add a label option | Wolfgang Bumiller |
2015-06-23 | block-backend: Introduce blk_drain() | Alexander Yarygin |
2015-06-23 | throttle: Check current timers before updating any_timer_armed[] | Alberto Garcia |
2015-06-23 | block: Let bdrv_drain_all() to call aio_poll() for each AioContext | Alexander Yarygin |
2015-06-22 | Include qapi/qmp/qerror.h exactly where needed | Markus Armbruster |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster |
2015-06-22 | qerror: Finally unused, clean up | Markus Armbruster |
2015-06-22 | qerror: Clean up QERR_ macros to expand into a single string | Markus Armbruster |
2015-06-22 | qobject: Use 'bool' for qbool | Eric Blake |
2015-06-15 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2015-06-12 | block: Fix reopen flag inheritance | Kevin Wolf |
2015-06-12 | block: Move flag inheritance to bdrv_open_inherit() | Kevin Wolf |
2015-06-12 | vmdk: Use bdrv_open_image() | Kevin Wolf |
2015-06-12 | quorum: Use bdrv_open_image() | Kevin Wolf |
2015-06-12 | raw-posix: Fix .bdrv_co_get_block_status() for unaligned image size | Kevin Wolf |
2015-06-12 | vmdk: Use vmdk_find_index_in_cluster everywhere | Fam Zheng |
2015-06-12 | vmdk: Fix index_in_cluster calculation in vmdk_co_get_block_status | Fam Zheng |
2015-06-12 | qcow2: Add DEFAULT_L2_CACHE_CLUSTERS | Max Reitz |
2015-06-12 | qcow2: Set MIN_L2_CACHE_SIZE to 2 | Max Reitz |
2015-06-12 | throttle: add the name of the ThrottleGroup to BlockDeviceInfo | Alberto Garcia |
2015-06-12 | throttle: acquire the ThrottleGroup lock in bdrv_swap() | Alberto Garcia |
2015-06-12 | throttle: Add throttle group support | Alberto Garcia |
2015-06-12 | throttle: Add throttle group infrastructure | Alberto Garcia |
2015-06-12 | throttle: Extract timers from ThrottleState into a separate structure | BenoƮt Canet |
2015-06-12 | raw-posix: Fix .bdrv_co_get_block_status() for unaligned image size | Kevin Wolf |
2015-06-09 | blkdebug: Simplify passing of Error through qemu_opts_foreach() | Markus Armbruster |
2015-06-09 | QemuOpts: Convert qemu_opts_foreach() to Error | Markus Armbruster |
2015-06-08 | QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failure | Markus Armbruster |
2015-06-03 | iscsi: Remove pointless runtime check of macro value | Fam Zheng |
2015-05-22 | qcow2/qcow: protect against uninitialized encryption key | Daniel P. Berrange |
2015-05-22 | qcow2: style fixes in qcow2-cache.c | Alberto Garcia |
2015-05-22 | qcow2: make qcow2_cache_put() a void function | Alberto Garcia |
2015-05-22 | qcow2: use a hash to look for entries in the L2 cache | Alberto Garcia |
2015-05-22 | qcow2: remove qcow2_cache_find_entry_to_replace() | Alberto Garcia |
2015-05-22 | qcow2: use an LRU algorithm to replace entries from the L2 cache | Alberto Garcia |
2015-05-22 | qcow2: simplify qcow2_cache_put() and qcow2_cache_entry_mark_dirty() | Alberto Garcia |
2015-05-22 | qcow2: use one single memory block for the L2/refcount cache tables | Alberto Garcia |
2015-05-22 | vmdk: Fix overflow if l1_size is 0x20000000 | Fam Zheng |
2015-05-22 | vmdk: Fix next_cluster_sector for compressed write | Fam Zheng |
2015-05-22 | qcow2: Flush pending discards before allocating cluster | Kevin Wolf |
2015-05-22 | block: get_block_status: use "else" when testing the opposite condition | Paolo Bonzini |
2015-05-22 | block: Fix NULL deference for unaligned write if qiov is NULL | Fam Zheng |
2015-05-22 | Revert "block: Fix unaligned zero write" | Fam Zheng |
2015-05-22 | block: align bounce buffers to page | Denis V. Lunev |
2015-05-22 | block: minimal bounce buffer alignment | Denis V. Lunev |
2015-05-22 | block: return EPERM on writes or discards to read-only devices | Paolo Bonzini |
2015-05-22 | block/parallels: improve image writing performance further | Denis V. Lunev |