Age | Commit message (Expand) | Author | Files | Lines |
2010-01-26 | block/qcow2.c: fix warnings with _FORTIFY_SOURCE | Kirill A. Shutemov | 1 | -10/+45 |
2010-01-26 | block/vvfat.c: fix warnings with _FORTIFY_SOURCE | Kirill A. Shutemov | 1 | -2/+7 |
2010-01-26 | block/vmdk.o: fix warnings with _FORTIFY_SOURCE | Kirill A. Shutemov | 1 | -10/+40 |
2010-01-26 | block/qcow.c: fix warnings with _FORTIFY_SOURCE | Kirill A. Shutemov | 1 | -4/+22 |
2010-01-26 | block/cow.c: fix warnings with _FORTIFY_SOURCE | Kirill A. Shutemov | 1 | -3/+16 |
2010-01-26 | qcow2: Don't ignore qcow2_alloc_clusters return value | Kevin Wolf | 3 | -3/+33 |
2010-01-26 | qcow2: Don't ignore update_refcount return value | Kevin Wolf | 1 | -8/+23 |
2010-01-26 | qcow2: Allow updating no refcounts | Kevin Wolf | 1 | -1/+5 |
2010-01-26 | qcow2: Improve error handling in update_refcount | Kevin Wolf | 1 | -7/+25 |
2010-01-26 | qcow2: Fix error handling in grow_refcount_table | Kevin Wolf | 1 | -3/+6 |
2010-01-26 | qcow2: Return 0/-errno in qcow2_alloc_cluster_offset | Kevin Wolf | 3 | -29/+39 |
2010-01-26 | qcow2: Return 0/-errno in get_cluster_table | Kevin Wolf | 1 | -12/+18 |
2010-01-26 | qcow2: Fix error handling in qcow_save_vmstate | Kevin Wolf | 1 | -2/+3 |
2010-01-26 | qcow2: Fix error handling in qcow2_grow_l1_table | Kevin Wolf | 1 | -4/+6 |
2010-01-20 | Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone... | Naphtali Sprei | 3 | -7/+8 |
2010-01-19 | raw-posix: Detect legacy floppy via ioctl on linux | Cole Robinson | 1 | -2/+19 |
2010-01-19 | raw-posix: Detect CDROM via ioctl on linux | Cole Robinson | 1 | -2/+18 |
2010-01-13 | qcow/qcow2: implement bdrv_aio_flush | Kevin Wolf | 2 | -0/+18 |
2010-01-13 | qcow2-refcount: remove dead assignment | Amit Shah | 1 | -1/+0 |
2010-01-13 | block: Add bdrv_change_backing_file | Kevin Wolf | 1 | -0/+101 |
2010-01-11 | dmg: fix ->open failure | Christoph Hellwig | 1 | -14/+14 |
2010-01-08 | block/vdi: allow disk sizes not multiple of block size | François Revol | 1 | -2/+5 |
2009-12-25 | block/bochs: improve format checking | Blue Swirl | 1 | -3/+10 |
2009-12-25 | block/bochs.c: fix warning with _FORTIFY_SOURCE | Kirill A. Shutemov | 1 | -1/+2 |
2009-12-03 | Don't leak file descriptors | Kevin Wolf | 1 | -1/+1 |
2009-12-03 | qemu-img: There is more than one host device driver | Kevin Wolf | 1 | -0/+4 |
2009-12-03 | qcow2: Fix some more qemu_malloc fallout | Kevin Wolf | 2 | -8/+21 |
2009-12-03 | qcow2: Store exact backing format length | Kevin Wolf | 1 | -7/+9 |
2009-11-29 | Add support for GNU/kFreeBSD | Aurelien Jarno | 1 | -8/+8 |
2009-11-12 | Fix 32-bit overflow in parallels image support | David Woodhouse | 1 | -2/+3 |
2009-11-09 | qcow2: Allow qcow2 disk images with size zero | Stefan Weil | 2 | -9/+13 |
2009-10-30 | Remove aio_ctx from paio_* interface | Kevin Wolf | 2 | -8/+6 |
2009-10-27 | Revert "qcow2: Bring synchronous read/write back to life" | Kevin Wolf | 3 | -55/+5 |
2009-10-27 | Add qemu_aio_process_queue() | Kevin Wolf | 1 | -4/+4 |
2009-10-27 | raw/linux-aio: Also initialize POSIX AIO | Kevin Wolf | 1 | -0/+4 |
2009-10-27 | qcow2: Fix grow_refcount_table error handling | Kevin Wolf | 1 | -1/+0 |
2009-10-15 | qcow2: Bring synchronous read/write back to life | Kevin Wolf | 3 | -5/+55 |
2009-10-05 | block/raw: Add create_options for host_device | Kevin Wolf | 1 | -6/+10 |
2009-10-05 | qcow2: Increase maximum cluster size to 2 MB | Kevin Wolf | 3 | -8/+11 |
2009-10-04 | Check availability of uuid header / library | Stefan Weil | 1 | -2/+2 |
2009-10-01 | Revert "Get rid of _t suffix" | Anthony Liguori | 1 | -144/+144 |
2009-10-01 | Get rid of _t suffix | malc | 1 | -144/+144 |
2009-09-30 | vvfat: fix coding style nit | Michael S. Tsirkin | 1 | -2/+2 |
2009-09-12 | Fix signedness warnings on OpenSolaris | Blue Swirl | 1 | -4/+4 |
2009-09-12 | Fix sys-queue.h conflict for good | Blue Swirl | 3 | -13/+13 |
2009-09-11 | block: add aio_flush operation | Christoph Hellwig | 2 | -1/+19 |
2009-09-11 | block: use fdatasync instead of fsync if possible | Christoph Hellwig | 2 | -2/+2 |
2009-09-09 | qcow2: Order concurrent AIO requests on the same unallocated cluster | Kevin Wolf | 3 | -5/+96 |
2009-09-09 | qcow2: Fix metadata preallocation | Kevin Wolf | 1 | -1/+3 |
2009-09-09 | Fix spelling in comment. | Stefan Weil | 1 | -1/+1 |