summaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)AuthorFilesLines
2016-04-11block: Fix bdrv_drain in coroutineFam Zheng1-0/+1
2016-03-30block: Remove bdrv_(set_)enable_write_cache()Kevin Wolf1-2/+0
2016-03-30block: Remove BDRV_O_CACHE_WBKevin Wolf1-2/+1
2016-03-30block: Remove bdrv_parse_cache_flags()Kevin Wolf1-1/+0
2016-03-30block: Introduce bdrv_co_writev_flags()Kevin Wolf1-0/+5
2016-03-30block/qapi: Use blk_enable_write_cache()Kevin Wolf1-1/+2
2016-03-30block: Move enable_write_cache to BB levelKevin Wolf2-3/+1
2016-03-30block: Add bdrv_parse_cache_mode()Kevin Wolf1-0/+1
2016-03-30block: add flush callbackPavel Dovgalyuk1-0/+7
2016-03-30block: move encryption deprecation warning into qcow codeDaniel P. Berrange1-0/+1
2016-03-30block: add flag to indicate that no I/O will be performedDaniel P. Berrange1-0/+1
2016-03-30block: Remove blk_set_bs()Kevin Wolf1-2/+0
2016-03-30block: Remove bdrv_make_anon()Kevin Wolf1-1/+0
2016-03-22include/qemu/iov.h: Don't include qemu-common.hMarkus Armbruster1-1/+1
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster3-5/+0
2016-03-17block: Pull up blk_read_unthrottled() implementationKevin 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 Reitz2-5/+0
2016-03-17block: Add bdrv_next_monitor_owned()Max Reitz1-0/+1
2016-03-17block: Move some bdrv_*_all() functions to BBMax Reitz1-2/+0
2016-03-14block: Remove unused typedef of BlockDriverDirtyHandlerFam Zheng1-2/+0
2016-03-14block: Move block dirty bitmap code to separate filesFam Zheng2-34/+45
2016-03-14typedefs: Add BdrvDirtyBitmapFam Zheng1-1/+0
2016-03-14block: Include hbitmap.h in block.hFam Zheng1-1/+1
2016-03-14hmp: 'drive_add -n' for creating a node without BBKevin Wolf1-0/+2
2016-03-14block: Fix snapshot=on cache modesKevin Wolf1-1/+0
2016-02-23include: Clean up includesPeter Maydell4-5/+0
2016-02-16nbd: implement TLS support in the protocol negotiationDaniel P. Berrange1-0/+8
2016-02-16nbd: convert to using I/O channels for actual socket I/ODaniel P. Berrange1-6/+14
2016-02-09blockjob: Fix hang in block_job_finish_syncFam Zheng1-0/+5
2016-02-02block: set device_list.tqe_prev to NULL on BDS removalJeff Cody1-0/+1
2016-02-02block: Add "file" output parameter to block status query functionsFam Zheng2-5/+9
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: Make bdrv_close() staticMax Reitz1-1/+0
2016-02-02block: Remove BDS close notifierMax Reitz2-3/+0
2016-02-02block: Add blk_dev_has_tray()Max Reitz1-0/+1
2016-01-20block: Inactivate BDS when migration completesKevin Wolf2-0/+2
2016-01-20block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVEKevin Wolf1-1/+1
2016-01-15nbd: Always call "close_fn" in nbd_client_newFam Zheng1-2/+1
2016-01-07block: Add check on mirror targetFam Zheng1-0/+1
2016-01-07block: Rename BLOCK_OP_TYPE_MIRROR to BLOCK_OP_TYPE_MIRROR_SOURCEFam Zheng1-1/+1
2015-12-22block: add BlockLimits.max_iov fieldStefan Hajnoczi1-0/+3
2015-12-18block: Remove prototype of bdrv_swap from headerFam Zheng1-1/+0
2015-12-18block: Add opaque value to the amend CBMax Reitz2-3/+4
2015-12-18block: Introduce bs->explicit_optionsKevin Wolf2-0/+2
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