summaryrefslogtreecommitdiffstats
path: root/include/block
Commit message (Expand)AuthorAgeFilesLines
* block: Unlink temporary files in raw-posix/win32Kevin Wolf2014-04-302-1/+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-192-3/+3
* aio: add aio_context_acquire() and aio_context_release()Stefan Hajnoczi2014-03-131-0/+18
* block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet2014-03-132-13/+4
* nbd: move socket wrappers to qemu-nbdPaolo Bonzini2014-02-211-4/+0
* nbd: inline tcp_socket_incoming_spec into sole callerPaolo Bonzini2014-02-211-1/+0
* nbd: correctly propagate errorsPaolo Bonzini2014-02-211-1/+0
* 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/+0
* block: Allow wait_serialising_requests() at any pointKevin Wolf2014-01-241-0/+2
* block: Make overlap range for serialisation dynamicKevin Wolf2014-01-241-0/+4
* block: Generalise and optimise COR serialisationKevin Wolf2014-01-241-2/+3
* block: Switch BdrvTrackedRequest to byte granularityKevin Wolf2014-01-241-2/+2
* raw: Probe required direct I/O alignmentPaolo Bonzini2014-01-241-0/+3
* block: rename buffer_alignment to guest_block_sizePaolo Bonzini2014-01-242-3/+3
* block: Don't use guest sector size for qemu_blockalign()Kevin Wolf2014-01-242-0/+6
* block: Update BlockLimits when they might have changedKevin Wolf2014-01-241-0/+1
* block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf2014-01-241-0/+2
* block: Create authorizations mechanism for external snapshot and resize.Benoît Canet2014-01-242-13/+19
* 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-242-0/+2
* block: Add bs->node_name to hold the name of a bs node of the bs graph.Benoît Canet2014-01-242-1/+9
* 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 commit_active_start()Fam Zheng2013-12-201-3/+19
* block: add opt_transfer_length to BlockLimitsPeter Lieven2013-12-051-0/+3
* qemu-nbd: support internal snapshot exportWenchao Xia2013-12-041-0/+8
* snapshot: distinguish id and name in load_tmpWenchao Xia2013-12-042-2/+9
* block: add bdrv_aio_write_zeroesPaolo Bonzini2013-12-031-0/+3
* block: add flags to BlockRequestPaolo Bonzini2013-12-031-0/+1
* coroutine: remove unused CoQueue AioContextMarc-André Lureau2013-12-021-1/+0
* coroutine: remove qemu_co_queue_wait_insert_headMarc-André Lureau2013-12-021-6/+0
* blkdebug: add "remove_break" commandFam Zheng2013-11-292-0/+3
* sheepdog: support user-defined redundancy optionLiu Yuan2013-11-291-0/+1
* qapi: Change BlockDirtyInfo to listFam Zheng2013-11-291-0/+1
* block: per caller dirty bitmapFam Zheng2013-11-292-5/+8
* block: introduce bdrv_make_zeroPeter Lieven2013-11-281-0/+1
* block: add BlockLimits structure to BlockDriverStatePeter Lieven2013-11-281-0/+17
* block: add wrappers for logical block provisioning informationPeter Lieven2013-11-281-0/+2
* block: add logical block provisioning info to BlockDriverInfoPeter Lieven2013-11-281-0/+16
* block: introduce BDRV_REQ_MAY_UNMAP request flagPeter Lieven2013-11-281-0/+7
* block: add flags to bdrv_*_write_zeroesPeter Lieven2013-11-282-3/+3
* block: make BdrvRequestFlags publicPeter Lieven2013-11-281-0/+5
OpenPOWER on IntegriCloud