]> git.proxmox.com Git - qemu.git/history - block/cow.c
block: Use error codes from lower levels for error message
[qemu.git] / block / cow.c
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