aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)AuthorFilesLines
2016-06-16nbd: simplify the nbd_request and nbd_reply structsPaolo Bonzini1-6/+7
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 Wolf2-2/+3
2016-06-16block: Introduce bdrv_preadv()Kevin Wolf1-0/+1
2016-06-16block: Byte-based bdrv_co_do_copy_on_readv()Kevin Wolf1-3/+7
2016-06-16block: Assert that flags are in rangeEric Blake1-0/+3
2016-06-08block: Kill bdrv_co_write_zeroes()Eric Blake1-2/+0
2016-06-08block: Switch bdrv_write_zeroes() to byte interfaceEric Blake1-5/+5
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-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