aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
2014-11-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2014-11-1...Peter Maydell
2014-11-11block: Fix comment for bdrv_co_get_block_statusFam Zheng
2014-11-03block: add bdrv_drain()Stefan Hajnoczi
2014-11-03blockjob: add block_job_defer_to_main_loop()Stefan Hajnoczi
2014-11-03block: Add status callback to bdrv_amend_options()Max Reitz
2014-11-03blockjob: Add "ready" fieldMax Reitz
2014-11-03blockjob: Introduce block_job_complete_sync()Max Reitz
2014-11-03qcow2: Optimize bdrv_make_empty()Max Reitz
2014-11-03BlockLimits: introduce max_transfer_lengthPeter Lieven
2014-10-23block: Add qemu_{,try_}blockalign0()Max Reitz
2014-10-20block: Lift device model API into BlockBackendMarkus Armbruster
2014-10-20block/qapi: Convert qmp_query_block() to BlockBackendMarkus Armbruster
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster
2014-10-20block: Rename BlockDriverAIOCB* to BlockAIOCB*Markus Armbruster
2014-10-20block: Merge BlockBackend and BlockDriverState name spacesMarkus Armbruster
2014-10-20block: Eliminate BlockDriverState member device_name[]Markus Armbruster
2014-10-20block: Eliminate bdrv_iterate(), use bdrv_next()Markus Armbruster
2014-10-20block: Connect BlockBackend to BlockDriverStateMarkus Armbruster
2014-10-20block: Split bdrv_new_root() off bdrv_new()Markus Armbruster
2014-09-22async: aio_context_new(): Handle event_notifier_init failureChrysostomos Nanakos
2014-09-22block: Rename qemu_aio_release -> qemu_aio_unrefFam Zheng
2014-09-22block: Drop AIOCBInfo.cancelFam Zheng
2014-09-22block: Add bdrv_aio_cancel_asyncFam Zheng
2014-09-22block: Add refcnt in BlockDriverAIOCBFam Zheng
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet
2014-09-10block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_Benoît Canet
2014-09-10block: Extract the block accounting codeBenoît Canet
2014-09-10block: Extract the BlockAcctStats structureBenoît Canet
2014-09-10thread-pool: Drop unnecessary includesMarkus Armbruster
2014-08-29block: Add AIO context notifiersMax Reitz
2014-08-29aio-win32: add support for socketsPaolo Bonzini
2014-08-29AioContext: introduce aio_preparePaolo Bonzini
2014-08-29AioContext: export and use aio_dispatchPaolo Bonzini
2014-08-29AioContext: take bottom halves into account when computing aio_poll timeoutPaolo Bonzini
2014-08-29coroutine: Drop co_sleep_nsFam Zheng
2014-08-20block: Add bdrv_refresh_filename()Max Reitz
2014-08-15block: Introduce qemu_try_blockalign()Kevin Wolf
2014-08-15coroutine: make pool size dynamicStefan Hajnoczi
2014-08-15block: New bdrv_nb_sectors()Markus Armbruster
2014-07-18block: Add Error argument to bdrv_refresh_limits()Kevin Wolf
2014-07-14AioContext: do not rely on aio_poll(ctx, true) result to end a loopPaolo Bonzini
2014-07-09AioContext: speed up aio_notifyPaolo Bonzini
2014-07-09block: drop aio functions that operate on the main AioContextPaolo Bonzini
2014-07-07block: block: introduce APIs for submitting IO as a batchMing Lei
2014-07-01block: extend block-commit to accept a string for the backing fileJeff Cody
2014-07-01block: add helper function to determine if a BDS is in a chainJeff Cody
2014-07-01qemu-img create: add 'nocow' optionChunyan Liu
2014-06-30Merge remote-tracking branch 'remotes/bonzini/nbd-next' into stagingPeter Maydell
2014-06-30nbd: Handle NBD_OPT_LIST option.Hani Benhabiles
2014-06-30nbd: Handle fixed new-style clients.Hani Benhabiles