summaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)AuthorFilesLines
2016-06-07block: Move BlockRequest type to io.cEric Blake1-21/+0
2016-06-07iostatus: fix comments for block_job_iostatus_resetChanglong Xie1-1/+1
2016-06-07block/io: Remove unused bdrv_aio_write_zeroes()Kevin Wolf1-3/+0
2016-05-25blockjob: Remove BlockJob.bsKevin Wolf1-1/+0
2016-05-25backup: Use BlockBackend for I/OKevin Wolf1-2/+0
2016-05-25stream: Use BlockBackend for I/OKevin Wolf1-2/+0
2016-05-25block: Convert block job core to BlockBackendKevin Wolf1-1/+2
2016-05-25block: Cancel jobs first in bdrv_close_all()Kevin Wolf1-0/+7
2016-05-25block: keep a list of block jobsAlberto Garcia1-0/+14
2016-05-25block: Fix reconfiguring graph with drained nodesKevin Wolf1-1/+2
2016-05-25block: Make bdrv_open() return a BDSMax Reitz1-2/+2
2016-05-25block: Drop bdrv_new_root()Max Reitz1-1/+0
2016-05-25block: Fix bdrv_next() memory leakKevin Wolf1-2/+13
2016-05-19block: Remove BlockDriverState.blkKevin Wolf1-2/+1
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf1-1/+2
2016-05-19block: Remove bdrv_aio_multiwrite()Kevin Wolf1-5/+2
2016-05-19blockjob: Don't set iostatus of targetKevin Wolf1-3/+1
2016-05-19block: User BdrvChild callback for device nameKevin Wolf1-0/+5
2016-05-19block: Use BdrvChild callbacks for change_media/resizeKevin Wolf1-1/+3
2016-05-19block: Decouple throttling from BlockDriverStateKevin Wolf1-3/+0
2016-05-19block: Drain throttling queue with BdrvChild callbackKevin Wolf1-5/+11
2016-05-19block: Introduce BdrvChild.opaqueKevin Wolf1-0/+1
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf3-8/+3
2016-05-19block: Move actual I/O throttling to BlockBackendKevin Wolf1-1/+1
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf2-14/+1
2016-05-19block: Convert throttle_group_get_name() to BlockBackendKevin Wolf1-1/+1
2016-05-19block: throttle-groups: Use BlockBackend pointers internallyKevin Wolf2-3/+2
2016-05-12quorum: implement bdrv_add_child() and bdrv_del_child()Wen Congyang1-0/+4
2016-05-12Add new block driver interface to add/delete a BDS's childWen Congyang2-0/+9
2016-05-12block: Honor BDRV_REQ_FUA during write_zeroesEric Blake1-2/+5
2016-05-12block: Make supported_write_flags a per-bds propertyEric Blake1-2/+2
2016-05-12Allow users to specify the vmdk virtual hardware version.Janne Karhunen1-1/+1
2016-05-12block: Remove BlockDriver.bdrv_read/writeKevin Wolf1-4/+0
2016-05-12block: Introduce .bdrv_co_preadv/pwritev BlockDriver functionKevin Wolf1-0/+4
2016-05-12block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf1-2/+2
2016-05-12block: plug whole tree at once, introduce bdrv_io_unplugged_begin/endPaolo Bonzini2-2/+6
2016-05-12block: introduce bdrv_no_throttling_begin/endPaolo Bonzini1-3/+6
2016-05-12block: move restarting of throttled reqs to block/throttle-groups.cPaolo Bonzini1-0/+1
2016-04-11block: Fix bdrv_drain in coroutineFam Zheng1-0/+1
2016-03-30block: Remove bdrv_(set_)enable_write_cache()Kevin Wolf1-2/+0
2016-03-30block: Remove BDRV_O_CACHE_WBKevin Wolf1-2/+1
2016-03-30block: Remove bdrv_parse_cache_flags()Kevin Wolf1-1/+0
2016-03-30block: Introduce bdrv_co_writev_flags()Kevin Wolf1-0/+5
2016-03-30block/qapi: Use blk_enable_write_cache()Kevin Wolf1-1/+2
2016-03-30block: Move enable_write_cache to BB levelKevin Wolf2-3/+1
2016-03-30block: Add bdrv_parse_cache_mode()Kevin Wolf1-0/+1
2016-03-30block: add flush callbackPavel Dovgalyuk1-0/+7
2016-03-30block: move encryption deprecation warning into qcow codeDaniel P. Berrange1-0/+1
2016-03-30block: add flag to indicate that no I/O will be performedDaniel P. Berrange1-0/+1
2016-03-30block: Remove blk_set_bs()Kevin Wolf1-2/+0