summaryrefslogtreecommitdiffstats
path: root/include/block/block_int.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+0
* cleanup QEMUOptionParameterChunyan Liu2014-06-161-16/+2
* 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/+0
* 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/+0
* 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/+0
* 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
OpenPOWER on IntegriCloud