aboutsummaryrefslogtreecommitdiff
path: root/include/block/block_int.h
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-17block: Use BdrvChild in BlockBackendKevin Wolf1-0/+5
2016-03-17block: Remove bdrv_states listMax Reitz1-4/+0
2016-03-14hmp: 'drive_add -n' for creating a node without BBKevin Wolf1-0/+2
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng1-1/+2
2016-02-02blockdev: Keep track of monitor-owned BDSMax Reitz1-0/+4
2016-02-02block: Add list of all BlockDriverStatesMax Reitz1-0/+2
2016-02-02block: Remove BDS close notifierMax Reitz1-2/+0
2016-02-02block: Add blk_dev_has_tray()Max Reitz1-0/+1
2016-01-20block: Inactivate BDS when migration completesKevin Wolf1-0/+1
2015-12-22block: add BlockLimits.max_iov fieldStefan Hajnoczi1-0/+3
2015-12-18block: Add opaque value to the amend CBMax Reitz1-1/+2
2015-12-18block: Introduce bs->explicit_optionsKevin Wolf1-0/+1
2015-12-18block: Add infrastructure for option inheritanceKevin Wolf1-1/+2
2015-12-18block: Pass driver-specific options to .bdrv_refresh_filename()Kevin Wolf1-1/+1
2015-12-18block: Exclude nested options only for children in append_open_options()Kevin Wolf1-0/+1
2015-12-18qcow2: Add .bdrv_join_options callbackKevin Wolf1-0/+1
2015-12-17blkdebug: Merge hand-rolled and qapi BlkdebugEvent enumEric Blake1-1/+1