aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
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
2014-06-29Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2014-06-27block.c: Don't return success for bdrv_append_temp_snapshot() failureChen Gang
2014-06-27block: Add replaces argument to drive-mirrorBenoît Canet
2014-06-27block: make bdrv_query_stats() staticStefan Hajnoczi
2014-06-27qapi event: clean up in callersWenchao Xia
2014-06-26block: Catch backing files assigned to non-COW driversKevin Wolf
2014-06-26blockjob: Add block_job_yield()Fam Zheng
2014-06-23qapi event: convert other BLOCK_JOB eventsWenchao Xia
2014-06-23qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERRORWenchao Xia
2014-06-23qapi: adjust existing definesWenchao Xia
2014-06-18scsi: Print command name in debugAlexey Kardashevskiy
2014-06-16cleanup QEMUOptionParameterChunyan Liu
2014-06-16change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu
2014-06-04block: Move declaration of bdrv_get_aio_context to block.hFam Zheng
2014-06-04raw-posix: drop raw_get_aio_fd() since it is no longer usedStefan Hajnoczi
2014-06-04block: add bdrv_set_aio_context()Stefan Hajnoczi
2014-05-28block: Add backing_blocker in BlockDriverStateFam Zheng
2014-05-28block: Add bdrv_set_backing_hd()Fam Zheng
2014-05-28block: Replace in_use with operation blockerFam Zheng
2014-05-28block: Introduce op_blockers to BlockDriverStateFam Zheng
2014-05-28block: Add BlockOpType enumFam Zheng
2014-05-19block: optimize zero writes with bdrv_write_zeroesPeter Lieven
2014-05-19block: Fix bdrv_is_allocated() for short backing filesKevin Wolf
2014-05-09block: Fix open flags with BDRV_O_SNAPSHOTKevin Wolf
2014-05-09qemu-img: Convert by cluster size if target is compressedFam Zheng
2014-04-30block: Unlink temporary files in raw-posix/win32Kevin Wolf
2014-04-22block: Add errp to bdrv_new()Kevin Wolf
2014-04-22block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmapFam Zheng
2014-04-04block: Fix snapshot=on for protocol parsed from filenameKevin Wolf
2014-03-19block: Add error handling to bdrv_invalidate_cache()Kevin Wolf
2014-03-13aio: add aio_context_acquire() and aio_context_release()Stefan Hajnoczi
2014-03-13block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet
2014-02-21nbd: move socket wrappers to qemu-nbdPaolo Bonzini