aboutsummaryrefslogtreecommitdiff
path: root/include/block/block_int.h
AgeCommit message (Expand)AuthorFilesLines
2015-07-02qapi: Rename 'dirty-bitmap' mode to 'incremental'John Snow1-1/+1
2015-06-22Include monitor/monitor.h exactly where neededMarkus Armbruster1-1/+0
2015-06-22Include qapi/qmp/qerror.h exactly where neededMarkus Armbruster1-1/+0
2015-06-15Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-0/+19
2015-06-12block: Add BlockDriverState.inherits_fromKevin Wolf1-0/+4
2015-06-12block: Add list of children to BlockDriverStateKevin Wolf1-0/+8
2015-06-12block: Move flag inheritance to bdrv_open_inherit()Kevin Wolf1-0/+7
2015-06-12throttle: Add throttle group supportAlberto Garcia1-2/+5
2015-06-12throttle: Add throttle group infrastructureAlberto Garcia1-0/+1
2015-06-12throttle: Extract timers from ThrottleState into a separate structureBenoît Canet1-0/+1
2015-05-22block: minimal bounce buffer alignmentDenis V. Lunev1-0/+3
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-28qmp: Add support of "dirty-bitmap" sync mode for drive-backupJohn Snow1-0/+2
2015-04-28qmp: Ensure consistent granularity typeJohn Snow1-1/+1
2015-03-10block: add bdrv functions for geometry and blocksizeEkaterina Tumanova1-0/+15
2015-03-10qcow2: Allow creation with refcount order != 4Max Reitz1-0/+1
2015-03-09sheepdog: selectable object size supportTeruaki Ishizaki1-0/+1
2015-02-16block: Remove "growable" from BDSMax Reitz1-3/+0
2015-02-06block: add event when disk usage exceeds thresholdFrancesco Romani1-0/+4
2015-01-23block: update string sizes for filename,backing_file,exact_filenameJeff Cody1-4/+4
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-11-03block: Add status callback to bdrv_amend_options()Max Reitz1-1/+2
2014-11-03BlockLimits: introduce max_transfer_lengthPeter Lieven1-0/+3
2014-10-20block: Lift device model API into BlockBackendMarkus Armbruster1-5/+7
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster1-10/+10
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster1-5/+5
2014-10-20block: Eliminate BlockDriverState member device_name[]Markus Armbruster1-2/+0
2014-10-20block: Connect BlockBackend to BlockDriverStateMarkus Armbruster1-0/+2
2014-09-10block: Extract the block accounting codeBenoît Canet1-0/+1
2014-09-10block: Extract the BlockAcctStats structureBenoît Canet1-4/+1
2014-08-29block: Add AIO context notifiersMax Reitz1-0/+41
2014-08-20block: Add bdrv_refresh_filename()Max Reitz1-0/+6
2014-07-18block: Add Error argument to bdrv_refresh_limits()Kevin Wolf1-1/+1
2014-07-07block: block: introduce APIs for submitting IO as a batchMing Lei1-0/+5
2014-07-01block: extend block-commit to accept a string for the backing fileJeff Cody1-1/+2
2014-07-01qemu-img create: add 'nocow' optionChunyan Liu1-0/+1
2014-06-27block: Add replaces argument to drive-mirrorBenoît Canet1-0/+3
2014-06-26block: Catch backing files assigned to non-COW driversKevin Wolf1-0/+3
2014-06-23qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERRORWenchao Xia1-3/+0
2014-06-16cleanup QEMUOptionParameterChunyan Liu1-16/+2
2014-06-16change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu1-1/+12
2014-06-04block: Move declaration of bdrv_get_aio_context to block.hFam Zheng1-7/+0
2014-06-04block: add bdrv_set_aio_context()Stefan Hajnoczi1-0/+36
2014-05-28block: Add backing_blocker in BlockDriverStateFam Zheng1-0/+3
2014-05-28block: Replace in_use with operation blockerFam Zheng1-1/+0
2014-05-28block: Introduce op_blockers to BlockDriverStateFam Zheng1-0/+5
2014-05-19block: optimize zero writes with bdrv_write_zeroesPeter Lieven1-0/+1