summaryrefslogtreecommitdiffstats
path: root/include/block/block_int.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* block: Catch backing files assigned to non-COW driversKevin Wolf2014-06-261-0/+3
* qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERRORWenchao Xia2014-06-231-3/+0Star
* cleanup QEMUOptionParameterChunyan Liu2014-06-161-16/+2Star
* change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu2014-06-161-1/+12
* block: Move declaration of bdrv_get_aio_context to block.hFam Zheng2014-06-041-7/+0Star
* block: add bdrv_set_aio_context()Stefan Hajnoczi2014-06-041-0/+36
* block: Add backing_blocker in BlockDriverStateFam Zheng2014-05-281-0/+3
* block: Replace in_use with operation blockerFam Zheng2014-05-281-1/+0Star
* block: Introduce op_blockers to BlockDriverStateFam Zheng2014-05-281-0/+5
* block: optimize zero writes with bdrv_write_zeroesPeter Lieven2014-05-191-0/+1
* block: Unlink temporary files in raw-posix/win32Kevin Wolf2014-04-301-1/+0Star
* block: Add error handling to bdrv_invalidate_cache()Kevin Wolf2014-03-191-1/+1
* block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet2014-03-131-4/+4
* block: Allow wait_serialising_requests() at any pointKevin Wolf2014-01-241-0/+2
* block: Make overlap range for serialisation dynamicKevin Wolf2014-01-241-0/+4
* block: Generalise and optimise COR serialisationKevin Wolf2014-01-241-2/+3
* block: Switch BdrvTrackedRequest to byte granularityKevin Wolf2014-01-241-2/+2
* raw: Probe required direct I/O alignmentPaolo Bonzini2014-01-241-0/+3
* block: rename buffer_alignment to guest_block_sizePaolo Bonzini2014-01-241-2/+2
* block: Don't use guest sector size for qemu_blockalign()Kevin Wolf2014-01-241-0/+3
* block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf2014-01-241-0/+2
* block: Create authorizations mechanism for external snapshot and resize.Benoît Canet2014-01-241-3/+9
* block: Add bs->node_name to hold the name of a bs node of the bs graph.Benoît Canet2014-01-241-1/+8
* block: Add commit_active_start()Fam Zheng2013-12-201-3/+19
* block: add opt_transfer_length to BlockLimitsPeter Lieven2013-12-051-0/+3
* snapshot: distinguish id and name in load_tmpWenchao Xia2013-12-041-1/+3
* blkdebug: add "remove_break" commandFam Zheng2013-11-291-0/+2
* sheepdog: support user-defined redundancy optionLiu Yuan2013-11-291-0/+1
* block: per caller dirty bitmapFam Zheng2013-11-291-1/+1
* block: add BlockLimits structure to BlockDriverStatePeter Lieven2013-11-281-0/+17
* block: add flags to bdrv_*_write_zeroesPeter Lieven2013-11-281-1/+1
* block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf2013-10-291-0/+3
* block: Add BlockDriver.bdrv_check_ext_snapshot.Benoît Canet2013-10-111-0/+6
* block: Add bdrv_get_specific_infoMax Reitz2013-10-111-0/+1
* block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.Benoît Canet2013-09-251-0/+6
* bdrv: Use "Error" for creating imagesMax Reitz2013-09-121-1/+2
* bdrv: Use "Error" for opening imagesMax Reitz2013-09-121-2/+4
* snapshot: distinguish id and name in snapshot deleteWenchao Xia2013-09-121-1/+4
* block: Image file option amendmentMax Reitz2013-09-121-0/+3
* block: introduce bdrv_get_block_status APIPaolo Bonzini2013-09-061-1/+1
* block: implement reference count for BlockDriverStateFam Zheng2013-09-061-0/+1
* block: Enable the new throttling code in the block layer.Benoît Canet2013-09-061-26/+6Star
* aio / timers: Untangle include filesAlex Bligh2013-08-221-0/+1
* block: Introduce bs->zero_beyond_eofAsias He2013-08-221-0/+3