aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
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
2016-03-14block: Move block dirty bitmap code to separate filesFam Zheng
2016-03-14block: Fix snapshot=on cache modesKevin Wolf
2016-02-22block: Fix -incoming with snapshot=onKevin Wolf
2016-02-04all: Clean up includesPeter Maydell
2016-02-02block: set device_list.tqe_prev to NULL on BDS removalJeff Cody
2016-02-02block: Rewrite bdrv_close_all()Max Reitz
2016-02-02block: Add list of all BlockDriverStatesMax Reitz
2016-02-02block: Make bdrv_close() staticMax Reitz
2016-02-02block: Remove BDS close notifierMax Reitz
2016-02-02block: Release named dirty bitmaps in bdrv_close()Max Reitz
2016-01-20block: Inactivate BDS when migration completesKevin Wolf