summaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)AuthorFilesLines
2014-11-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-1...Peter Maydell1-1/+3
2014-11-11block: Fix comment for bdrv_co_get_block_statusFam Zheng1-1/+3
2014-11-03block: add bdrv_drain()Stefan Hajnoczi1-0/+1
2014-11-03blockjob: add block_job_defer_to_main_loop()Stefan Hajnoczi1-0/+19
2014-11-03block: Add status callback to bdrv_amend_options()Max Reitz2-2/+9
2014-11-03blockjob: Add "ready" fieldMax Reitz1-0/+5
2014-11-03blockjob: Introduce block_job_complete_sync()Max Reitz1-0/+15
2014-11-03qcow2: Optimize bdrv_make_empty()Max Reitz1-0/+2
2014-11-03BlockLimits: introduce max_transfer_lengthPeter Lieven1-0/+3
2014-10-23block: Add qemu_{,try_}blockalign0()Max Reitz1-0/+2
2014-10-20block: Lift device model API into BlockBackendMarkus Armbruster2-50/+7
2014-10-20block/qapi: Convert qmp_query_block() to BlockBackendMarkus Armbruster1-3/+0
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster5-23/+23
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster4-27/+27
2014-10-20block: Merge BlockBackend and BlockDriverState name spacesMarkus Armbruster1-1/+1
2014-10-20block: Eliminate BlockDriverState member device_name[]Markus Armbruster2-3/+1
2014-10-20block: Eliminate bdrv_iterate(), use bdrv_next()Markus Armbruster1-2/+0
2014-10-20block: Connect BlockBackend to BlockDriverStateMarkus Armbruster1-0/+2
2014-10-20block: Split bdrv_new_root() off bdrv_new()Markus Armbruster1-1/+2
2014-09-22async: aio_context_new(): Handle event_notifier_init failureChrysostomos Nanakos1-1/+1
2014-09-22block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng1-1/+1
2014-09-22block: Drop AIOCBInfo.cancelFam Zheng1-1/+0
2014-09-22block: Add bdrv_aio_cancel_asyncFam Zheng2-0/+3
2014-09-22block: Add refcnt in BlockDriverAIOCBFam Zheng1-0/+2
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet2-5/+8
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet1-7/+7
2014-09-10block: Extract the block accounting codeBenoît Canet3-24/+58
2014-09-10block: Extract the BlockAcctStats structureBenoît Canet2-4/+8
2014-09-10thread-pool: Drop unnecessary includesMarkus Armbruster1-5/+1
2014-08-29block: Add AIO context notifiersMax Reitz1-0/+41
2014-08-29aio-win32: add support for socketsPaolo Bonzini1-2/+0
2014-08-29AioContext: introduce aio_preparePaolo Bonzini1-1/+8
2014-08-29AioContext: export and use aio_dispatchPaolo Bonzini1-0/+6
2014-08-29AioContext: take bottom halves into account when computing aio_poll timeoutPaolo Bonzini1-0/+8
2014-08-29coroutine: Drop co_sleep_nsFam Zheng1-8/+0
2014-08-20block: Add bdrv_refresh_filename()Max Reitz2-0/+7
2014-08-15block: Introduce qemu_try_blockalign()Kevin Wolf1-0/+1
2014-08-15coroutine: make pool size dynamicStefan Hajnoczi1-0/+11
2014-08-15block: New bdrv_nb_sectors()Markus Armbruster1-0/+1
2014-07-18block: Add Error argument to bdrv_refresh_limits()Kevin Wolf2-2/+2
2014-07-14AioContext: do not rely on aio_poll(ctx, true) result to end a loopPaolo Bonzini1-3/+3
2014-07-09AioContext: speed up aio_notifyPaolo Bonzini1-0/+9
2014-07-09block: drop aio functions that operate on the main AioContextPaolo Bonzini3-18/+5
2014-07-07block: block: introduce APIs for submitting IO as a batchMing Lei2-0/+9
2014-07-01block: extend block-commit to accept a string for the backing fileJeff Cody2-2/+4
2014-07-01block: add helper function to determine if a BDS is in a chainJeff Cody1-0/+1
2014-07-01qemu-img create: add 'nocow' optionChunyan Liu1-0/+1
2014-06-30Merge remote-tracking branch 'remotes/bonzini/nbd-next' into stagingPeter Maydell1-0/+12
2014-06-30nbd: Handle NBD_OPT_LIST option.Hani Benhabiles1-0/+3
2014-06-30nbd: Handle fixed new-style clients.Hani Benhabiles1-0/+9