summaryrefslogtreecommitdiffstats
path: root/include/block
Commit message (Expand)AuthorAgeFilesLines
* qapi event: clean up in callersWenchao Xia2014-06-271-1/+1
* qapi event: convert other BLOCK_JOB eventsWenchao Xia2014-06-231-4/+13
* qapi event: convert BLOCK_IO_ERROR and BLOCK_JOB_ERRORWenchao Xia2014-06-231-3/+0
* qapi: adjust existing definesWenchao Xia2014-06-231-4/+0
* scsi: Print command name in debugAlexey Kardashevskiy2014-06-181-0/+2
* cleanup QEMUOptionParameterChunyan Liu2014-06-162-21/+5
* change block layer to support both QemuOpts and QEMUOptionParamterChunyan Liu2014-06-162-4/+16
* block: Move declaration of bdrv_get_aio_context to block.hFam Zheng2014-06-042-7/+7
* raw-posix: drop raw_get_aio_fd() since it is no longer usedStefan Hajnoczi2014-06-041-9/+0
* block: add bdrv_set_aio_context()Stefan Hajnoczi2014-06-042-0/+47
* block: Add backing_blocker in BlockDriverStateFam Zheng2014-05-281-0/+3
* block: Add bdrv_set_backing_hd()Fam Zheng2014-05-281-0/+1
* block: Replace in_use with operation blockerFam Zheng2014-05-283-3/+3
* block: Introduce op_blockers to BlockDriverStateFam Zheng2014-05-282-0/+12
* block: Add BlockOpType enumFam Zheng2014-05-281-0/+19
* block: optimize zero writes with bdrv_write_zeroesPeter Lieven2014-05-191-0/+1
* 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-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
OpenPOWER on IntegriCloud