aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2016-05-25block: Cancel jobs first in bdrv_close_all()Kevin Wolf
2016-05-25block: Propagate .drained_begin/end callbacksKevin Wolf
2016-05-25block: Fix reconfiguring graph with drained nodesKevin Wolf
2016-05-25block: Introduce bdrv_replace_child()Kevin Wolf
2016-05-25block: Drop bdrv_parent_cb_...() from bdrv_close()Max Reitz
2016-05-25block: Assert !bs->refcnt in bdrv_close()Max Reitz
2016-05-25block: Make bdrv_open() return a BDSMax Reitz
2016-05-25block: Drop bdrv_new_root()Max Reitz
2016-05-25block: Let bdrv_open_inherit() return the snapshotMax Reitz
2016-05-25block: Drop useless bdrv_new() callMax Reitz
2016-05-25block: Fix bdrv_next() memory leakKevin Wolf
2016-05-19block: Propagate AioContext change to all childrenMax Reitz
2016-05-19block: Remove BlockDriverState.blkKevin Wolf
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf
2016-05-19block: User BdrvChild callback for device nameKevin Wolf
2016-05-19block: Use BdrvChild callbacks for change_media/resizeKevin Wolf
2016-05-19Revert "block: Forbid I/O throttling on nodes with multiple parents for 2.6"Kevin Wolf
2016-05-19block: Remove bdrv_move_feature_fields()Kevin Wolf
2016-05-19block: Decouple throttling from BlockDriverStateKevin Wolf
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf
2016-05-19block: Make sure throttled BDSes always have a BBKevin Wolf
2016-05-12quorum: implement bdrv_add_child() and bdrv_del_child()Wen Congyang
2016-05-12Add new block driver interface to add/delete a BDS's childWen Congyang
2016-05-12block: Inactivate all childrenFam Zheng
2016-05-12block: Invalidate all childrenFam Zheng
2016-05-12block: Remove BlockDriver.bdrv_read/writeKevin Wolf
2016-05-12block: introduce bdrv_no_throttling_begin/endPaolo Bonzini
2016-04-05block: Forbid I/O throttling on nodes with multiple parents for 2.6Kevin Wolf
2016-03-30block: Remove bdrv_(set_)enable_write_cache()Kevin Wolf
2016-03-30block: Remove BDRV_O_CACHE_WBKevin Wolf
2016-03-30block: Remove bdrv_parse_cache_flags()Kevin Wolf
2016-03-30qemu-io: Use bdrv_parse_cache_mode() in reopen_f()Kevin Wolf
2016-03-30block/qapi: Use blk_enable_write_cache()Kevin Wolf
2016-03-30block: Move enable_write_cache to BB levelKevin Wolf
2016-03-30block: Add bdrv_parse_cache_mode()Kevin Wolf
2016-03-30block: move encryption deprecation warning into qcow codeDaniel P. Berrange
2016-03-30block: add flag to indicate that no I/O will be performedDaniel P. Berrange
2016-03-30block: Reject writethrough mode except at the rootKevin Wolf
2016-03-30block: Make backing files always writebackKevin Wolf
2016-03-30block: Remove dirty bitmaps from bdrv_move_feature_fields()Kevin Wolf
2016-03-30block: Remove copy-on-read from bdrv_move_feature_fields()Kevin Wolf
2016-03-30block: Remove bdrv_make_anon()Kevin Wolf
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-17block: Use BdrvChild in BlockBackendKevin Wolf
2016-03-17block: Remove bdrv_states listMax Reitz
2016-03-17block: Use bdrv_next() instead of bdrv_statesMax Reitz
2016-03-17block: Rewrite bdrv_next()Max Reitz
2016-03-17block: Move some bdrv_*_all() functions to BBMax Reitz
2016-03-17block: Drop BB name from bad option errorMax Reitz