summaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)AuthorFilesLines
2013-12-05block: add opt_transfer_length to BlockLimitsPeter Lieven1-0/+3
2013-12-04qemu-nbd: support internal snapshot exportWenchao Xia1-0/+8
2013-12-04snapshot: distinguish id and name in load_tmpWenchao Xia2-2/+9
2013-12-03block: add bdrv_aio_write_zeroesPaolo Bonzini1-0/+3
2013-12-03block: add flags to BlockRequestPaolo Bonzini1-0/+1
2013-12-02coroutine: remove unused CoQueue AioContextMarc-André Lureau1-1/+0
2013-12-02coroutine: remove qemu_co_queue_wait_insert_headMarc-André Lureau1-6/+0
2013-11-29blkdebug: add "remove_break" commandFam Zheng2-0/+3
2013-11-29sheepdog: support user-defined redundancy optionLiu Yuan1-0/+1
2013-11-29qapi: Change BlockDirtyInfo to listFam Zheng1-0/+1
2013-11-29block: per caller dirty bitmapFam Zheng2-5/+8
2013-11-28block: introduce bdrv_make_zeroPeter Lieven1-0/+1
2013-11-28block: add BlockLimits structure to BlockDriverStatePeter Lieven1-0/+17
2013-11-28block: add wrappers for logical block provisioning informationPeter Lieven1-0/+2
2013-11-28block: add logical block provisioning info to BlockDriverInfoPeter Lieven1-0/+16
2013-11-28block: introduce BDRV_REQ_MAY_UNMAP request flagPeter Lieven1-0/+7
2013-11-28block: add flags to bdrv_*_write_zeroesPeter Lieven2-3/+3
2013-11-28block: make BdrvRequestFlags publicPeter Lieven1-0/+5
2013-10-30coroutine: add co_aio_sleep_ns() to allow sleep in block driversMORITA Kazutaka1-0/+9
2013-10-29block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf1-0/+3
2013-10-11block: Add BlockDriver.bdrv_check_ext_snapshot.Benoît Canet2-0/+20
2013-10-11block/get_block_status: avoid redundant callouts on raw devicesPeter Lieven1-0/+4
2013-10-11block/qapi: Human-readable ImageInfoSpecific dumpMax Reitz1-0/+2
2013-10-11block: Add bdrv_get_specific_infoMax Reitz2-0/+2
2013-10-11qapi: make use of new BlockJobTypeFam Zheng1-1/+1
2013-10-11blockjob: rename BlockJobType to BlockJobDriverFam Zheng1-6/+6
2013-09-25block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.Benoît Canet1-0/+6
2013-09-12block: Error parameter for create functionsMax Reitz1-2/+3
2013-09-12block: Error parameter for open functionsMax Reitz1-3/+3
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 Xia2-2/+11
2013-09-12snapshot: new function bdrv_snapshot_find_by_id_and_name()Wenchao Xia1-0/+6
2013-09-12block: Image file option amendmentMax Reitz2-0/+5
2013-09-06block: define get_block_status return valuePaolo Bonzini1-0/+26
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini2-1/+3
2013-09-06block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini1-4/+0
2013-09-06block: make bdrv_co_is_allocated staticPaolo Bonzini1-2/+0
2013-09-06block: make bdrv_delete() staticFam Zheng1-1/+0
2013-09-06block: implement reference count for BlockDriverStateFam Zheng2-0/+3
2013-09-06block: Enable the new throttling code in the block layer.Benoît Canet2-27/+6
2013-09-02qcow2-refcount: Repair shared refcount blocksMax Reitz1-0/+1
2013-08-22aio / timers: convert block_job_sleep_ns and co_sleep_ns to new APIAlex Bligh2-2/+2
2013-08-22aio / timers: Add aio_timer_init & aio_timer_new wrappersAlex Bligh1-0/+43
2013-08-22aio / timers: Add QEMUTimerListGroup to AioContextAlex Bligh1-0/+4
2013-08-22aio / timers: Untangle include filesAlex Bligh3-2/+5
2013-08-22block: Introduce bs->zero_beyond_eofAsias He1-0/+3
2013-08-19aio: drop io_flush argumentStefan Hajnoczi1-12/+2
2013-07-29block: Repair the throttling code.Benoît Canet1-2/+7
2013-07-26Implement sync modes for drive-backup.Ian Main1-1/+3