summaryrefslogtreecommitdiffstats
path: root/include/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* aio: drop io_flush argumentStefan Hajnoczi2013-08-191-12/+2
* block: Repair the throttling code.Benoît Canet2013-07-291-2/+7
* Implement sync modes for drive-backup.Ian Main2013-07-261-1/+3
* block: add bdrv_write_zeroes()Peter Lieven2013-07-191-0/+2
* QEMUBH: make AioContext's bh re-entrantLiu Ping Fan2013-07-191-0/+7
* block: Add return value for bdrv_flush_all()Kevin Wolf2013-07-151-1/+1
* block: Don't parse protocol from file.filenameKevin Wolf2013-07-151-1/+2
* block: change default of .has_zero_init to 0Peter Lieven2013-06-281-0/+1
* 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
* rdma: export yield_until_fd_readable()Michael R. Hines2013-06-271-0/+6
* qmp: add ImageInfo in BlockDeviceInfo used by query-blockWenchao Xia2013-06-071-1/+3
* block: add image info query function bdrv_query_image_info()Wenchao Xia2013-06-071-3/+3
* block: add snapshot info query function bdrv_query_snapshot_info_list()Wenchao Xia2013-06-071-1/+3
* blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK eventsKevin Wolf2013-06-061-0/+3
* block: dump snapshot and image info to specified outputWenchao Xia2013-06-041-2/+4
* block: move qmp and info dump related code to block/qapi.cWenchao Xia2013-06-043-9/+42
* block: move snapshot code in block.c to block/snapshot.cWenchao Xia2013-06-042-21/+58
* block: drop bs_snapshots global variableStefan Hajnoczi2013-06-041-1/+0
* block: add block driver read only whitelistFam Zheng2013-06-041-1/+2
* coroutine: stop using AioContext in CoQueueStefan Hajnoczi2013-05-241-0/+4
OpenPOWER on IntegriCloud