]> git.proxmox.com Git - qemu.git/history - block/cow.c
block: move include files to include/block/
[qemu.git] / block / cow.c
2012-12-19 Paolo Bonziniblock: move include files to include/block/
2012-04-26 Anthony LiguoriMerge remote-tracking branch 'amit/master' into staging
2012-04-23 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2012-04-23 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-04-23 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-04-19 Stefan Weilblock: Fix spelling in comment (ineffcient -> inefficient)
2012-04-10 Anthony LiguoriMerge commit 'ff71f2e8cacefae99179993204172bc65e4303df...
2012-04-10 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2012-04-10 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-04-05 Paolo Bonziniblock: push recursive flushing up from drivers
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/exec...
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/xen'...
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/mutators...
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-12-15 Li Zhi Huiblock/cow: Return real error code
2011-12-05 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-12-05 Anthony LiguoriMerge remote-tracking branch 'aneesh/1.0-fixes' into...
2011-12-05 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-12-05 Stefan Hajnoczicow: use bdrv_co_is_allocated()
2011-12-05 Stefan Hajnoczicow: convert to .bdrv_co_is_allocated()
2011-12-05 Li Zhi Huiblock: Use bdrv functions to replace file operation...
2011-12-02 Dong Xu Wangfix spelling in block sub directory
2011-11-19 Blue SwirlMerge branch 'ppc-1.0' of git://repo.or.cz/qemu/agraf
2011-11-11 Anthony LiguoriMerge remote-tracking branch 'kwolf/block-stable' into...
2011-11-11 Kevin Wolfblock: Rename bdrv_co_flush to bdrv_co_flush_to_disk
2011-11-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/int12...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/uq/master...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard-asser...
2011-10-31 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v45' into...
2011-10-26 Andrzej ZaborowskiMerge branch 'target-arm.for-upstream' of git://git...
2011-10-26 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-10-21 Paolo Bonziniblock: change flush to co_flush
2011-10-21 Paolo Bonziniblock: take lock around bdrv_write implementations
2011-10-21 Paolo Bonziniblock: take lock around bdrv_read implementations
2011-10-21 Paolo Bonziniblock: add a CoMutex to synchronous read drivers
2010-12-01 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-11-16 Anthony LiguoriMerge remote branch 'spice/bugfix.2' into staging
2010-11-04 Kevin Wolfblock: Allow bdrv_flush to return errors
2010-06-22 Kevin Wolfcow: Use bdrv_(p)write_sync for metadata writes
2010-06-15 Christoph Hellwigcow: use qemu block API
2010-06-15 Christoph Hellwigcow: stop using mmap
2010-06-15 Christoph Hellwigcow: use pread/pwrite
2010-05-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into HEAD
2010-05-03 Kevin Wolfblock: Open the underlying image file in generic code
2010-03-09 Juan Quintelacow: return errno instead of -1
2010-01-26 Kirill A. Shutemovblock/cow.c: fix warnings with _FORTIFY_SOURCE
2009-09-11 Christoph Hellwigblock: use fdatasync instead of fsync if possible
2009-06-06 Kevin Wolfqemu-img: Print available options with -o ?
2009-05-22 Kevin WolfConvert all block drivers to new bdrv_create
2009-05-14 Anthony LiguoriMove block drivers into their own directory