summaryrefslogtreecommitdiff
path: root/block/block-backend.c
AgeCommit message (Expand)Author
2016-07-20block: Convert BB interface to byte-based discardsEric Blake
2016-07-20block: Convert bdrv_aio_discard() to byte-basedEric Blake
2016-07-20block: Convert bdrv_discard() to byte-basedEric Blake
2016-07-20block: Convert bdrv_co_discard() to byte-basedEric Blake
2016-07-13block/qdev: Allow configuring rerror/werror with qdev propertiesKevin Wolf
2016-07-13coroutine: move entry argument to qemu_coroutine_createPaolo Bonzini
2016-07-05block: Convert bdrv_co_preadv/pwritev to BdrvChildKevin Wolf
2016-07-05block: Convert bdrv_pwrite_zeroes() to BdrvChildKevin Wolf
2016-07-05block: Switch transfer length bounds to byte-basedEric Blake
2016-07-05block: Give nonzero result to blk_get_max_transfer_length()Eric Blake
2016-05-25block: Make blk_co_preadv/pwritev() publicKevin Wolf
2016-05-25block: Default to enabled write cache in blk_new()Kevin Wolf
2016-05-25block: Rename blk_write_zeroes()Eric Blake
2016-05-25block: Fix reconfiguring graph with drained nodesKevin Wolf
2016-05-25block: Drop errp parameter from blk_new()Max Reitz
2016-05-25block: Make bdrv_open() return a BDSMax Reitz
2016-05-25block: Drop blk_new_with_bs()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: Add bdrv_has_blk()Kevin Wolf
2016-05-19block: Remove bdrv_aio_multiwrite()Kevin 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: Introduce BlockBackendPublicKevin Wolf
2016-05-19block: Make sure throttled BDSes always have a BBKevin Wolf
2016-05-12block: Kill unused sector-based blk_* functionsEric Blake
2016-05-12block: Introduce byte-based aio read/writeEric Blake
2016-05-12block: Switch blk_*write_zeroes() to byte interfaceEric Blake
2016-05-12block: Switch blk_read_unthrottled() to byte interfaceEric Blake
2016-05-12block: Allow BDRV_REQ_FUA through blk_pwrite()Eric Blake
2016-05-12block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writevKevin Wolf
2016-05-12block: introduce bdrv_no_throttling_begin/endPaolo Bonzini
2016-04-15block: Don't ignore flags in blk_{,co,aio}_write_zeroes()Kevin Wolf
2016-04-15block: Fix blk_aio_write_zeroes()Kevin Wolf
2016-03-30block: Remove BDRV_O_CACHE_WBKevin Wolf
2016-03-30block: Move enable_write_cache to BB levelKevin Wolf
2016-03-30block: Always set writeback mode in blk_new_open()Kevin Wolf
2016-03-30block: Remove blk_set_bs()Kevin Wolf
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa
2016-03-17block: Use blk_co_pwritev() in blk_co_write_zeroes()Kevin Wolf
2016-03-17block: Use blk_aio_prwv() for aio_read/write/write_zeroesKevin Wolf
2016-03-17block: Use blk_prw() in blk_pread()/blk_pwrite()Kevin Wolf