]> Git Repo - qemu.git/history - block
milkymist-uart: use qemu_chr_fe_write_all() instead of qemu_chr_fe_write()
[qemu.git] / block /
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 Wolfqemu-iotests: Test pwritev RMW logic
2014-01-24 Kevin Wolfblkdebug: Make required alignment configurable
2014-01-24 Paolo Bonziniiscsi: Set bs->request_alignment
2014-01-24 Kevin Wolfblock: Switch BdrvTrackedRequest to byte granularity
2014-01-24 Paolo Bonziniraw: Probe required direct I/O alignment
2014-01-24 Kevin Wolfblock: Update BlockLimits when they might have changed
2014-01-24 Kevin Wolfblock: Move initialisation of BlockLimits to bdrv_refre...
2014-01-24 Jeff Codyblock: resize backing image during active layer commit...
2014-01-24 Peter Maydellblock/curl: Implement the libcurl timer callback interface
2014-01-24 Benoît Canetblock: Create authorizations mechanism for external...
2014-01-24 Benoît Canetqmp: Add QMP query-named-block-nodes to list the named...
2014-01-24 Fam Zhengqapi: Add "backing" to BlockStats
2014-01-24 Fam Zhengvmdk: Fix format specific information (create type...
2014-01-24 Zhang Mindrive mirror:fix memory leak
2014-01-24 Liu Yuansheepdog: fix 'qemu-img map'
2014-01-24 Fam Zhengvmdk: Check for overhead when opening
2014-01-24 Hu Taoqcow2: fix wrong value of L1E_OFFSET_MASK, L2E_OFFSET_M...
2014-01-22 Max Reitzblkverify: Don't require protocol filename
2014-01-22 Max Reitzblkverify: Allow command-line configuration
2014-01-22 Max Reitzblkdebug: Allow command-line file configuration
2014-01-22 Max Reitzblock: Allow reference for bdrv_file_open()
2014-01-22 Max Reitzblkdebug: Use command-line in read_config()
2014-01-22 Max Reitzblkdebug: Always call read_config()
2014-01-22 Max Reitzblkdebug: Don't require sophisticated filename
2014-01-22 Max Reitzblkdebug: Use errp for read_config()
2014-01-22 Fam Zhengvmdk: Fix big flat extent IO
2014-01-22 Liu Yuansheepdog: fix clone operation by 'qemu-img create -b'
2014-01-22 Bharata B Raogluster: Add support for creating zero-filled image
2014-01-22 Bharata B Raogluster: Implement .bdrv_co_write_zeroes for gluster
2014-01-22 Bharata B Raogluster: Convert aio routines into coroutines
2014-01-22 Peter Lievenblock/iscsi: return -ENOMEM if an async call fails...
2014-01-22 Stefan Hajnoczirbd: switch from pipe to QEMUBH completion notification
2014-01-15 Jeff Codyblock: add .bdrv_reopen_prepare() stub for iscsi
2014-01-14 Edgar E. IglesiasMerge remote branch 'luiz/queue/qmp' into qmpq
2014-01-10 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2014-01-10 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2014-01-06 Peter Crosthwaiteqemu-option: Remove qemu_opts_create_nofail
2013-12-20 Fam Zhengcommit: Remove unused check
2013-12-20 Fam Zhengcommit: Support commit active layer
2013-12-20 Fam Zhengblock: Add commit_active_start()
2013-12-20 Fam Zhengmirror: Move base to MirrorBlockJob
2013-12-20 Fam Zhengmirror: Don't close target
2013-12-20 Fam Zhengvmdk: Allow vmdk_create to work with protocol
2013-12-20 Fam Zhengvmdk: Check VMFS extent line field number
2013-12-20 Jeff Codyblock: vhdx - improve error message, and .bdrv_check...
2013-12-20 Stefan Weilblock/iscsi: Fix compilation for libiscsi 1.4.0 (API...
2013-12-20 Liu Yuansheepdog: fix dynamic grow for running qcow2 format
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-16 Peter Lievenblock/iscsi: use a bh to schedule co reentrance
2013-12-16 Marc-André Lureaunbd: avoid uninitialized warnings
2013-12-16 Marc-André Lureaunbd: finish any pending coroutine
2013-12-16 Marc-André Lureaunbd: make nbd_client_session_close() idempotent
2013-12-16 Marc-André Lureaunbd: pass export name as init argument
2013-12-16 Marc-André Lureaunbd: don't change socket block during negotiate
2013-12-16 Marc-André LureauSplit nbd block client code
2013-12-13 Anthony LiguoriMerge remote-tracking branch 'bonzini/virtio' into...
2013-12-13 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-12-13 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2013-12-13 Fam Zhengblkdebug: Use QLIST_FOREACH_SAFE to resume IO
2013-12-13 Stefan Weilblock/vvfat: Fix compiler warnings for OpenBSD
2013-12-13 Liu Yuansheepdog: check if '-o redundancy' is passed from user
2013-12-09 Peter Lievenblock/iscsi: introduce bdrv_co_{readv, writev, flush_to...
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 Hu Taoqcow2: use start_of_cluster() and offset_into_cluster...
2013-12-05 Peter Lievenblock/iscsi: set bs->bl.opt_transfer_length
2013-12-05 Peter Lievenblock/iscsi: set bdi->cluster_size
2013-12-04 Wenchao Xiaqemu-nbd: support internal snapshot export
2013-12-04 Wenchao Xiasnapshot: distinguish id and name in load_tmp
2013-12-04 Kevin Wolfqcow2: Zero-initialise first cluster for new images
2013-12-03 Paolo Bonziniraw-posix: add support for write_zeroes on XFS and...
2013-12-03 Paolo Bonziniraw-posix: implement write_zeroes with MAY_UNMAP for...
2013-12-03 Paolo Bonziniraw-posix: implement write_zeroes with MAY_UNMAP for...
2013-12-03 Paolo Bonziniblock/iscsi: check WRITE SAME support differently depen...
2013-12-03 Peter Lievenblock/iscsi: updated copyright
2013-12-03 Peter Lievenblock/iscsi: remove .bdrv_has_zero_init
2013-12-03 Paolo Bonziniblock drivers: expose requirement for write same alignm...
2013-12-03 Paolo Bonziniblock drivers: add discard/write_zeroes properties...
2013-12-03 Paolo Bonzinivpc, vhdx: add get_info
2013-12-03 Paolo Bonziniblock: handle ENOTSUP from discard in generic code
2013-12-03 Fam Zhengvmdk: Fix creating big description file
2013-11-29 Fam Zhengvmdk: Allow read only open of VMDK version 3
2013-11-29 Kevin Wolfblock: Use BDRV_O_NO_BACKING where appropriate
2013-11-29 Fam Zhengblkdebug: add "remove_break" command
next
This page took 0.090902 seconds and 7 git commands to generate.