aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2010-02-23qcow2: Fix access after end of arrayKevin Wolf
2010-02-23don't dereference NULL after failed strdupJim Meyering
2010-02-23qcow2: Fix signedness bugsKevin Wolf
2010-01-27qcow2: Don't ignore qcow2_alloc_clusters return valueKevin Wolf
2010-01-27qcow2: Don't ignore update_refcount return valueKevin Wolf
2010-01-27qcow2: Allow updating no refcountsKevin Wolf
2010-01-27qcow2: Improve error handling in update_refcountKevin Wolf
2010-01-27qcow2: Fix error handling in grow_refcount_tableKevin Wolf
2010-01-27qcow2: Return 0/-errno in qcow2_alloc_cluster_offsetKevin Wolf
2010-01-27qcow2: Return 0/-errno in get_cluster_tableKevin Wolf
2010-01-27qcow2: Fix error handling in qcow_save_vmstateKevin Wolf
2010-01-27qcow2: Fix error handling in qcow2_grow_l1_tableKevin Wolf
2010-01-26win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau
2010-01-12dmg: fix ->open failureChristoph Hellwig
2009-12-03Don't leak file descriptorsKevin Wolf
2009-12-03qemu-img: There is more than one host device driverKevin Wolf
2009-12-03qcow2: Fix some more qemu_malloc falloutKevin Wolf
2009-12-03qcow2: Store exact backing format lengthKevin Wolf
2009-11-29Add support for GNU/kFreeBSDAurelien Jarno
2009-11-12Fix 32-bit overflow in parallels image supportDavid Woodhouse
2009-11-09qcow2: Allow qcow2 disk images with size zeroStefan Weil
2009-10-30Remove aio_ctx from paio_* interfaceKevin Wolf
2009-10-27Revert "qcow2: Bring synchronous read/write back to life"Kevin Wolf
2009-10-27Add qemu_aio_process_queue()Kevin Wolf
2009-10-27raw/linux-aio: Also initialize POSIX AIOKevin Wolf
2009-10-27qcow2: Fix grow_refcount_table error handlingKevin Wolf
2009-10-15qcow2: Bring synchronous read/write back to lifeKevin Wolf
2009-10-05block/raw: Add create_options for host_deviceKevin Wolf
2009-10-05qcow2: Increase maximum cluster size to 2 MBKevin Wolf
2009-10-04Check availability of uuid header / libraryStefan Weil
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc
2009-09-30vvfat: fix coding style nitMichael S. Tsirkin
2009-09-12Fix signedness warnings on OpenSolarisBlue Swirl
2009-09-12Fix sys-queue.h conflict for goodBlue Swirl
2009-09-11block: add aio_flush operationChristoph Hellwig
2009-09-11block: use fdatasync instead of fsync if possibleChristoph Hellwig
2009-09-09qcow2: Order concurrent AIO requests on the same unallocated clusterKevin Wolf
2009-09-09qcow2: Fix metadata preallocationKevin Wolf
2009-09-09Fix spelling in comment.Stefan Weil
2009-08-29Fix gcc 3 warning about uninitialized variableBlue Swirl
2009-08-28Don't compile aio code if CONFIG_LINUX_AIO is undefinedStefan Weil
2009-08-27raw-posix: add Linux native AIO supportChristoph Hellwig
2009-08-27raw-posix: refactor AIO supportChristoph Hellwig
2009-08-27qcow2: Metadata preallocationKevin Wolf
2009-08-27block/vdi.c: Fix several bugsStefan Weil
2009-08-24eliminate errors about unused results in block/vpc.cNathan Froyd
2009-08-24make pthreads mandatoryChristoph Hellwig
2009-08-15Use pstrcpy to avoid OpenBSD linker warningsBlue Swirl
2009-08-10Add new block driver for the VDI format (only aio supported)Stefan Weil