summaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
2016-06-08block: Kill bdrv_co_write_zeroes()Eric Blake
2016-06-08block: Switch bdrv_write_zeroes() to byte interfaceEric Blake
2016-06-08block: Add .bdrv_co_pwrite_zeroes()Eric Blake
2016-06-08block: Track write zero limits in bytesEric Blake
2016-06-07block: Move BlockRequest type to io.cEric Blake
2016-06-07iostatus: fix comments for block_job_iostatus_resetChanglong Xie
2016-06-07block/io: Remove unused bdrv_aio_write_zeroes()Kevin Wolf
2016-05-25blockjob: Remove BlockJob.bsKevin Wolf
2016-05-25backup: Use BlockBackend for I/OKevin Wolf
2016-05-25stream: Use BlockBackend for I/OKevin Wolf
2016-05-25block: Convert block job core to BlockBackendKevin Wolf
2016-05-25block: Cancel jobs first in bdrv_close_all()Kevin Wolf
2016-05-25block: keep a list of block jobsAlberto Garcia
2016-05-25block: Fix reconfiguring graph with drained nodesKevin 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: Remove BlockDriverState.blkKevin Wolf
2016-05-19block: Avoid bs->blk in bdrv_next()Kevin Wolf
2016-05-19block: Remove bdrv_aio_multiwrite()Kevin Wolf
2016-05-19blockjob: Don't set iostatus of targetKevin Wolf
2016-05-19block: User BdrvChild callback for device nameKevin Wolf
2016-05-19block: Use BdrvChild callbacks for change_media/resizeKevin Wolf
2016-05-19block: Decouple throttling from BlockDriverStateKevin Wolf
2016-05-19block: Drain throttling queue with BdrvChild callbackKevin Wolf
2016-05-19block: Introduce BdrvChild.opaqueKevin Wolf
2016-05-19block: Move I/O throttling configuration functions to BlockBackendKevin Wolf
2016-05-19block: Move actual I/O throttling to BlockBackendKevin Wolf
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf
2016-05-19block: Convert throttle_group_get_name() to BlockBackendKevin Wolf
2016-05-19block: throttle-groups: Use BlockBackend pointers internallyKevin 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: 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