]> git.proxmox.com Git - mirror_qemu.git/history - block.c
block: Don't call ROUND_UP with negative values
[mirror_qemu.git] / block.c
2014-02-09 Kevin Wolfblock: Don't call ROUND_UP with negative values
2014-02-09 Kevin Wolfblock: bdrv_aligned_pwritev: Assert overlap range
2014-02-09 Kevin Wolfblock: Fix memory leaks in bdrv_co_do_pwritev()
2014-02-09 Kevin Wolfblock: Fail gracefully with missing filename
2014-02-04 Peter MaydellMerge remote-tracking branch 'remotes/borntraeger/tags...
2014-02-04 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/qemu...
2014-02-01 Peter MaydellMerge remote-tracking branch 'remotes/awilliam/tags...
2014-01-31 Peter MaydellMerge remote-tracking branch 'sstabellini/xen-170114...
2014-01-30 Peter MaydellMerge remote-tracking branch 'mjt/tags/trivial-patches...
2014-01-24 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2014-01-24 Anthony LiguoriMerge remote-tracking branch 'otubo/seccomp' into staging
2014-01-24 Anthony LiguoriMerge remote-tracking branch 'sweil/tags/for_anthony...
2014-01-24 Anthony LiguoriMerge remote-tracking branch 'kraxel/tags/pull-audio...
2014-01-24 Anthony LiguoriMerge remote-tracking branch 'kraxel/tags/pull-usb...
2014-01-24 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2014-01-24 Anthony LiguoriMerge remote-tracking branch 'kwolf/tags/for-anthony...
2014-01-24 Kevin Wolfblock: Switch bdrv_io_limits_intercept() to byte granul...
2014-01-24 Kevin Wolfqemu-iotests: Test pwritev RMW logic
2014-01-24 Kevin Wolfblock: Make bdrv_pwrite() a bdrv_prwv_co() wrapper
2014-01-24 Kevin Wolfblock: Make bdrv_pread() a bdrv_prwv_co() wrapper
2014-01-24 Kevin Wolfblock: Change coroutine wrapper to byte granularity
2014-01-24 Kevin Wolfblock: Assert serialisation assumptions in pwritev
2014-01-24 Kevin Wolfblock: Align requests in bdrv_co_do_pwritev()
2014-01-24 Kevin Wolfblock: Allow wait_serialising_requests() at any point
2014-01-24 Kevin Wolfblock: Make overlap range for serialisation dynamic
2014-01-24 Kevin Wolfblock: Generalise and optimise COR serialisation
2014-01-24 Kevin Wolfblock: Make zero-after-EOF work with larger alignment
2014-01-24 Kevin Wolfblock: Allow waiting for overlapping requests between...
2014-01-24 Kevin Wolfblock: Switch BdrvTrackedRequest to byte granularity
2014-01-24 Kevin Wolfblock: Introduce bdrv_co_do_pwritev()
2014-01-24 Kevin Wolfblock: write: Handle COR dependency after I/O throttling
2014-01-24 Kevin Wolfblock: Introduce bdrv_aligned_pwritev()
2014-01-24 Kevin Wolfblock: Introduce bdrv_co_do_preadv()
2014-01-24 Kevin Wolfblock: Introduce bdrv_aligned_preadv()
2014-01-24 Paolo Bonziniraw: Probe required direct I/O alignment
2014-01-24 Paolo Bonziniblock: rename buffer_alignment to guest_block_size
2014-01-24 Kevin Wolfblock: Don't use guest sector size for qemu_blockalign()
2014-01-24 Kevin Wolfblock: Detect unaligned length in bdrv_qiov_is_aligned()
2014-01-24 Kevin Wolfblock: Update BlockLimits when they might have changed
2014-01-24 Kevin Wolfblock: Inherit opt_transfer_length
2014-01-24 Kevin Wolfblock: Move initialisation of BlockLimits to bdrv_refre...
2014-01-24 Kevin Wolfblock: Fix bdrv_commit return value
2014-01-24 Jeff Codyblock: resize backing file image during offline commit...
2014-01-24 Benoît Canetblock: Create authorizations mechanism for external...
2014-01-24 Benoît Canetqmp: Allow to change password on named block driver...
2014-01-24 Benoît Canetqmp: Add QMP query-named-block-nodes to list the named...
2014-01-24 Benoît Canetblock: Allow the user to define "node-name" option...
2014-01-24 Benoît Canetblock: Add bs->node_name to hold the name of a bs node...
2014-01-22 Peter Feinerblock: fix backing file segfault
2014-01-22 Max Reitzblock: Allow recursive "file"s
2014-01-22 Max Reitzblock: Use bdrv_open_image() in bdrv_open()
2014-01-22 Max Reitzblock: Add bdrv_open_image()
2014-01-22 Max Reitzblock: Allow block devices without files
2014-01-22 Max Reitzblock: Pass reference to bdrv_file_open()
2014-01-22 Max Reitzblock: Allow reference for bdrv_file_open()
2014-01-10 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2013-12-16 Anthony LiguoriMerge remote-tracking branch 'spice/tags/pull-spice...
2013-12-16 Anthony LiguoriMerge remote-tracking branch 'kwolf/tags/for-anthony...
2013-12-13 Anthony LiguoriMerge remote-tracking branch 'bonzini/virtio' into...
2013-12-13 Peter Lievenblock: expect get_block_status errors in bdrv_make_zero
2013-12-07 Anthony LiguoriMerge remote-tracking branch 'awilliam/tags/vfio-pci...
2013-12-07 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-12-07 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-12-07 Anthony LiguoriMerge remote-tracking branch 'kraxel/tags/pull-seabios...
2013-12-07 Anthony LiguoriMerge remote-tracking branch 'otubo/seccomp' into staging
2013-12-06 Anthony LiguoriMerge remote-tracking branch 'kwolf/tags/for-anthony...
2013-12-06 Stefan Hajnocziblock: clean up bdrv_drain_all() throttling comments
2013-12-04 Max Reitzblock: Close backing file early in bdrv_img_create
2013-12-03 Paolo Bonziniblock: make bdrv_co_do_write_zeroes stricter in produci...
2013-12-03 Paolo Bonziniblock: handle ENOTSUP from discard in generic code
2013-12-03 Paolo Bonziniblock: add bdrv_aio_write_zeroes
2013-12-03 Paolo Bonziniblock: add flags argument to bdrv_co_write_zeroes trace...
2013-12-03 Paolo Bonziniblock: add flags to BlockRequest
2013-12-03 Paolo Bonziniblock: generalize BlockLimits handling to cover bdrv_ai...
2013-11-29 Kevin Wolfblock: Use BDRV_O_NO_BACKING where appropriate
2013-11-29 Kevin Wolfblock: Enable BDRV_O_SNAPSHOT with driver-specific...
2013-11-29 Fam Zhengblkdebug: add "remove_break" command
2013-11-29 Fam Zhengqapi: Change BlockDirtyInfo to list
2013-11-29 Fam Zhengblock: per caller dirty bitmap
2013-11-28 Peter Lievenblock/get_block_status: fix BDRV_BLOCK_ZERO for unalloc...
2013-11-28 Peter Lievenblock: introduce bdrv_make_zero
2013-11-28 Peter Lievenblock: honour BlockLimits in bdrv_co_discard
2013-11-28 Peter Lievenblock: honour BlockLimits in bdrv_co_do_write_zeroes
2013-11-28 Peter Lievenblock: add wrappers for logical block provisioning...
2013-11-28 Peter Lievenblock: introduce BDRV_REQ_MAY_UNMAP request flag
2013-11-28 Peter Lievenblock: add flags to bdrv_*_write_zeroes
2013-11-28 Peter Lievenblock: make BdrvRequestFlags public
2013-11-21 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-11-19 Anthony LiguoriMerge remote-tracking branch 'quintela/migration.next...
2013-11-19 Anthony LiguoriMerge remote-tracking branch 'afaerber/tags/qom-devices...
2013-11-19 Anthony LiguoriMerge remote-tracking branch 'rth/tcg-ia64-17' into...
2013-11-19 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-11-19 Anthony LiguoriMerge remote-tracking branch 'mjt/trivial-patches'...
2013-11-19 Anthony LiguoriMerge remote-tracking branch 'kwolf/tags/for-anthony...
2013-11-19 Anthony LiguoriMerge remote-tracking branch 'agraf/tags/signed-ppc...
2013-11-15 Kevin Wolfblock: Fail if requested driver is not available
2013-11-14 Fam Zhengblock: Print its file name if backing file opening...
2013-11-13 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-11-13 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-11-13 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
next