aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
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
2013-07-19block: add bdrv_write_zeroes()Peter Lieven
2013-07-19QEMUBH: make AioContext's bh re-entrantLiu Ping Fan
2013-07-15block: Add return value for bdrv_flush_all()Kevin Wolf
2013-07-15block: Don't parse protocol from file.filenameKevin Wolf
2013-06-28block: change default of .has_zero_init to 0Peter Lieven
2013-06-28block: add basic backup support to block driverDietmar Maurer
2013-06-28block: add bdrv_add_before_write_notifier()Stefan Hajnoczi
2013-06-27rdma: export yield_until_fd_readable()Michael R. Hines
2013-06-07qmp: add ImageInfo in BlockDeviceInfo used by query-blockWenchao Xia
2013-06-07block: add image info query function bdrv_query_image_info()Wenchao Xia
2013-06-07block: add snapshot info query function bdrv_query_snapshot_info_list()Wenchao Xia
2013-06-06blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK eventsKevin Wolf
2013-06-04block: dump snapshot and image info to specified outputWenchao Xia
2013-06-04block: move qmp and info dump related code to block/qapi.cWenchao Xia
2013-06-04block: move snapshot code in block.c to block/snapshot.cWenchao Xia
2013-06-04block: drop bs_snapshots global variableStefan Hajnoczi
2013-06-04block: add block driver read only whitelistFam Zheng
2013-05-24coroutine: stop using AioContext in CoQueueStefan Hajnoczi