]> git.proxmox.com Git - qemu.git/history - block
usb-uhci: symbolic names for pci registers
[qemu.git] / block /
2009-12-03 Kevin WolfDon't leak file descriptors
2009-12-03 Kevin Wolfqemu-img: There is more than one host device driver
2009-12-03 Kevin Wolfqcow2: Fix some more qemu_malloc fallout
2009-12-03 Kevin Wolfqcow2: Store exact backing format length
2009-12-01 Anthony LiguoriMerge commit 'mst/for_anthony' into mst
2009-11-29 Aurelien JarnoAdd support for GNU/kFreeBSD
2009-11-12 David WoodhouseFix 32-bit overflow in parallels image support
2009-11-09 Stefan Weilqcow2: Allow qcow2 disk images with size zero
2009-10-30 Kevin WolfRemove aio_ctx from paio_* interface
2009-10-27 Kevin WolfRevert "qcow2: Bring synchronous read/write back to...
2009-10-27 Kevin WolfAdd qemu_aio_process_queue()
2009-10-27 Kevin Wolfraw/linux-aio: Also initialize POSIX AIO
2009-10-27 Kevin Wolfqcow2: Fix grow_refcount_table error handling
2009-10-15 Kevin Wolfqcow2: Bring synchronous read/write back to life
2009-10-05 Kevin Wolfblock/raw: Add create_options for host_device
2009-10-05 Kevin Wolfqcow2: Increase maximum cluster size to 2 MB
2009-10-04 Stefan WeilCheck availability of uuid header / library
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-09-30 Michael S. Tsirkinvvfat: fix coding style nit
2009-09-12 Blue SwirlFix signedness warnings on OpenSolaris
2009-09-12 Blue SwirlFix sys-queue.h conflict for good
2009-09-11 Christoph Hellwigblock: add aio_flush operation
2009-09-11 Christoph Hellwigblock: use fdatasync instead of fsync if possible
2009-09-09 Kevin Wolfqcow2: Order concurrent AIO requests on the same unallo...
2009-09-09 Kevin Wolfqcow2: Fix metadata preallocation
2009-09-09 Stefan WeilFix spelling in comment.
2009-08-29 Blue SwirlFix gcc 3 warning about uninitialized variable
2009-08-28 Stefan WeilDon't compile aio code if CONFIG_LINUX_AIO is undefined
2009-08-28 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-08-28 Christoph Hellwigraw-posix: add Linux native AIO support
2009-08-28 Christoph Hellwigraw-posix: refactor AIO support
2009-08-28 Kevin Wolfqcow2: Metadata preallocation
2009-08-28 Stefan Weilblock/vdi.c: Fix several bugs
2009-08-24 Nathan Froydeliminate errors about unused results in block/vpc.c
2009-08-24 Christoph Hellwigmake pthreads mandatory
2009-08-15 Blue SwirlUse pstrcpy to avoid OpenBSD linker warnings
2009-08-10 Stefan WeilAdd new block driver for the VDI format (only aio suppo...
2009-08-01 Blue SwirlFix Sparse warning about "expression using sizeof on...
2009-07-27 Juan Quintelarename HOST_BSD to CONFIG_BSD
2009-07-22 Kevin Wolfvmdk: Fix backing file handling
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
2009-07-16 Stefan Weilraw-posix: Handle errors in raw_create
2009-07-16 Christoph Hellwigreplace bdrv_{get, put}_buffer with bdrv_{load, save...
2009-07-10 Kevin Wolfqcow2: Fix L1 table memory allocation
2009-07-10 Kevin Wolfqcow1: Fix qcow_aio_writev
2009-07-09 G 3Substitute O_DSYNC with O_SYNC or O_FSYNC when needed.
2009-07-09 NolanAllow adjustment of http block device's readahead size...
2009-07-09 Anthony LiguoriRevert "support colon in filenames"
2009-07-09 Kevin Wolfqcow2: Make cache=writethrough default
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 Anthony LiguoriMerge commit 'block/master' into staging
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