summaryrefslogtreecommitdiffstats
path: root/include/block
Commit message (Expand)AuthorAgeFilesLines
* block: Add bdrv_open_image()Max Reitz2014-01-221-0/+3
* block: Allow reference for bdrv_file_open()Max Reitz2014-01-221-1/+2
* block: Add commit_active_start()Fam Zheng2013-12-201-3/+19
* block: add opt_transfer_length to BlockLimitsPeter Lieven2013-12-051-0/+3
* qemu-nbd: support internal snapshot exportWenchao Xia2013-12-041-0/+8
* snapshot: distinguish id and name in load_tmpWenchao Xia2013-12-042-2/+9
* block: add bdrv_aio_write_zeroesPaolo Bonzini2013-12-031-0/+3
* block: add flags to BlockRequestPaolo Bonzini2013-12-031-0/+1
* coroutine: remove unused CoQueue AioContextMarc-André Lureau2013-12-021-1/+0
* coroutine: remove qemu_co_queue_wait_insert_headMarc-André Lureau2013-12-021-6/+0
* blkdebug: add "remove_break" commandFam Zheng2013-11-292-0/+3
* sheepdog: support user-defined redundancy optionLiu Yuan2013-11-291-0/+1
* qapi: Change BlockDirtyInfo to listFam Zheng2013-11-291-0/+1
* block: per caller dirty bitmapFam Zheng2013-11-292-5/+8
* block: introduce bdrv_make_zeroPeter Lieven2013-11-281-0/+1
* block: add BlockLimits structure to BlockDriverStatePeter Lieven2013-11-281-0/+17
* block: add wrappers for logical block provisioning informationPeter Lieven2013-11-281-0/+2
* block: add logical block provisioning info to BlockDriverInfoPeter Lieven2013-11-281-0/+16
* block: introduce BDRV_REQ_MAY_UNMAP request flagPeter Lieven2013-11-281-0/+7
* block: add flags to bdrv_*_write_zeroesPeter Lieven2013-11-282-3/+3
* block: make BdrvRequestFlags publicPeter Lieven2013-11-281-0/+5
* coroutine: add co_aio_sleep_ns() to allow sleep in block driversMORITA Kazutaka2013-10-301-0/+9
* block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf2013-10-291-0/+3
* block: Add BlockDriver.bdrv_check_ext_snapshot.Benoît Canet2013-10-112-0/+20
* block/get_block_status: avoid redundant callouts on raw devicesPeter Lieven2013-10-111-0/+4
* block/qapi: Human-readable ImageInfoSpecific dumpMax Reitz2013-10-111-0/+2
* block: Add bdrv_get_specific_infoMax Reitz2013-10-112-0/+2
* qapi: make use of new BlockJobTypeFam Zheng2013-10-111-1/+1
* blockjob: rename BlockJobType to BlockJobDriverFam Zheng2013-10-111-6/+6
* block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.Benoît Canet2013-09-251-0/+6
* block: Error parameter for create functionsMax Reitz2013-09-121-2/+3
* block: Error parameter for open functionsMax Reitz2013-09-121-3/+3
* 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-122-2/+11
* snapshot: new function bdrv_snapshot_find_by_id_and_name()Wenchao Xia2013-09-121-0/+6
* block: Image file option amendmentMax Reitz2013-09-122-0/+5
* block: define get_block_status return valuePaolo Bonzini2013-09-061-0/+26
* block: introduce bdrv_get_block_status APIPaolo Bonzini2013-09-062-1/+3
* block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini2013-09-061-4/+0
* block: make bdrv_co_is_allocated staticPaolo Bonzini2013-09-061-2/+0
* block: make bdrv_delete() staticFam Zheng2013-09-061-1/+0
* block: implement reference count for BlockDriverStateFam Zheng2013-09-062-0/+3
* block: Enable the new throttling code in the block layer.Benoît Canet2013-09-062-27/+6
* qcow2-refcount: Repair shared refcount blocksMax Reitz2013-09-021-0/+1
* aio / timers: convert block_job_sleep_ns and co_sleep_ns to new APIAlex Bligh2013-08-222-2/+2
* aio / timers: Add aio_timer_init & aio_timer_new wrappersAlex Bligh2013-08-221-0/+43
* aio / timers: Add QEMUTimerListGroup to AioContextAlex Bligh2013-08-221-0/+4
* aio / timers: Untangle include filesAlex Bligh2013-08-223-2/+5
* block: Introduce bs->zero_beyond_eofAsias He2013-08-221-0/+3
OpenPOWER on IntegriCloud