aboutsummaryrefslogtreecommitdiff
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* qcow2: Remove request from in-flight list after errorKevin Wolf2010-04-102-1/+6
* qcow2: Don't ignore immediate read/write failuresKevin Wolf2010-04-101-2/+6
* qcow2: Rewrite alloc_refcount_block/grow_refcount_tableKevin Wolf2010-04-091-88/+222
* qcow2: Factor next_refcount_table_size outKevin Wolf2010-04-091-11/+19
* qcow2: Fix access after end of arrayKevin Wolf2010-02-231-2/+6
* don't dereference NULL after failed strdupJim Meyering2010-02-232-6/+6
* qcow2: Fix signedness bugsKevin Wolf2010-02-232-10/+8
* qcow2: Don't ignore qcow2_alloc_clusters return valueKevin Wolf2010-01-273-3/+33
* qcow2: Don't ignore update_refcount return valueKevin Wolf2010-01-271-8/+23
* qcow2: Allow updating no refcountsKevin Wolf2010-01-271-1/+5
* qcow2: Improve error handling in update_refcountKevin Wolf2010-01-271-7/+25
* qcow2: Fix error handling in grow_refcount_tableKevin Wolf2010-01-271-3/+6
* qcow2: Return 0/-errno in qcow2_alloc_cluster_offsetKevin Wolf2010-01-273-29/+39
* qcow2: Return 0/-errno in get_cluster_tableKevin Wolf2010-01-271-12/+18
* qcow2: Fix error handling in qcow_save_vmstateKevin Wolf2010-01-271-2/+3
* qcow2: Fix error handling in qcow2_grow_l1_tableKevin Wolf2010-01-271-4/+6
* win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau2010-01-261-1/+1
* dmg: fix ->open failureChristoph Hellwig2010-01-121-14/+14
* Don't leak file descriptorsKevin Wolf2009-12-031-1/+1
* qemu-img: There is more than one host device driverKevin Wolf2009-12-031-0/+4
* qcow2: Fix some more qemu_malloc falloutKevin Wolf2009-12-032-8/+21
* qcow2: Store exact backing format lengthKevin Wolf2009-12-031-7/+9
* Add support for GNU/kFreeBSDAurelien Jarno2009-11-291-8/+8
* Fix 32-bit overflow in parallels image supportDavid Woodhouse2009-11-121-2/+3
* qcow2: Allow qcow2 disk images with size zeroStefan Weil2009-11-092-9/+13
* Remove aio_ctx from paio_* interfaceKevin Wolf2009-10-302-8/+6
* Revert "qcow2: Bring synchronous read/write back to life"Kevin Wolf2009-10-273-55/+5
* Add qemu_aio_process_queue()Kevin Wolf2009-10-271-4/+4
* raw/linux-aio: Also initialize POSIX AIOKevin Wolf2009-10-271-0/+4
* qcow2: Fix grow_refcount_table error handlingKevin Wolf2009-10-271-1/+0
* qcow2: Bring synchronous read/write back to lifeKevin Wolf2009-10-153-5/+55
* block/raw: Add create_options for host_deviceKevin Wolf2009-10-051-6/+10
* qcow2: Increase maximum cluster size to 2 MBKevin Wolf2009-10-053-8/+11
* Check availability of uuid header / libraryStefan Weil2009-10-041-2/+2
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-144/+144
* Get rid of _t suffixmalc2009-10-011-144/+144
* vvfat: fix coding style nitMichael S. Tsirkin2009-09-301-2/+2
* Fix signedness warnings on OpenSolarisBlue Swirl2009-09-121-4/+4
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-123-13/+13
* block: add aio_flush operationChristoph Hellwig2009-09-112-1/+19
* block: use fdatasync instead of fsync if possibleChristoph Hellwig2009-09-112-2/+2
* qcow2: Order concurrent AIO requests on the same unallocated clusterKevin Wolf2009-09-093-5/+96
* qcow2: Fix metadata preallocationKevin Wolf2009-09-091-1/+3
* Fix spelling in comment.Stefan Weil2009-09-091-1/+1
* Fix gcc 3 warning about uninitialized variableBlue Swirl2009-08-291-1/+1
* Don't compile aio code if CONFIG_LINUX_AIO is undefinedStefan Weil2009-08-281-1/+7
* raw-posix: add Linux native AIO supportChristoph Hellwig2009-08-272-5/+31
* raw-posix: refactor AIO supportChristoph Hellwig2009-08-272-236/+75
* qcow2: Metadata preallocationKevin Wolf2009-08-271-2/+79
* block/vdi.c: Fix several bugsStefan Weil2009-08-271-4/+9