summaryrefslogtreecommitdiffstats
path: root/include/block/block_int.h
Commit message (Expand)AuthorAgeFilesLines
* block: Introduce parents listKevin Wolf2015-10-161-0/+2
* block-backend: Add blk_set_bs()Kevin Wolf2015-10-161-0/+2
* block/io: Make bdrv_requests_pending() publicKevin Wolf2015-10-161-0/+1
* block: Convert bs->backing_hd to BdrvChildKevin Wolf2015-10-161-4/+8
* block: Convert bs->file to BdrvChildKevin Wolf2015-10-161-2/+1
* block: Introduce BDS.file_childKevin Wolf2015-10-161-0/+1
* block: Fix backing file child when modifying graphKevin Wolf2015-07-141-0/+1
* block: Introduce bdrv_open_child()Kevin Wolf2015-07-141-2/+2
* block: Remove bdrv_reset_dirtyFam Zheng2015-07-021-2/+0
* qmp: Add optional bool "unmap" to drive-mirrorFam Zheng2015-07-021-0/+2
* 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-151-0/+19
|\
| * 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-121-0/+7
* | throttle: Add throttle group supportAlberto Garcia2015-06-121-2/+5
* | throttle: Add throttle group infrastructureAlberto Garcia2015-06-121-0/+1
* | throttle: Extract timers from ThrottleState into a separate structureBenoît Canet2015-06-121-0/+1
|/
* block: minimal bounce buffer alignmentDenis V. Lunev2015-05-221-0/+3
* 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
* qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow2015-04-281-0/+2
* qmp: Ensure consistent granularity typeJohn Snow2015-04-281-1/+1
* block: add bdrv functions for geometry and blocksizeEkaterina Tumanova2015-03-101-0/+15
* qcow2: Allow creation with refcount order != 4Max Reitz2015-03-101-0/+1
* sheepdog: selectable object size supportTeruaki Ishizaki2015-03-091-0/+1
* block: Remove "growable" from BDSMax Reitz2015-02-161-3/+0
* block: add event when disk usage exceeds thresholdFrancesco Romani2015-02-061-0/+4
* block: update string sizes for filename,backing_file,exact_filenameJeff Cody2015-01-231-4/+4
* block: Make essential BlockDriver objects publicMax Reitz2014-12-101-0/+8
* raw: Prohibit dangerous writes for probed imagesKevin Wolf2014-12-101-0/+3
* block: Read only one sector for format probingKevin Wolf2014-12-101-0/+2
* block: Add status callback to bdrv_amend_options()Max Reitz2014-11-031-1/+2
* BlockLimits: introduce max_transfer_lengthPeter Lieven2014-11-031-0/+3
* block: Lift device model API into BlockBackendMarkus Armbruster2014-10-201-5/+7
* block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster2014-10-201-10/+10
* block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster2014-10-201-5/+5
* block: Eliminate BlockDriverState member device_name[]Markus Armbruster2014-10-201-2/+0
* block: Connect BlockBackend to BlockDriverStateMarkus Armbruster2014-10-201-0/+2
* block: Extract the block accounting codeBenoît Canet2014-09-101-0/+1
* block: Extract the BlockAcctStats structureBenoît Canet2014-09-101-4/+1
* block: Add AIO context notifiersMax Reitz2014-08-291-0/+41
* block: Add bdrv_refresh_filename()Max Reitz2014-08-201-0/+6
* block: Add Error argument to bdrv_refresh_limits()Kevin Wolf2014-07-181-1/+1
* block: block: introduce APIs for submitting IO as a batchMing Lei2014-07-071-0/+5
* block: extend block-commit to accept a string for the backing fileJeff Cody2014-07-011-1/+2
* qemu-img create: add 'nocow' optionChunyan Liu2014-07-011-0/+1
* block: Add replaces argument to drive-mirrorBenoît Canet2014-06-271-0/+3
OpenPOWER on IntegriCloud