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