summaryrefslogtreecommitdiffstats
path: root/include/block/block.h
Commit message (Expand)AuthorAgeFilesLines
* block: Add bdrv_refresh_filename()Max Reitz2014-08-201-0/+1
* block: Introduce qemu_try_blockalign()Kevin Wolf2014-08-151-0/+1
* block: New bdrv_nb_sectors()Markus Armbruster2014-08-151-0/+1
* block: Add Error argument to bdrv_refresh_limits()Kevin Wolf2014-07-181-1/+1
* block: block: introduce APIs for submitting IO as a batchMing Lei2014-07-071-0/+4
* block: extend block-commit to accept a string for the backing fileJeff Cody2014-07-011-1/+2
* block: add helper function to determine if a BDS is in a chainJeff Cody2014-07-011-0/+1
* block.c: Don't return success for bdrv_append_temp_snapshot() failureChen Gang2014-06-271-1/+1
* block: Add replaces argument to drive-mirrorBenoît Canet2014-06-271-0/+4
* qapi: adjust existing definesWenchao Xia2014-06-231-4/+0Star
* cleanup QEMUOptionParameterChunyan Liu2014-06-161-5/+3Star
* change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu2014-06-161-3/+4
* block: Move declaration of bdrv_get_aio_context to block.hFam Zheng2014-06-041-0/+7
* raw-posix: drop raw_get_aio_fd() since it is no longer usedStefan Hajnoczi2014-06-041-9/+0Star
* block: add bdrv_set_aio_context()Stefan Hajnoczi2014-06-041-0/+11
* block: Add bdrv_set_backing_hd()Fam Zheng2014-05-281-0/+1
* block: Replace in_use with operation blockerFam Zheng2014-05-281-2/+0Star
* block: Introduce op_blockers to BlockDriverStateFam Zheng2014-05-281-0/+7
* block: Add BlockOpType enumFam Zheng2014-05-281-0/+19
* block: Fix bdrv_is_allocated() for short backing filesKevin Wolf2014-05-191-4/+7
* block: Fix open flags with BDRV_O_SNAPSHOTKevin Wolf2014-05-091-1/+1
* qemu-img: Convert by cluster size if target is compressedFam Zheng2014-05-091-0/+4
* block: Unlink temporary files in raw-posix/win32Kevin Wolf2014-04-301-0/+1
* block: Add errp to bdrv_new()Kevin Wolf2014-04-221-1/+1
* block: Handle error of bdrv_getlength in bdrv_create_dirty_bitmapFam Zheng2014-04-221-1/+2
* block: Fix snapshot=on for protocol parsed from filenameKevin Wolf2014-04-041-0/+1
* block: Add error handling to bdrv_invalidate_cache()Kevin Wolf2014-03-191-2/+2
* block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet2014-03-131-9/+0Star
* block: Remove bdrv_open_image()'s force_raw optionMax Reitz2014-02-211-1/+1
* block: Make bdrv_file_open() staticMax Reitz2014-02-211-3/+3
* block: Add reference parameter to bdrv_open()Max Reitz2014-02-211-2/+3
* block: Change BDS parameter of bdrv_open() to **Max Reitz2014-02-211-1/+1
* qemu-iotests: Test pwritev RMW logicKevin Wolf2014-01-241-0/+8
* block: Make bdrv_pwrite() a bdrv_prwv_co() wrapperKevin Wolf2014-01-241-1/+0Star
* block: rename buffer_alignment to guest_block_sizePaolo Bonzini2014-01-241-1/+1
* block: Don't use guest sector size for qemu_blockalign()Kevin Wolf2014-01-241-0/+3
* block: Update BlockLimits when they might have changedKevin Wolf2014-01-241-0/+1
* block: Create authorizations mechanism for external snapshot and resize.Benoît Canet2014-01-241-10/+10
* qmp: Allow to change password on named block driver states.Benoît Canet2014-01-241-0/+3
* qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.Benoît Canet2014-01-241-0/+1
* block: Add bs->node_name to hold the name of a bs node of the bs graph.Benoît Canet2014-01-241-0/+1
* block: Add bdrv_open_image()Max Reitz2014-01-221-0/+3
* block: Allow reference for bdrv_file_open()Max Reitz2014-01-221-1/+2
* block: add bdrv_aio_write_zeroesPaolo Bonzini2013-12-031-0/+3
* block: add flags to BlockRequestPaolo Bonzini2013-12-031-0/+1
* blkdebug: add "remove_break" commandFam Zheng2013-11-291-0/+1
* qapi: Change BlockDirtyInfo to listFam Zheng2013-11-291-0/+1
* block: per caller dirty bitmapFam Zheng2013-11-291-4/+7
* block: introduce bdrv_make_zeroPeter Lieven2013-11-281-0/+1
* block: add wrappers for logical block provisioning informationPeter Lieven2013-11-281-0/+2