aboutsummaryrefslogtreecommitdiff
path: root/include/block/block_int.h
AgeCommit message (Expand)Author
2016-09-28block: mirror: fix wrong comment of mirror_startYaowei Bai
2016-09-15Remove unused function declarationsLadi Prosek
2016-09-13mirror: auto complete active commitWen Congyang
2016-09-05drive-backup: added support for data compressionPavel Butsykin
2016-09-05block: remove BlockDriver.bdrv_write_compressedPavel Butsykin
2016-09-05block/io: reuse bdrv_co_pwritev() for write compressedPavel Butsykin
2016-08-18block: fix deadlock in bdrv_co_flushEvgeny Yakovlev
2016-08-03block: Cater to iscsi with non-power-of-2 discardEric Blake
2016-07-21Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2016-07-20block: Kill .bdrv_co_discard()Eric Blake
2016-07-20block: Add .bdrv_co_pdiscard() driver callbackEric Blake
2016-07-20block: Convert .bdrv_aio_discard() to byte-basedEric Blake
2016-07-19dirty-bitmap: operate with int64_t amountDenis V. Lunev
2016-07-18block: ignore flush requests when storage is cleanEvgeny Yakovlev
2016-07-13commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia
2016-07-13stream: Add 'job-id' parameter to 'block-stream'Alberto Garcia
2016-07-13backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'Alberto Garcia
2016-07-13mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'Alberto Garcia
2016-07-13stream: Fix prototype of stream_start()Alberto Garcia
2016-07-05block: Convert bdrv_co_preadv/pwritev to BdrvChildKevin Wolf
2016-07-05block: Use bool as appropriate for BDS membersEric Blake
2016-07-05block: Move request_alignment into BlockLimitEric Blake
2016-07-05block: Switch discard length bounds to byte-basedEric Blake
2016-07-05block: Wording tweaks to write zeroes limitsEric Blake
2016-07-05block: Switch transfer length bounds to byte-basedEric Blake
2016-06-20block: use safe iteration over AioContext notifiersStefan Hajnoczi
2016-06-16block/mirror: Fix target backing BDSMax Reitz
2016-06-16block: Remove bs->zero_beyond_eofKevin Wolf
2016-06-16block: Make bdrv_load/save_vmstate coroutine_fnsKevin Wolf
2016-06-16block: Make .bdrv_load_vmstate() vectoredKevin Wolf
2016-06-08block: Kill bdrv_co_write_zeroes()Eric Blake
2016-06-08block: Add .bdrv_co_pwrite_zeroes()Eric Blake
2016-06-08block: Track write zero limits in bytesEric Blake
2016-05-25block: Fix reconfiguring graph with drained nodesKevin Wolf
2016-05-19block: Remove BlockDriverState.blkKevin 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 throttling fields from BDS to BBKevin Wolf
2016-05-19block: throttle-groups: Use BlockBackend pointers internallyKevin Wolf
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