aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
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: Honor BDRV_REQ_FUA during write_zeroesEric Blake
2016-05-12block: Make supported_write_flags a per-bds propertyEric Blake
2016-05-12Allow users to specify the vmdk virtual hardware version.Janne Karhunen
2016-05-12block: Remove BlockDriver.bdrv_read/writeKevin Wolf
2016-05-12block: Introduce .bdrv_co_preadv/pwritev BlockDriver functionKevin Wolf
2016-05-12block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf
2016-05-12block: plug whole tree at once, introduce bdrv_io_unplugged_begin/endPaolo Bonzini
2016-05-12block: introduce bdrv_no_throttling_begin/endPaolo Bonzini
2016-05-12block: move restarting of throttled reqs to block/throttle-groups.cPaolo 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: Introduce bdrv_co_writev_flags()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: add flush callbackPavel Dovgalyuk
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 blk_set_bs()Kevin Wolf
2016-03-30block: Remove bdrv_make_anon()Kevin Wolf
2016-03-22include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
2016-03-17block: Pull up blk_read_unthrottled() implementationKevin Wolf
2016-03-17block: Use blk_co_pwritev() for blk_write()Kevin Wolf
2016-03-17block: Use blk_co_preadv() for blk_read()Kevin Wolf
2016-03-17block: Use BdrvChild in BlockBackendKevin 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-14hmp: 'drive_add -n' for creating a node without BBKevin Wolf
2016-03-14block: Fix snapshot=on cache modesKevin Wolf
2016-02-23include: Clean up includesPeter Maydell
2016-02-16nbd: implement TLS support in the protocol negotiationDaniel P. Berrange
2016-02-16nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange
2016-02-09blockjob: Fix hang in block_job_finish_syncFam Zheng
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-02blockdev: Keep track of monitor-owned BDSMax 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: Add blk_dev_has_tray()Max Reitz