summaryrefslogtreecommitdiff
path: root/include/block/block_int.h
AgeCommit message (Expand)AuthorFilesLines
2016-07-21Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-4/+4
2016-07-20block: Kill .bdrv_co_discard()Eric Blake1-2/+0
2016-07-20block: Add .bdrv_co_pdiscard() driver callbackEric Blake1-0/+2
2016-07-20block: Convert .bdrv_aio_discard() to byte-basedEric Blake1-2/+2
2016-07-19dirty-bitmap: operate with int64_t amountDenis V. Lunev1-1/+1
2016-07-18block: ignore flush requests when storage is cleanEvgeny Yakovlev1-0/+5
2016-07-13commit: Add 'job-id' parameter to 'block-commit'Alberto Garcia1-6/+10
2016-07-13stream: Add 'job-id' parameter to 'block-stream'Alberto Garcia1-4/+6
2016-07-13backup: Add 'job-id' parameter to 'blockdev-backup' and 'drive-backup'Alberto Garcia1-3/+5
2016-07-13mirror: Add 'job-id' parameter to 'blockdev-mirror' and 'drive-mirror'Alberto Garcia1-2/+4
2016-07-13stream: Fix prototype of stream_start()Alberto Garcia1-5/+6
2016-07-05block: Convert bdrv_co_preadv/pwritev to BdrvChildKevin Wolf1-2/+2
2016-07-05block: Use bool as appropriate for BDS membersEric Blake1-6/+7
2016-07-05block: Move request_alignment into BlockLimitEric Blake1-9/+13
2016-07-05block: Switch discard length bounds to byte-basedEric Blake1-5/+11
2016-07-05block: Wording tweaks to write zeroes limitsEric Blake1-2/+5
2016-07-05block: Switch transfer length bounds to byte-basedEric Blake1-5/+8
2016-06-20block: use safe iteration over AioContext notifiersStefan Hajnoczi1-0/+2
2016-06-16block/mirror: Fix target backing BDSMax Reitz1-1/+17
2016-06-16block: Remove bs->zero_beyond_eofKevin Wolf1-3/+0
2016-06-16block: Make bdrv_load/save_vmstate coroutine_fnsKevin Wolf1-4/+6
2016-06-16block: Make .bdrv_load_vmstate() vectoredKevin Wolf1-2/+2
2016-06-08block: Kill bdrv_co_write_zeroes()Eric Blake1-2/+0
2016-06-08block: Add .bdrv_co_pwrite_zeroes()Eric Blake1-1/+3
2016-06-08block: Track write zero limits in bytesEric Blake1-4/+6
2016-05-25block: Fix reconfiguring graph with drained nodesKevin Wolf1-1/+2
2016-05-19block: Remove BlockDriverState.blkKevin Wolf1-2/+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 Wolf1-2/+1
2016-05-19block: Move throttling fields from BDS to BBKevin Wolf1-13/+0
2016-05-19block: throttle-groups: Use BlockBackend pointers internallyKevin Wolf1-1/+0
2016-05-12Add new block driver interface to add/delete a BDS's childWen Congyang1-0/+5
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 Bonzini1-1/+4
2016-05-12block: introduce bdrv_no_throttling_begin/endPaolo Bonzini1-3/+6
2016-03-30block: Introduce bdrv_co_writev_flags()Kevin Wolf1-0/+5
2016-03-30block: Move enable_write_cache to BB levelKevin Wolf1-3/+0
2016-03-30block: add flush callbackPavel Dovgalyuk1-0/+7
2016-03-30block: Remove blk_set_bs()Kevin Wolf1-2/+0
2016-03-17block: Use blk_co_pwritev() for blk_write()Kevin Wolf1-0/+3
2016-03-17block: Use blk_co_preadv() for blk_read()Kevin Wolf1-0/+4