summaryrefslogtreecommitdiffstats
path: root/include/block/block_int.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+6
* aio / timers: Untangle include filesAlex Bligh2013-08-221-0/+1
* block: Introduce bs->zero_beyond_eofAsias He2013-08-221-0/+3
* Implement sync modes for drive-backup.Ian Main2013-07-261-1/+3
* block: add basic backup support to block driverDietmar Maurer2013-06-281-0/+19
* block: add bdrv_add_before_write_notifier()Stefan Hajnoczi2013-06-281-1/+22
* block: move qmp and info dump related code to block/qapi.cWenchao Xia2013-06-041-0/+1
* block: Remove filename parameter from .bdrv_file_open()Kevin Wolf2013-04-221-2/+1
* block: Introduce bdrv_writev_vmstateKevin Wolf2013-04-151-2/+2
* block: keep I/O throttling slice time constantStefan Hajnoczi2013-04-051-1/+0
* block: fix I/O throttling accounting blind spotStefan Hajnoczi2013-04-051-1/+1
* block: Allow omitting the file name when using driver-specific optionsKevin Wolf2013-03-221-0/+3
* block: Introduce .bdrv_parse_filename callbackKevin Wolf2013-03-221-0/+1
* block: Add options QDict to bdrv_file_open() prototypesKevin Wolf2013-03-221-1/+2
* block: add bdrv_get_aio_context()Stefan Hajnoczi2013-03-151-0/+7
* block: Add options QDict to bdrv_open() prototypeKevin Wolf2013-03-151-0/+1
* block: Add options QDict to .bdrv_open()Kevin Wolf2013-03-151-1/+1
* vmdk: Allow selecting SCSI adapter in image creationOthmar Pasteka2013-02-011-0/+1
* mirror: add buf-size argument to drive-mirrorPaolo Bonzini2013-01-251-2/+3
* mirror: allow customizing the granularityPaolo Bonzini2013-01-251-1/+2
* block: implement dirty bitmap using HBitmapPaolo Bonzini2013-01-251-2/+2
OpenPOWER on IntegriCloud