summaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)AuthorFilesLines
2015-05-29qapi: add dirty bitmap statusJohn Snow1-0/+1
2015-05-22block: minimal bounce buffer alignmentDenis V. Lunev2-0/+5
2015-04-28block: extract bdrv_setup_io_funcs()Stefan Hajnoczi1-0/+8
2015-04-28block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.hStefan Hajnoczi1-0/+4
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 Snow2-0/+3
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 Snow2-2/+2
2015-04-28qapi: Add optional field "name" to block dirty bitmapFam Zheng1-1/+6
2015-04-28qmp: fill in the image field in BlockDeviceInfoAlberto Garcia2-2/+2
2015-04-28block: add bdrv_get_device_or_node_name()Alberto Garcia1-0/+1
2015-04-28blockjob: Allow nested pauseFam Zheng1-4/+18
2015-04-28AioContext: acquire/release AioContext during aio_pollPaolo Bonzini1-6/+7
2015-04-28aio-posix: move pollfds to thread-local storagePaolo Bonzini1-3/+0
2015-03-18nbd: Set block size to BDRV_SECTOR_SIZEMax Reitz1-2/+2
2015-03-18nbd: Fix potential signed overflow issuesMax Reitz1-2/+2
2015-03-18nbd: Handle blk_getlength() failureMax Reitz1-1/+2
2015-03-16block: Drop bdrv_findFam Zheng1-1/+0
2015-03-10block: add bdrv functions for geometry and blocksizeEkaterina Tumanova2-0/+28
2015-03-10qcow2: Allow creation with refcount order != 4Max Reitz1-0/+1
2015-03-09sheepdog: selectable object size supportTeruaki Ishizaki1-0/+1
2015-03-09coroutine: Clean up qemu_coroutine_enter()Kevin Wolf1-0/+1
2015-02-27block: Forbid bdrv_set_aio_context outside BQLFam Zheng1-2/+1
2015-02-16block: Remove "growable" from BDSMax Reitz1-3/+0
2015-02-16block: Add Error parameter to bdrv_find_protocol()Max Reitz1-1/+2
2015-02-16nbd: Drop BDS backpointerMax Reitz1-1/+0
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-02-06nbd: Improve error messagesMax Reitz1-1/+1
2015-02-06block: add event when disk usage exceeds thresholdFrancesco Romani2-0/+68
2015-02-06block: add accounting for merged requestsPeter Lieven1-0/+3
2015-01-23block: update string sizes for filename,backing_file,exact_filenameJeff Cody1-4/+4
2015-01-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-1/+1
2015-01-14qemu-timer: rename timer_init to timer_init_tlPaolo Bonzini1-1/+1
2015-01-13block: Split BLOCK_OP_TYPE_COMMIT to BLOCK_OP_TYPE_COMMIT_{SOURCE, TARGET}Fam Zheng1-1/+2
2015-01-13coroutine: drop qemu_coroutine_adjust_pool_sizePaolo Bonzini1-10/+0
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
2014-12-12vmdk: Fix error for JSON descriptor file namesMax Reitz1-0/+1
2014-12-10block: Make essential BlockDriver objects publicMax Reitz1-0/+8
2014-12-10raw: Prohibit dangerous writes for probed imagesKevin Wolf1-0/+3
2014-12-10block: Read only one sector for format probingKevin Wolf1-0/+2
2014-12-10nbd: Change external interface to BlockBackendMax Reitz1-4/+3
2014-12-10block: Add bdrv_get_node_nameFam Zheng1-0/+1