aboutsummaryrefslogtreecommitdiff
path: root/block.c
AgeCommit message (Expand)Author
2014-01-24block: Switch bdrv_io_limits_intercept() to byte granularityKevin Wolf
2014-01-24qemu-iotests: Test pwritev RMW logicKevin Wolf
2014-01-24block: Make bdrv_pwrite() a bdrv_prwv_co() wrapperKevin Wolf
2014-01-24block: Make bdrv_pread() a bdrv_prwv_co() wrapperKevin Wolf
2014-01-24block: Change coroutine wrapper to byte granularityKevin Wolf
2014-01-24block: Assert serialisation assumptions in pwritevKevin Wolf
2014-01-24block: Align requests in bdrv_co_do_pwritev()Kevin 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: Make zero-after-EOF work with larger alignmentKevin Wolf
2014-01-24block: Allow waiting for overlapping requests between begin/endKevin Wolf
2014-01-24block: Switch BdrvTrackedRequest to byte granularityKevin Wolf
2014-01-24block: Introduce bdrv_co_do_pwritev()Kevin Wolf
2014-01-24block: write: Handle COR dependency after I/O throttlingKevin Wolf
2014-01-24block: Introduce bdrv_aligned_pwritev()Kevin Wolf
2014-01-24block: Introduce bdrv_co_do_preadv()Kevin Wolf
2014-01-24block: Introduce bdrv_aligned_preadv()Kevin 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: Detect unaligned length in bdrv_qiov_is_aligned()Kevin Wolf
2014-01-24block: Update BlockLimits when they might have changedKevin Wolf
2014-01-24block: Inherit opt_transfer_lengthKevin Wolf
2014-01-24block: Move initialisation of BlockLimits to bdrv_refresh_limits()Kevin Wolf
2014-01-24block: Fix bdrv_commit return valueKevin Wolf
2014-01-24block: resize backing file image during offline commit, if necessaryJeff Cody
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: Allow the user to define "node-name" option both on command line and QMP.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: fix backing file segfaultPeter Feiner
2014-01-22block: Allow recursive "file"sMax Reitz
2014-01-22block: Use bdrv_open_image() in bdrv_open()Max Reitz
2014-01-22block: Add bdrv_open_image()Max Reitz
2014-01-22block: Allow block devices without filesMax Reitz
2014-01-22block: Pass reference to bdrv_file_open()Max Reitz
2014-01-22block: Allow reference for bdrv_file_open()Max Reitz
2013-12-13block: expect get_block_status errors in bdrv_make_zeroPeter Lieven
2013-12-06block: clean up bdrv_drain_all() throttling commentsStefan Hajnoczi
2013-12-04block: Close backing file early in bdrv_img_createMax Reitz
2013-12-03block: make bdrv_co_do_write_zeroes stricter in producing aligned requestsPaolo Bonzini
2013-12-03block: handle ENOTSUP from discard in generic codePaolo Bonzini
2013-12-03block: add bdrv_aio_write_zeroesPaolo Bonzini
2013-12-03block: add flags argument to bdrv_co_write_zeroes tracepointPaolo Bonzini
2013-12-03block: add flags to BlockRequestPaolo Bonzini
2013-12-03block: generalize BlockLimits handling to cover bdrv_aio_discard tooPaolo Bonzini
2013-11-29block: Use BDRV_O_NO_BACKING where appropriateKevin Wolf
2013-11-29block: Enable BDRV_O_SNAPSHOT with driver-specific optionsKevin Wolf