summaryrefslogtreecommitdiff
path: root/include/block/block_int.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-30block: Unlink temporary files in raw-posix/win32Kevin Wolf1-1/+0
2014-03-19block: Add error handling to bdrv_invalidate_cache()Kevin Wolf1-1/+1
2014-03-13block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet1-4/+4
2014-01-24block: Allow wait_serialising_requests() at any pointKevin Wolf1-0/+2
2014-01-24block: Make overlap range for serialisation dynamicKevin Wolf1-0/+4
2014-01-24block: Generalise and optimise COR serialisationKevin Wolf1-2/+3
2014-01-24block: Switch BdrvTrackedRequest to byte granularityKevin Wolf1-2/+2
2014-01-24raw: Probe required direct I/O alignmentPaolo Bonzini1-0/+3
2014-01-24block: rename buffer_alignment to guest_block_sizePaolo Bonzini1-2/+2
2014-01-24block: Don't use guest sector size for qemu_blockalign()Kevin Wolf1-0/+3
2014-01-24block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf1-0/+2
2014-01-24block: Create authorizations mechanism for external snapshot and resize.Benoît Canet1-3/+9
2014-01-24block: Add bs->node_name to hold the name of a bs node of the bs graph.Benoît Canet1-1/+8
2013-12-20block: Add commit_active_start()Fam Zheng1-3/+19
2013-12-05block: add opt_transfer_length to BlockLimitsPeter Lieven1-0/+3
2013-12-04snapshot: distinguish id and name in load_tmpWenchao Xia1-1/+3
2013-11-29blkdebug: add "remove_break" commandFam Zheng1-0/+2
2013-11-29sheepdog: support user-defined redundancy optionLiu Yuan1-0/+1
2013-11-29block: per caller dirty bitmapFam Zheng1-1/+1
2013-11-28block: add BlockLimits structure to BlockDriverStatePeter Lieven1-0/+17
2013-11-28block: add flags to bdrv_*_write_zeroesPeter Lieven1-1/+1
2013-10-29block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf1-0/+3
2013-10-11block: Add BlockDriver.bdrv_check_ext_snapshot.Benoît Canet1-0/+6
2013-10-11block: Add bdrv_get_specific_infoMax Reitz1-0/+1
2013-09-25block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.Benoît Canet1-0/+6
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz1-1/+2
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz1-2/+4
2013-09-12snapshot: distinguish id and name in snapshot deleteWenchao Xia1-1/+4
2013-09-12block: Image file option amendmentMax Reitz1-0/+3
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini1-1/+1
2013-09-06block: implement reference count for BlockDriverStateFam Zheng1-0/+1
2013-09-06block: Enable the new throttling code in the block layer.Benoît Canet1-26/+6
2013-08-22aio / timers: Untangle include filesAlex Bligh1-0/+1
2013-08-22block: Introduce bs->zero_beyond_eofAsias He1-0/+3