aboutsummaryrefslogtreecommitdiff
path: root/include/block/block_int.h
AgeCommit message (Expand)Author
2015-02-22block: Make essential BlockDriver objects publicMax Reitz
2014-11-03block: Add status callback to bdrv_amend_options()Max Reitz
2014-11-03BlockLimits: introduce max_transfer_lengthPeter Lieven
2014-10-20block: Lift device model API into BlockBackendMarkus Armbruster
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster
2014-10-20block: Eliminate BlockDriverState member device_name[]Markus Armbruster
2014-10-20block: Connect BlockBackend to BlockDriverStateMarkus Armbruster
2014-09-10block: Extract the block accounting codeBenoît Canet
2014-09-10block: Extract the BlockAcctStats structureBenoît Canet
2014-08-29block: Add AIO context notifiersMax Reitz
2014-08-20block: Add bdrv_refresh_filename()Max Reitz
2014-07-18block: Add Error argument to bdrv_refresh_limits()Kevin Wolf
2014-07-07block: block: introduce APIs for submitting IO as a batchMing Lei
2014-07-01block: extend block-commit to accept a string for the backing fileJeff Cody
2014-07-01qemu-img create: add 'nocow' optionChunyan Liu
2014-06-27block: Add replaces argument to drive-mirrorBenoît Canet
2014-06-26block: Catch backing files assigned to non-COW driversKevin Wolf
2014-06-23qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERRORWenchao Xia
2014-06-16cleanup QEMUOptionParameterChunyan Liu
2014-06-16change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu
2014-06-04block: Move declaration of bdrv_get_aio_context to block.hFam Zheng
2014-06-04block: add bdrv_set_aio_context()Stefan Hajnoczi
2014-05-28block: Add backing_blocker in BlockDriverStateFam Zheng
2014-05-28block: Replace in_use with operation blockerFam Zheng
2014-05-28block: Introduce op_blockers to BlockDriverStateFam Zheng
2014-05-19block: optimize zero writes with bdrv_write_zeroesPeter Lieven
2014-04-30block: Unlink temporary files in raw-posix/win32Kevin Wolf
2014-03-19block: Add error handling to bdrv_invalidate_cache()Kevin Wolf
2014-03-13block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet
2014-01-24block: Allow wait_serialising_requests() at any pointKevin Wolf
2014-01-24block: Make overlap range for serialisation dynamicKevin Wolf
2014-01-24block: Generalise and optimise COR serialisationKevin Wolf
2014-01-24block: Switch BdrvTrackedRequest to byte granularityKevin Wolf
2014-01-24raw: Probe required direct I/O alignmentPaolo Bonzini
2014-01-24block: rename buffer_alignment to guest_block_sizePaolo Bonzini
2014-01-24block: Don't use guest sector size for qemu_blockalign()Kevin Wolf
2014-01-24block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf
2014-01-24block: Create authorizations mechanism for external snapshot and resize.Benoît Canet
2014-01-24block: Add bs->node_name to hold the name of a bs node of the bs graph.Benoît Canet
2013-12-20block: Add commit_active_start()Fam Zheng
2013-12-05block: add opt_transfer_length to BlockLimitsPeter Lieven
2013-12-04snapshot: distinguish id and name in load_tmpWenchao Xia
2013-11-29blkdebug: add "remove_break" commandFam Zheng
2013-11-29sheepdog: support user-defined redundancy optionLiu Yuan
2013-11-29block: per caller dirty bitmapFam Zheng
2013-11-28block: add BlockLimits structure to BlockDriverStatePeter Lieven
2013-11-28block: add flags to bdrv_*_write_zeroesPeter Lieven
2013-10-29block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf
2013-10-11block: Add BlockDriver.bdrv_check_ext_snapshot.Benoît Canet