aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
2013-12-05block: add opt_transfer_length to BlockLimitsPeter Lieven
2013-12-04qemu-nbd: support internal snapshot exportWenchao Xia
2013-12-04snapshot: distinguish id and name in load_tmpWenchao Xia
2013-12-03block: add bdrv_aio_write_zeroesPaolo Bonzini
2013-12-03block: add flags to BlockRequestPaolo Bonzini
2013-12-02coroutine: remove unused CoQueue AioContextMarc-André Lureau
2013-12-02coroutine: remove qemu_co_queue_wait_insert_headMarc-André Lureau
2013-11-29blkdebug: add "remove_break" commandFam Zheng
2013-11-29sheepdog: support user-defined redundancy optionLiu Yuan
2013-11-29qapi: Change BlockDirtyInfo to listFam Zheng
2013-11-29block: per caller dirty bitmapFam Zheng
2013-11-28block: introduce bdrv_make_zeroPeter Lieven
2013-11-28block: add BlockLimits structure to BlockDriverStatePeter Lieven
2013-11-28block: add wrappers for logical block provisioning informationPeter Lieven
2013-11-28block: add logical block provisioning info to BlockDriverInfoPeter Lieven
2013-11-28block: introduce BDRV_REQ_MAY_UNMAP request flagPeter Lieven
2013-11-28block: add flags to bdrv_*_write_zeroesPeter Lieven
2013-11-28block: make BdrvRequestFlags publicPeter Lieven
2013-10-30coroutine: add co_aio_sleep_ns() to allow sleep in block driversMORITA Kazutaka
2013-10-29block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf
2013-10-11block: Add BlockDriver.bdrv_check_ext_snapshot.Benoît Canet
2013-10-11block/get_block_status: avoid redundant callouts on raw devicesPeter Lieven
2013-10-11block/qapi: Human-readable ImageInfoSpecific dumpMax Reitz
2013-10-11block: Add bdrv_get_specific_infoMax Reitz
2013-10-11qapi: make use of new BlockJobTypeFam Zheng
2013-10-11blockjob: rename BlockJobType to BlockJobDriverFam Zheng
2013-09-25block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.Benoît Canet
2013-09-12block: Error parameter for create functionsMax Reitz
2013-09-12block: Error parameter for open functionsMax Reitz
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-09-12snapshot: distinguish id and name in snapshot deleteWenchao Xia
2013-09-12snapshot: new function bdrv_snapshot_find_by_id_and_name()Wenchao Xia
2013-09-12block: Image file option amendmentMax Reitz
2013-09-06block: define get_block_status return valuePaolo Bonzini
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini
2013-09-06block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinctionPaolo Bonzini
2013-09-06block: make bdrv_co_is_allocated staticPaolo Bonzini
2013-09-06block: make bdrv_delete() staticFam Zheng
2013-09-06block: implement reference count for BlockDriverStateFam Zheng
2013-09-06block: Enable the new throttling code in the block layer.Benoît Canet
2013-09-02qcow2-refcount: Repair shared refcount blocksMax Reitz
2013-08-22aio / timers: convert block_job_sleep_ns and co_sleep_ns to new APIAlex Bligh
2013-08-22aio / timers: Add aio_timer_init & aio_timer_new wrappersAlex Bligh
2013-08-22aio / timers: Add QEMUTimerListGroup to AioContextAlex Bligh
2013-08-22aio / timers: Untangle include filesAlex Bligh
2013-08-22block: Introduce bs->zero_beyond_eofAsias He
2013-08-19aio: drop io_flush argumentStefan Hajnoczi
2013-07-29block: Repair the throttling code.Benoît Canet
2013-07-26Implement sync modes for drive-backup.Ian Main