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