aboutsummaryrefslogtreecommitdiff
path: root/include/block/block_int.h
AgeCommit message (Expand)Author
2014-05-28block: Add backing_blocker in BlockDriverStateFam Zheng
2014-05-28block: Replace in_use with operation blockerFam Zheng
2014-05-28block: Introduce op_blockers to BlockDriverStateFam Zheng
2014-05-19block: optimize zero writes with bdrv_write_zeroesPeter Lieven
2014-04-30block: Unlink temporary files in raw-posix/win32Kevin Wolf
2014-03-19block: Add error handling to bdrv_invalidate_cache()Kevin Wolf
2014-03-13block: Rewrite the snapshot authorization mechanism for block filters.Benoît Canet
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: 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-24block: Add bs->node_name to hold the name of a bs node of the bs graph.Benoît Canet
2013-12-20block: Add commit_active_start()Fam Zheng
2013-12-05block: add opt_transfer_length to BlockLimitsPeter Lieven
2013-12-04snapshot: distinguish id and name in load_tmpWenchao Xia
2013-11-29blkdebug: add "remove_break" commandFam Zheng
2013-11-29sheepdog: support user-defined redundancy optionLiu Yuan
2013-11-29block: per caller dirty bitmapFam Zheng
2013-11-28block: add BlockLimits structure to BlockDriverStatePeter Lieven
2013-11-28block: add flags to bdrv_*_write_zeroesPeter Lieven
2013-10-29block: Avoid unecessary drv->bdrv_getlength() callsKevin Wolf
2013-10-11block: Add BlockDriver.bdrv_check_ext_snapshot.Benoît Canet
2013-10-11block: Add bdrv_get_specific_infoMax Reitz
2013-09-25block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.Benoît Canet
2013-09-12bdrv: Use "Error" for creating imagesMax Reitz
2013-09-12bdrv: Use "Error" for opening imagesMax Reitz
2013-09-12snapshot: distinguish id and name in snapshot deleteWenchao Xia
2013-09-12block: Image file option amendmentMax Reitz
2013-09-06block: introduce bdrv_get_block_status APIPaolo Bonzini
2013-09-06block: implement reference count for BlockDriverStateFam Zheng
2013-09-06block: Enable the new throttling code in the block layer.Benoît Canet
2013-08-22aio / timers: Untangle include filesAlex Bligh
2013-08-22block: Introduce bs->zero_beyond_eofAsias He
2013-07-26Implement sync modes for drive-backup.Ian Main
2013-06-28block: add basic backup support to block driverDietmar Maurer
2013-06-28block: add bdrv_add_before_write_notifier()Stefan Hajnoczi
2013-06-04block: move qmp and info dump related code to block/qapi.cWenchao Xia
2013-04-22block: Remove filename parameter from .bdrv_file_open()Kevin Wolf
2013-04-15block: Introduce bdrv_writev_vmstateKevin Wolf
2013-04-05block: keep I/O throttling slice time constantStefan Hajnoczi
2013-04-05block: fix I/O throttling accounting blind spotStefan Hajnoczi
2013-03-22block: Allow omitting the file name when using driver-specific optionsKevin Wolf
2013-03-22block: Introduce .bdrv_parse_filename callbackKevin Wolf
2013-03-22block: Add options QDict to bdrv_file_open() prototypesKevin Wolf
2013-03-15block: add bdrv_get_aio_context()Stefan Hajnoczi