summaryrefslogtreecommitdiffstats
path: root/include/block
Commit message (Expand)AuthorAgeFilesLines
* block: more check for replaced nodeWen Congyang2015-09-021-1/+2
* AioContext: force event loop iteration using BHStefan Hajnoczi2015-07-291-0/+3
* AioContext: optimize clearing the EventNotifierPaolo Bonzini2015-07-221-1/+31
* AioContext: fix broken ctx->dispatching optimizationPaolo Bonzini2015-07-221-6/+23
* block: Fix backing file child when modifying graphKevin Wolf2015-07-141-0/+1
* block: Introduce bdrv_unref_child()Kevin Wolf2015-07-141-0/+1
* block: Introduce bdrv_open_child()Kevin Wolf2015-07-142-2/+8
* blockjob: add block_job_release functionTing Wang2015-07-071-0/+8
* block: Remove bdrv_reset_dirtyFam Zheng2015-07-021-2/+0
* qmp: Add optional bool "unmap" to drive-mirrorFam Zheng2015-07-021-0/+2
* block: Add bdrv_get_block_status_aboveFam Zheng2015-07-021-0/+4
* qapi: Rename 'dirty-bitmap' mode to 'incremental'John Snow2015-07-021-1/+1
* Include monitor/monitor.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster2015-06-221-1/+0
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-06-152-1/+30
|\
| * block: Add BlockDriverState.inherits_fromKevin Wolf2015-06-121-0/+4
| * block: Add list of children to BlockDriverStateKevin Wolf2015-06-121-0/+8
| * block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf2015-06-122-1/+10
| * block: Use macro for cache option namesKevin Wolf2015-06-121-0/+8
* | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2015-06-123-2/+54
|\ \
| * | throttle: acquire the ThrottleGroup lock in bdrv_swap()Alberto Garcia2015-06-121-0/+3
| * | throttle: Add throttle group supportAlberto Garcia2015-06-123-3/+11
| * | throttle: Add throttle group infrastructureAlberto Garcia2015-06-122-0/+40
| * | throttle: Extract timers from ThrottleState into a separate structureBenoƮt Canet2015-06-121-0/+1
| |/
* | main-loop: Drop qemu_set_fd_handler2Fam Zheng2015-06-121-1/+1
|/
* qapi: add dirty bitmap statusJohn Snow2015-05-291-0/+1
* block: minimal bounce buffer alignmentDenis V. Lunev2015-05-222-0/+5
* block: extract bdrv_setup_io_funcs()Stefan Hajnoczi2015-04-281-0/+8
* block: add bdrv_set_dirty()/bdrv_reset_dirty() to block_int.hStefan Hajnoczi2015-04-281-0/+4
* block: Ensure consistent bitmap function prototypesJohn Snow2015-04-281-6/+5
* qmp: add block-dirty-bitmap-clearJohn Snow2015-04-281-0/+1
* qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow2015-04-282-0/+3
* block: Add bitmap successorsJohn Snow2015-04-281-0/+10
* block: Add bitmap disabled statusJohn Snow2015-04-281-0/+3
* block: Introduce bdrv_dirty_bitmap_granularity()John Snow2015-04-281-0/+1
* qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-removeJohn Snow2015-04-281-0/+1
* qmp: Ensure consistent granularity typeJohn Snow2015-04-282-2/+2
* qapi: Add optional field "name" to block dirty bitmapFam Zheng2015-04-281-1/+6
* qmp: fill in the image field in BlockDeviceInfoAlberto Garcia2015-04-282-2/+2
* block: add bdrv_get_device_or_node_name()Alberto Garcia2015-04-281-0/+1
* blockjob: Allow nested pauseFam Zheng2015-04-281-4/+18
* AioContext: acquire/release AioContext during aio_pollPaolo Bonzini2015-04-281-6/+7
* aio-posix: move pollfds to thread-local storagePaolo Bonzini2015-04-281-3/+0
* nbd: Set block size to BDRV_SECTOR_SIZEMax Reitz2015-03-181-2/+2
* nbd: Fix potential signed overflow issuesMax Reitz2015-03-181-2/+2
* nbd: Handle blk_getlength() failureMax Reitz2015-03-181-1/+2
* block: Drop bdrv_findFam Zheng2015-03-161-1/+0
* block: add bdrv functions for geometry and blocksizeEkaterina Tumanova2015-03-102-0/+28
* qcow2: Allow creation with refcount order != 4Max Reitz2015-03-101-0/+1
* sheepdog: selectable object size supportTeruaki Ishizaki2015-03-091-0/+1
OpenPOWER on IntegriCloud