Respect the standard
[qemu] / block /
2009-06-29 Kevin Wolfqcow2: Cache refcount blocks during snapshot creation
2009-06-29 Kevin Wolfblock-raw: Allow pread beyond the end of growable images
2009-06-29 Ram Paisupport colon in filenames
2009-06-29 Filip NavaraFix QCOW2 debugging code to compile again
2009-06-17 Blue SwirlFix opening of read only raw images
2009-06-16 Kevin Wolfupdate_refcount: Write complete sectors
2009-06-16 Kevin Wolfalloc_cluster_link_l2: Write complete sectors
2009-06-16 Kevin Wolfl2_allocate: Write complete sectors
2009-06-16 Kevin Wolfqcow2: Rename global functions
2009-06-16 Kevin Wolfqcow2: Split out snapshot functions
2009-06-16 Kevin Wolfqcow2: Split out guest cluster functions
2009-06-16 Kevin Wolfqcow2: Split out refcount handling
2009-06-16 Kevin Wolfqcow2: Change default cluster size to 64k
2009-06-16 Avi Kivityraw-posix: Remove O_RDWR when attempting to open a...
2009-06-16 Avi Kivityraw-posix: open flags use BDRV_ namespace, not posix...
2009-06-15 Christoph Hellwigraw-posix: cleanup ioctl methods
2009-06-15 Christoph Hellwigblock: add bdrv_probe_device method
2009-06-15 Christoph Hellwigraw-posix: split hdev drivers
2009-06-15 Christoph Hellwigraw-posix: add a raw_open_common helper
2009-06-15 Christoph Hellwigraw-posix: always store open flags
2009-06-06 Kevin Wolfqemu-img: Print available options with -o ?
2009-05-28 Christoph Hellwigvvfat: one more missing BlockDriver C99 initializer...
2009-05-27 Christoph Hellwigfully split aio_pool from BlockDriver
2009-05-27 Christoph Hellwigqcow: add qcow_aio_setup helper
2009-05-27 Christoph Hellwigraw-posix: fix hdev_create
2009-05-27 Christoph Hellwigfix raw_pread_aligned return value
2009-05-27 Kevin WolfDrop bdrv_create2
2009-05-27 Kevin Wolfqcow2: Update multiple refcounts at once
2009-05-27 Kevin Wolfqcow2: Refactor update_refcount
2009-05-27 Kevin Wolfqcow/qcow2: Drop synchronous qcow_write()
2009-05-22 Alexander GrafAdd HTTP protocol using curl v6
2009-05-22 Kevin Wolfqcow2: Allow different cluster sizes
2009-05-22 Kevin WolfConvert all block drivers to new bdrv_create
2009-05-21 malcDo not attempt to allocate sn_tab when there are no...
2009-05-14 Anthony LiguoriFix warning on WIN32
2009-05-14 Anthony LiguoriMove block drivers into their own directory