summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2010-01-26block/qcow2.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-26block/vvfat.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-26block/vmdk.o: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-26block/qcow.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-26block/cow.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov
2010-01-26qcow2: Don't ignore qcow2_alloc_clusters return valueKevin Wolf
2010-01-26qcow2: Don't ignore update_refcount return valueKevin Wolf
2010-01-26qcow2: Allow updating no refcountsKevin Wolf
2010-01-26qcow2: Improve error handling in update_refcountKevin Wolf
2010-01-26qcow2: Fix error handling in grow_refcount_tableKevin Wolf
2010-01-26qcow2: Return 0/-errno in qcow2_alloc_cluster_offsetKevin Wolf
2010-01-26qcow2: Return 0/-errno in get_cluster_tableKevin Wolf
2010-01-26qcow2: Fix error handling in qcow_save_vmstateKevin Wolf
2010-01-26qcow2: Fix error handling in qcow2_grow_l1_tableKevin Wolf
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei
2010-01-19raw-posix: Detect legacy floppy via ioctl on linuxCole Robinson
2010-01-19raw-posix: Detect CDROM via ioctl on linuxCole Robinson
2010-01-13qcow/qcow2: implement bdrv_aio_flushKevin Wolf
2010-01-13qcow2-refcount: remove dead assignmentAmit Shah
2010-01-13block: Add bdrv_change_backing_fileKevin Wolf
2010-01-11dmg: fix ->open failureChristoph Hellwig
2010-01-08block/vdi: allow disk sizes not multiple of block sizeFrançois Revol
2009-12-25block/bochs: improve format checkingBlue Swirl
2009-12-25block/bochs.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov
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