]> git.proxmox.com Git - qemu.git/history - block/cow.c
qed: Periodically flush and clear need check bit
[qemu.git] / block / cow.c
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