]> git.proxmox.com Git - qemu.git/history - block
fw_cfg: Splash image loader can overrun a stack variable, fix
[qemu.git] / block /
2013-01-24 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2013-01-24 Peter Lieveniscsi: add support for iovectors
2013-01-24 Paolo Bonziniiscsi: do not leak acb->buf when commands are aborted
2013-01-23 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2013-01-22 Peter Lieveniscsi: add support for iSCSI NOPs [v2]
2013-01-22 Peter Lieveniscsi: partly avoid iovec linearization in iscsi_aio_writev
2013-01-22 Peter Lieveniscsi: add iscsi_create support
2013-01-21 Anthony LiguoriMerge remote-tracking branch 'quintela/thread.next...
2013-01-20 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-01-19 Andreas Färberblock/raw-posix: Make hdev_aio_discard() available...
2013-01-18 Michael Tokarevwin32-aio: use iov utility functions instead of open...
2013-01-17 Kevin Wolfwin32-aio: Fix memory leak
2013-01-17 Kevin Wolfwin32-aio: Fix vectored reads
2013-01-17 Jeff Codyblock: fix null-pointer bug on error case in block...
2013-01-15 Anthony LiguoriMerge remote-tracking branch 'afaerber/memory-ioport...
2013-01-15 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2013-01-15 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-01-15 Markus Armbrusterblock: Fix how mirror_run() frees its buffer
2013-01-15 Markus Armbrusterwin32-aio: Fix how win32_aio_process_completion() frees...
2013-01-15 Liu Yuansheepdog: clean up sd_aio_setup()
2013-01-15 Liu Yuansheepdog: multiplex the rw FD to flush cache
2013-01-15 Paolo Bonziniblock: make discard asynchronous
2013-01-15 Paolo Bonziniraw: support discard on block devices
2013-01-15 Paolo Bonziniraw-posix: remember whether discard failed
2013-01-15 Kusanagi Kouichiraw-posix: support discard on more filesystems
2013-01-15 Kevin Wolfqcow2: Fix segfault on zero-length write
2013-01-14 Anthony LiguoriMerge remote-tracking branch 'kraxel/pixman.v6' into...
2013-01-14 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.76' into staging
2013-01-14 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v67' into...
2013-01-14 Anthony LiguoriMerge remote-tracking branch 'kraxel/testdev.2' into...
2013-01-14 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-01-14 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-01-14 Anthony LiguoriMerge remote-tracking branch 'bonzini/stub' into staging
2013-01-14 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2013-01-14 Stefan Hajnocziblock: make qiov_is_aligned() public
2013-01-14 Paolo Bonziniraw-posix: fix bdrv_aio_ioctl
2013-01-14 Liu Yuansheepdog: implement direct write semantics
2013-01-12 Paolo Bonziniqemu-option: move standard option definitions out of...
2013-01-12 Blue SwirlMerge branch 'target-arm.next' of git://git.linaro...
2013-01-12 Blue SwirlMerge branch 'ppc-for-upstream' of git://repo.or.cz...
2013-01-12 Blue SwirlMerge branch 's390-reorg' of git://repo.or.cz/qemu/rth
2013-01-11 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2013-01-11 Stefan WeilReplace remaining gmtime, localtime by gmtime_r, localt...
2013-01-10 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-01-02 Liu Yuansheepdog: pass oid directly to send_pending_req()
2013-01-02 Liu Yuansheepdog: don't update inode when create_and_write...
2013-01-02 Stefan Weilblock/raw-win32: Fix compiler warnings (wrong format...
2013-01-02 Stefan Hajnocziraw-posix: add raw_get_aio_fd() for virtio-blk-data...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-a810e4e...
2012-12-22 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2012-12-21 Anthony LiguoriMerge remote-tracking branch 'quintela/thread-20121220...
2012-12-19 Anthony LiguoriMerge remote-tracking branch 'bonzini/header-dirs'...
2012-12-19 Paolo Bonzinisoftmmu: move include files to include/sysemu/
2012-12-19 Paolo Bonzinimisc: move include files to include/qemu/
2012-12-19 Paolo Bonzinimigration: move include files to include/migration/
2012-12-19 Paolo Bonziniblock: move include files to include/block/
2012-12-19 Paolo Bonziniqapi: move include files to include/qobject/
2012-12-19 Paolo Bonzinijanitor: do not include qemu-char everywhere
2012-12-19 Paolo Bonzinijanitor: do not rely on indirect inclusions of or from...
2012-12-19 Paolo Bonzinibuild: move rules from Makefile to */Makefile.objs
2012-12-18 Anthony LiguoriMerge remote-tracking branch 'amit/master' into staging
2012-12-17 Paolo BonziniMerge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05...
2012-12-15 Blue SwirlMerge branch 'ppc-for-upstream' of git://repo.or.cz...
2012-12-13 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-12-13 Kevin Wolfqcow2: Factor out handle_dependencies()
2012-12-13 Kevin Wolfqcow2: Execute run_dependent_requests() without lock
2012-12-13 Kevin Wolfqcow2: Enable dirty flag in qcow2_alloc_cluster_link_l2
2012-12-13 Kevin Wolfqcow2: Allocate l2meta only for cluster allocations
2012-12-13 Kevin Wolfqcow2: Drop l2meta.cluster_offset
2012-12-13 Kevin Wolfqcow2: Allocate l2meta dynamically
2012-12-13 Kevin Wolfqcow2: Introduce Qcow2COWRegion
2012-12-13 Kevin Wolfqcow2: Round QCowL2Meta.offset down to cluster boundary
2012-12-12 Kevin Wolfqcow2: Move BLKDBG_EVENT out of the lock
2012-12-12 Kevin Wolfblkdebug: Implement suspend/resume of AIO requests
2012-12-12 Kevin Wolfblkdebug: Factor out remove_rule()
2012-12-12 Kevin Wolfblkdebug: Allow usage without config file
2012-12-11 Fabien ChouteauFix error code checking for SetFilePointer() call
2012-12-11 Stefan Prieberbd: Fix race between aio completition and aio cancel
2012-12-11 Paolo Bonziniraw-posix: inline paio_ioctl into hdev_aio_ioctl
2012-12-11 Charles Arnoldblock: vpc support for ~2 TB disks
2012-12-11 Charles Arnoldblock: vpc initialize the uuid footer field
2012-12-11 Kevin Wolfaio: Get rid of qemu_aio_flush()
2012-11-28 Anthony LiguoriMerge remote-tracking branch 'bonzini/nbd-next' into...
2012-11-28 Anthony LiguoriMerge remote-tracking branch 'bonzini/scsi-next' into...
2012-11-28 Peter Lieveniscsi: do not assume device is zero initialized
2012-11-28 Peter Lieveniscsi: fix deadlock during login
2012-11-28 Peter Lieveniscsi: fix segfault in url parsing
2012-11-26 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-11-26 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.72' into staging
2012-11-26 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v64' into...
2012-11-26 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2012-11-21 Stefan Priebeuse int64_t for return values from rbd instead of int
2012-11-21 Stefan Hajnoczivdi: don't override libuuid symbols
2012-11-21 Jeff Codyblock: add bdrv_reopen() support for raw hdev, floppy...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'kiszka/queues/slirp'...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'bonzini/build-urgent...
2012-11-19 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-11-14 Gerhard Wiesingervmdk: Fix data corruption bug in WRITE and READ handling
next