aboutsummaryrefslogtreecommitdiff
path: root/include/block
AgeCommit message (Expand)Author
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-13aio: add aio_context_acquire() and aio_context_release()Stefan Hajnoczi
2014-03-13block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet
2014-02-21nbd: move socket wrappers to qemu-nbdPaolo Bonzini
2014-02-21nbd: inline tcp_socket_incoming_spec into sole callerPaolo Bonzini
2014-02-21nbd: correctly propagate errorsPaolo Bonzini
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
2014-01-24block: Make bdrv_pwrite() a bdrv_prwv_co() wrapperKevin Wolf
2014-01-24block: Allow wait_serialising_requests() at any pointKevin Wolf
2014-01-24block: Make overlap range for serialisation dynamicKevin Wolf
2014-01-24block: Generalise and optimise COR serialisationKevin Wolf
2014-01-24block: Switch BdrvTrackedRequest to byte granularityKevin Wolf
2014-01-24raw: Probe required direct I/O alignmentPaolo Bonzini
2014-01-24block: rename buffer_alignment to guest_block_sizePaolo Bonzini
2014-01-24block: Don't use guest sector size for qemu_blockalign()Kevin Wolf
2014-01-24block: Update BlockLimits when they might have changedKevin Wolf
2014-01-24block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf
2014-01-24block: Create authorizations mechanism for external snapshot and resize.Benoît Canet
2014-01-24qmp: Allow to change password on named block driver states.Benoît Canet
2014-01-24qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.Benoît Canet
2014-01-24block: Add bs->node_name to hold the name of a bs node of the bs graph.Benoît Canet
2014-01-22block: Add bdrv_open_image()Max Reitz
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz
2013-12-20block: Add commit_active_start()Fam Zheng
2013-12-05block: add opt_transfer_length to BlockLimitsPeter Lieven
2013-12-04qemu-nbd: support internal snapshot exportWenchao Xia
2013-12-04snapshot: distinguish id and name in load_tmpWenchao Xia
2013-12-03block: add bdrv_aio_write_zeroesPaolo Bonzini
2013-12-03block: add flags to BlockRequestPaolo Bonzini
2013-12-02coroutine: remove unused CoQueue AioContextMarc-André Lureau
2013-12-02coroutine: remove qemu_co_queue_wait_insert_headMarc-André Lureau
2013-11-29blkdebug: add "remove_break" commandFam Zheng
2013-11-29sheepdog: support user-defined redundancy optionLiu Yuan
2013-11-29qapi: Change BlockDirtyInfo to listFam Zheng
2013-11-29block: per caller dirty bitmapFam Zheng
2013-11-28block: introduce bdrv_make_zeroPeter Lieven
2013-11-28block: add BlockLimits structure to BlockDriverStatePeter Lieven
2013-11-28block: add wrappers for logical block provisioning informationPeter Lieven
2013-11-28block: add logical block provisioning info to BlockDriverInfoPeter Lieven
2013-11-28block: introduce BDRV_REQ_MAY_UNMAP request flagPeter Lieven