aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2015-07-02block: remove redundant check before g_slist_find()Alberto Garcia
2015-07-02block/nfs: limit maximum readahead size to 1MBPeter Lieven
2015-07-02block/iscsi: restore compatiblity with libiscsi 1.9.0Peter Lieven
2015-07-02block: Fix dirty bitmap in bdrv_co_discardFam Zheng
2015-07-02mirror: Do zero write on target if sectors not allocatedFam Zheng
2015-07-02qmp: Add optional bool "unmap" to drive-mirrorFam Zheng
2015-07-02block: Add bdrv_get_block_status_aboveFam Zheng
2015-07-02qapi: Rename 'dirty-bitmap' mode to 'incremental'John Snow
2015-07-02qcow2: Handle EAGAIN returned from update_refcountJindřich Makovička
2015-07-02block/iscsi: add support for request timeoutsPeter Lieven
2015-06-23raw-posix: Introduce hdev_is_sg()Dimitris Aragiorgis
2015-06-23raw-posix: Use DPRINTF for DEBUG_FLOPPYDimitris Aragiorgis
2015-06-23raw-posix: DPRINTF instead of DEBUG_BLOCK_PRINTDimitris Aragiorgis
2015-06-23Fix migration in case of scsi-genericDimitris Aragiorgis
2015-06-23block: Use bdrv_is_sg() everywhereDimitris Aragiorgis
2015-06-23vvfat: add a label optionWolfgang Bumiller
2015-06-23block-backend: Introduce blk_drain()Alexander Yarygin
2015-06-23throttle: Check current timers before updating any_timer_armed[]Alberto Garcia
2015-06-23block: Let bdrv_drain_all() to call aio_poll() for each AioContextAlexander Yarygin
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster
2015-06-22qerror: Move #include out of qerror.hMarkus Armbruster
2015-06-22qerror: Finally unused, clean upMarkus Armbruster
2015-06-22qerror: Clean up QERR_ macros to expand into a single stringMarkus Armbruster
2015-06-22qobject: Use 'bool' for qboolEric Blake
2015-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-06-12block: Fix reopen flag inheritanceKevin Wolf
2015-06-12block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf
2015-06-12vmdk: Use bdrv_open_image()Kevin Wolf
2015-06-12quorum: Use bdrv_open_image()Kevin Wolf
2015-06-12raw-posix: Fix .bdrv_co_get_block_status() for unaligned image sizeKevin Wolf
2015-06-12vmdk: Use vmdk_find_index_in_cluster everywhereFam Zheng
2015-06-12vmdk: Fix index_in_cluster calculation in vmdk_co_get_block_statusFam Zheng
2015-06-12qcow2: Add DEFAULT_L2_CACHE_CLUSTERSMax Reitz
2015-06-12qcow2: Set MIN_L2_CACHE_SIZE to 2Max Reitz
2015-06-12throttle: add the name of the ThrottleGroup to BlockDeviceInfoAlberto Garcia
2015-06-12throttle: acquire the ThrottleGroup lock in bdrv_swap()Alberto Garcia
2015-06-12throttle: Add throttle group supportAlberto Garcia
2015-06-12throttle: Add throttle group infrastructureAlberto Garcia
2015-06-12throttle: Extract timers from ThrottleState into a separate structureBenoît Canet
2015-06-12raw-posix: Fix .bdrv_co_get_block_status() for unaligned image sizeKevin Wolf
2015-06-09blkdebug: Simplify passing of Error through qemu_opts_foreach()Markus Armbruster
2015-06-09QemuOpts: Convert qemu_opts_foreach() to ErrorMarkus Armbruster
2015-06-08QemuOpts: Drop qemu_opts_foreach() parameter abort_on_failureMarkus Armbruster
2015-06-03iscsi: Remove pointless runtime check of macro valueFam Zheng
2015-05-22qcow2/qcow: protect against uninitialized encryption keyDaniel P. Berrange
2015-05-22qcow2: style fixes in qcow2-cache.cAlberto Garcia
2015-05-22qcow2: make qcow2_cache_put() a void functionAlberto Garcia
2015-05-22qcow2: use a hash to look for entries in the L2 cacheAlberto Garcia
2015-05-22qcow2: remove qcow2_cache_find_entry_to_replace()Alberto Garcia
2015-05-22qcow2: use an LRU algorithm to replace entries from the L2 cacheAlberto Garcia