summaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)AuthorFilesLines
2014-03-13aio: add aio_context_acquire() and aio_context_release()Stefan Hajnoczi1-0/+18
2014-03-13block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet2-13/+4
2014-02-21nbd: move socket wrappers to qemu-nbdPaolo Bonzini1-4/+0
2014-02-21nbd: inline tcp_socket_incoming_spec into sole callerPaolo Bonzini1-1/+0
2014-02-21nbd: correctly propagate errorsPaolo Bonzini1-1/+0
2014-02-21block: Remove bdrv_open_image()'s force_raw optionMax Reitz1-1/+1
2014-02-21block: Make bdrv_file_open() staticMax Reitz1-3/+3
2014-02-21block: Add reference parameter to bdrv_open()Max Reitz1-2/+3
2014-02-21block: Change BDS parameter of bdrv_open() to **Max Reitz1-1/+1
2014-01-24qemu-iotests: Test pwritev RMW logicKevin Wolf1-0/+8
2014-01-24block: Make bdrv_pwrite() a bdrv_prwv_co() wrapperKevin Wolf1-1/+0
2014-01-24block: Allow wait_serialising_requests() at any pointKevin Wolf1-0/+2
2014-01-24block: Make overlap range for serialisation dynamicKevin Wolf1-0/+4
2014-01-24block: Generalise and optimise COR serialisationKevin Wolf1-2/+3
2014-01-24block: Switch BdrvTrackedRequest to byte granularityKevin Wolf1-2/+2
2014-01-24raw: Probe required direct I/O alignmentPaolo Bonzini1-0/+3
2014-01-24block: rename buffer_alignment to guest_block_sizePaolo Bonzini2-3/+3
2014-01-24block: Don't use guest sector size for qemu_blockalign()Kevin Wolf2-0/+6
2014-01-24block: Update BlockLimits when they might have changedKevin Wolf1-0/+1
2014-01-24block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf1-0/+2
2014-01-24block: Create authorizations mechanism for external snapshot and resize.Benoît Canet2-13/+19
2014-01-24qmp: Allow to change password on named block driver states.Benoît Canet1-0/+3
2014-01-24qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.Benoît Canet2-0/+2
2014-01-24block: Add bs->node_name to hold the name of a bs node of the bs graph.Benoît Canet2-1/+9
2014-01-22block: Add bdrv_open_image()Max Reitz1-0/+3
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz1-1/+2
2013-12-20block: Add commit_active_start()Fam Zheng1-3/+19
2013-12-05block: add opt_transfer_length to BlockLimitsPeter Lieven1-0/+3
2013-12-04qemu-nbd: support internal snapshot exportWenchao Xia1-0/+8
2013-12-04snapshot: distinguish id and name in load_tmpWenchao Xia2-2/+9
2013-12-03block: add bdrv_aio_write_zeroesPaolo Bonzini1-0/+3
2013-12-03block: add flags to BlockRequestPaolo Bonzini1-0/+1
2013-12-02coroutine: remove unused CoQueue AioContextMarc-André Lureau1-1/+0
2013-12-02coroutine: remove qemu_co_queue_wait_insert_headMarc-André Lureau1-6/+0
2013-11-29blkdebug: add "remove_break" commandFam Zheng2-0/+3
2013-11-29sheepdog: support user-defined redundancy optionLiu Yuan1-0/+1
2013-11-29qapi: Change BlockDirtyInfo to listFam Zheng1-0/+1
2013-11-29block: per caller dirty bitmapFam Zheng2-5/+8
2013-11-28block: introduce bdrv_make_zeroPeter Lieven1-0/+1
2013-11-28block: add BlockLimits structure to BlockDriverStatePeter Lieven1-0/+17
2013-11-28block: add wrappers for logical block provisioning informationPeter Lieven1-0/+2
2013-11-28block: add logical block provisioning info to BlockDriverInfoPeter Lieven1-0/+16
2013-11-28block: introduce BDRV_REQ_MAY_UNMAP request flagPeter Lieven1-0/+7
2013-11-28block: add flags to bdrv_*_write_zeroesPeter Lieven2-3/+3
2013-11-28block: make BdrvRequestFlags publicPeter Lieven1-0/+5
2013-10-30coroutine: add co_aio_sleep_ns() to allow sleep in block driversMORITA Kazutaka1-0/+9
2013-10-29block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf1-0/+3
2013-10-11block: Add BlockDriver.bdrv_check_ext_snapshot.Benoît Canet2-0/+20
2013-10-11block/get_block_status: avoid redundant callouts on raw devicesPeter Lieven1-0/+4
2013-10-11block/qapi: Human-readable ImageInfoSpecific dumpMax Reitz1-0/+2