summaryrefslogtreecommitdiff
path: root/include/block/block.h
AgeCommit message (Expand)Author
2016-06-16block: Make .bdrv_load_vmstate() vectoredKevin Wolf
2016-06-16block: Introduce bdrv_preadv()Kevin Wolf
2016-06-16block: Byte-based bdrv_co_do_copy_on_readv()Kevin Wolf
2016-06-16block: Assert that flags are in rangeEric Blake
2016-06-08block: Switch bdrv_write_zeroes() to byte interfaceEric Blake
2016-06-07block: Move BlockRequest type to io.cEric Blake
2016-06-07block/io: Remove unused bdrv_aio_write_zeroes()Kevin Wolf
2016-05-25backup: Use BlockBackend for I/OKevin Wolf
2016-05-25stream: Use BlockBackend for I/OKevin Wolf
2016-05-25block: Make bdrv_open() return a BDSMax Reitz
2016-05-25block: Drop bdrv_new_root()Max Reitz
2016-05-25block: Fix bdrv_next() memory leakKevin Wolf
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf
2016-05-19block: Remove bdrv_aio_multiwrite()Kevin Wolf
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin 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: plug whole tree at once, introduce bdrv_io_unplugged_begin/endPaolo Bonzini
2016-04-11block: Fix bdrv_drain in coroutineFam Zheng
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-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: Remove bdrv_make_anon()Kevin Wolf
2016-03-22include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster
2016-03-17block: Pull up blk_read_unthrottled() implementationKevin Wolf
2016-03-17block: Remove bdrv_states listMax Reitz
2016-03-17block: Add bdrv_next_monitor_owned()Max Reitz
2016-03-17block: Move some bdrv_*_all() functions to BBMax Reitz
2016-03-14block: Remove unused typedef of BlockDriverDirtyHandlerFam Zheng
2016-03-14block: Move block dirty bitmap code to separate filesFam Zheng
2016-03-14typedefs: Add BdrvDirtyBitmapFam Zheng
2016-03-14block: Include hbitmap.h in block.hFam Zheng
2016-03-14block: Fix snapshot=on cache modesKevin Wolf
2016-02-02block: set device_list.tqe_prev to NULL on BDS removalJeff Cody
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng
2016-02-02block: Make bdrv_close() staticMax Reitz
2016-02-02block: Remove BDS close notifierMax Reitz
2016-01-20block: Inactivate BDS when migration completesKevin Wolf
2016-01-20block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf
2016-01-07block: Add check on mirror targetFam Zheng
2016-01-07block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng
2015-12-18block: Remove prototype of bdrv_swap from headerFam Zheng
2015-12-18block: Add opaque value to the amend CBMax Reitz
2015-12-18block: Introduce bs->explicit_optionsKevin Wolf
2015-12-18block: Allow references for backing filesKevin Wolf
2015-12-17blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake