aboutsummaryrefslogtreecommitdiff
path: root/include/block/block.h
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-03block: Add status callback to bdrv_amend_options()Max Reitz
2014-11-03qcow2: Optimize bdrv_make_empty()Max Reitz
2014-10-23block: Add qemu_{,try_}blockalign0()Max Reitz
2014-10-20block: Lift device model API into 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: Split bdrv_new_root() off bdrv_new()Markus Armbruster
2014-09-22block: Add bdrv_aio_cancel_asyncFam Zheng
2014-09-10block: Make the block accounting functions operate on BlockAcctStatsBenoît Canet
2014-09-10block: Extract the block accounting codeBenoît Canet
2014-09-10block: Extract the BlockAcctStats structureBenoît Canet
2014-08-20block: Add bdrv_refresh_filename()Max Reitz
2014-08-15block: Introduce qemu_try_blockalign()Kevin Wolf
2014-08-15block: New bdrv_nb_sectors()Markus Armbruster
2014-07-18block: Add Error argument to bdrv_refresh_limits()Kevin Wolf
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-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-23qapi: adjust existing definesWenchao Xia
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 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: 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-13block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet
2014-02-21block: Remove bdrv_open_image()'s force_raw optionMax Reitz
2014-02-21block: Make bdrv_file_open() staticMax Reitz
2014-02-21block: Add reference parameter to bdrv_open()Max Reitz
2014-02-21block: Change BDS parameter of bdrv_open() to **Max Reitz
2014-01-24qemu-iotests: Test pwritev RMW logicKevin Wolf