summaryrefslogtreecommitdiffstats
path: root/include/block
Commit message (Expand)AuthorAgeFilesLines
* quorum: implement bdrv_add_child() and bdrv_del_child()Wen Congyang2016-05-121-0/+4
* Add new block driver interface to add/delete a BDS's childWen Congyang2016-05-122-0/+9
* block: Honor BDRV_REQ_FUA during write_zeroesEric Blake2016-05-121-2/+5
* block: Make supported_write_flags a per-bds propertyEric Blake2016-05-121-2/+2
* Allow users to specify the vmdk virtual hardware version.Janne Karhunen2016-05-121-1/+1
* block: Remove BlockDriver.bdrv_read/writeKevin Wolf2016-05-121-4/+0Star
* block: Introduce .bdrv_co_preadv/pwritev BlockDriver functionKevin Wolf2016-05-121-0/+4
* block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf2016-05-121-2/+2
* block: plug whole tree at once, introduce bdrv_io_unplugged_begin/endPaolo Bonzini2016-05-122-2/+6
* block: introduce bdrv_no_throttling_begin/endPaolo Bonzini2016-05-121-3/+6
* block: move restarting of throttled reqs to block/throttle-groups.cPaolo Bonzini2016-05-121-0/+1
* block: Fix bdrv_drain in coroutineFam Zheng2016-04-111-0/+1
* block: Remove bdrv_(set_)enable_write_cache()Kevin Wolf2016-03-301-2/+0Star
* block: Remove BDRV_O_CACHE_WBKevin Wolf2016-03-301-2/+1Star
* block: Remove bdrv_parse_cache_flags()Kevin Wolf2016-03-301-1/+0Star
* block: Introduce bdrv_co_writev_flags()Kevin Wolf2016-03-301-0/+5
* block/qapi: Use blk_enable_write_cache()Kevin Wolf2016-03-301-1/+2
* block: Move enable_write_cache to BB levelKevin Wolf2016-03-302-3/+1Star
* block: Add bdrv_parse_cache_mode()Kevin Wolf2016-03-301-0/+1
* block: add flush callbackPavel Dovgalyuk2016-03-301-0/+7
* block: move encryption deprecation warning into qcow codeDaniel P. Berrange2016-03-301-0/+1
* block: add flag to indicate that no I/O will be performedDaniel P. Berrange2016-03-301-0/+1
* block: Remove blk_set_bs()Kevin Wolf2016-03-301-2/+0Star
* block: Remove bdrv_make_anon()Kevin Wolf2016-03-301-1/+0Star
* include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster2016-03-221-1/+1
* Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster2016-03-223-5/+0Star
* block: Pull up blk_read_unthrottled() implementationKevin Wolf2016-03-171-2/+0Star
* block: Use blk_co_pwritev() for blk_write()Kevin Wolf2016-03-171-0/+3
* block: Use blk_co_preadv() for blk_read()Kevin Wolf2016-03-171-0/+4
* block: Use BdrvChild in BlockBackendKevin Wolf2016-03-171-0/+5
* block: Remove bdrv_states listMax Reitz2016-03-172-5/+0Star
* block: Add bdrv_next_monitor_owned()Max Reitz2016-03-171-0/+1
* block: Move some bdrv_*_all() functions to BBMax Reitz2016-03-171-2/+0Star
* block: Remove unused typedef of BlockDriverDirtyHandlerFam Zheng2016-03-141-2/+0Star
* block: Move block dirty bitmap code to separate filesFam Zheng2016-03-142-34/+45
* typedefs: Add BdrvDirtyBitmapFam Zheng2016-03-141-1/+0Star
* block: Include hbitmap.h in block.hFam Zheng2016-03-141-1/+1
* hmp: 'drive_add -n' for creating a node without BBKevin Wolf2016-03-141-0/+2
* block: Fix snapshot=on cache modesKevin Wolf2016-03-141-1/+0Star
* include: Clean up includesPeter Maydell2016-02-234-5/+0Star
* nbd: implement TLS support in the protocol negotiationDaniel P. Berrange2016-02-161-0/+8
* nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange2016-02-161-6/+14
* blockjob: Fix hang in block_job_finish_syncFam Zheng2016-02-091-0/+5
* block: set device_list.tqe_prev to NULL on BDS removalJeff Cody2016-02-021-0/+1
* block: Add "file" output parameter to block status query functionsFam Zheng2016-02-022-5/+9
* blockdev: Keep track of monitor-owned BDSMax Reitz2016-02-021-0/+4
* block: Add list of all BlockDriverStatesMax Reitz2016-02-021-0/+2
* block: Make bdrv_close() staticMax Reitz2016-02-021-1/+0Star
* block: Remove BDS close notifierMax Reitz2016-02-022-3/+0Star
* block: Add blk_dev_has_tray()Max Reitz2016-02-021-0/+1