summaryrefslogtreecommitdiff
path: root/include/block/block.h
AgeCommit message (Expand)AuthorFilesLines
2015-11-12block: Add block job transactionsFam Zheng1-0/+1
2015-11-12qed: Implement .bdrv_drainFam Zheng1-1/+0
2015-11-12block: Add ioctl parameter fields to BlockRequestFam Zheng1-4/+12
2015-10-23block: Introduce "drained begin/end" APIFam Zheng1-0/+19
2015-10-23block: Move I/O status and error actions into BBMax Reitz1-11/+0
2015-10-23block: Move BlockAcctStats into BlockBackendMax Reitz1-2/+0
2015-10-23block: Move guest_block_size into BlockBackendMax Reitz1-1/+0
2015-10-23block: Make bdrv_is_inserted() return a boolMax Reitz1-1/+1
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange1-1/+1
2015-10-16block: Add and use bdrv_replace_in_backing_chain()Kevin Wolf1-1/+3
2015-10-16block: Manage backing file references in bdrv_set_backing_hd()Kevin Wolf1-0/+1
2015-10-16block: Remove bdrv_open_image()Kevin Wolf1-4/+0
2015-10-16block: Convert bs->file to BdrvChildKevin Wolf1-1/+7
2015-09-25block: Introduce a new API bdrv_co_no_copy_on_readv()Wen Congyang1-3/+6
2015-09-14block: Allow specifying driver-specific options to reopenKevin Wolf1-1/+3
2015-09-14block: Drop bdrv_find_whitelisted_format()Max Reitz1-2/+0
2015-09-14block: Drop drv parameter from bdrv_open()Max Reitz1-2/+1
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange1-1/+1
2015-09-02block: more check for replaced nodeWen Congyang1-1/+2
2015-07-14block: Introduce bdrv_unref_child()Kevin Wolf1-0/+1
2015-07-14block: Introduce bdrv_open_child()Kevin Wolf1-0/+6
2015-07-02block: Add bdrv_get_block_status_aboveFam Zheng1-0/+4
2015-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-1/+11
2015-06-12block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf1-1/+3
2015-06-12block: Use macro for cache option namesKevin Wolf1-0/+8
2015-06-12throttle: Add throttle group supportAlberto Garcia1-1/+2
2015-05-29qapi: add dirty bitmap statusJohn Snow1-0/+1
2015-05-22block: minimal bounce buffer alignmentDenis V. Lunev1-0/+2
2015-04-28block: Ensure consistent bitmap function prototypesJohn Snow1-6/+5
2015-04-28qmp: add block-dirty-bitmap-clearJohn Snow1-0/+1
2015-04-28qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow1-0/+1
2015-04-28block: Add bitmap successorsJohn Snow1-0/+10
2015-04-28block: Add bitmap disabled statusJohn Snow1-0/+3
2015-04-28block: Introduce bdrv_dirty_bitmap_granularity()John Snow1-0/+1
2015-04-28qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-removeJohn Snow1-0/+1
2015-04-28qmp: Ensure consistent granularity typeJohn Snow1-1/+1
2015-04-28qapi: Add optional field "name" to block dirty bitmapFam Zheng1-1/+6
2015-04-28qmp: fill in the image field in BlockDeviceInfoAlberto Garcia1-1/+1
2015-04-28block: add bdrv_get_device_or_node_name()Alberto Garcia1-0/+1
2015-03-16block: Drop bdrv_findFam Zheng1-1/+0
2015-03-10block: add bdrv functions for geometry and blocksizeEkaterina Tumanova1-0/+13
2015-02-27block: Forbid bdrv_set_aio_context outside BQLFam Zheng1-2/+1
2015-02-16block: Add Error parameter to bdrv_find_protocol()Max Reitz1-1/+2
2015-02-06block: New bdrv_add_key(), convert monitor to use itMarkus Armbruster1-0/+1
2015-02-06block: introduce BDRV_REQUEST_MAX_SECTORSPeter Lieven1-0/+3
2015-01-13block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}Fam Zheng1-1/+2
2015-01-13block: fix spoiling all dirty bitmaps by mirror and migrationVladimir Sementsov-Ogievskiy1-2/+4
2015-01-13block: JSON filenames and relative backing filesMax Reitz1-2/+3
2015-01-13block: Get full backing filename from stringMax Reitz1-0/+3
2014-12-12block: drop unused bdrv_clear_incoming_migration_all() prototypeStefan Hajnoczi1-2/+0