Age | Commit message (Expand) | Author |
2010-04-10 | raw-posix: don't assign bs->read_only | Christoph Hellwig |
2010-04-10 | qcow2: Remove request from in-flight list after error | Kevin Wolf |
2010-04-10 | qcow2: Don't ignore immediate read/write failures | Kevin Wolf |
2010-03-27 | raw-posix: Better error return values for hdev_create | Kevin Wolf |
2010-03-18 | Replace assert(0) with abort() or cpu_abort() | Blue Swirl |
2010-03-13 | Fix build with -DNDEBUG in CFLAGS | Blue Swirl |
2010-03-09 | vmdk: share cleanup code | Juan Quintela |
2010-03-09 | vmdk: fix double free | Juan Quintela |
2010-03-09 | vmdk: make vmdk_snapshot_create return -errno | Juan Quintela |
2010-03-09 | vmdk: return errno instead of -1 | Juan Quintela |
2010-03-09 | qcow: return errno instead of -1 | Juan Quintela |
2010-03-09 | qcow2: return errno instead of -1 | Juan Quintela |
2010-03-09 | cow: return errno instead of -1 | Juan Quintela |
2010-02-23 | qcow2: Fix image creation regression | Kevin Wolf |
2010-02-23 | qcow2: More checks for qemu-img check | Kevin Wolf |
2010-02-23 | qcow2: Rewrite alloc_refcount_block/grow_refcount_table | Kevin Wolf |
2010-02-23 | qcow2: Factor next_refcount_table_size out | Kevin Wolf |
2010-02-19 | qcow2: Fix access after end of array | Kevin Wolf |
2010-02-10 | don't dereference NULL after failed strdup | Jim Meyering |
2010-02-10 | qcow2: Fix signedness bugs | Kevin Wolf |
2010-02-08 | block/curl: %Z is not a valid conversion specifier | malc |
2010-02-07 | Do not use dprintf | malc |
2010-01-26 | block/raw-posix: Abort on pread beyond end of non-growable file | Kevin Wolf |
2010-01-26 | win32: pair qemu_memalign() with qemu_vfree() | Herve Poussineau |
2010-01-26 | qcow2: rename two QCowAIOCB members | Christoph Hellwig |
2010-01-26 | block: kill BDRV_O_CREAT | Christoph Hellwig |
2010-01-26 | Read-only device changed to opens it's file for read-only. | Naphtali Sprei |
2010-01-26 | Ask for read-write permissions when opening files | Naphtali Sprei |
2010-01-26 | block/qcow2.c: fix warnings with _FORTIFY_SOURCE | Kirill A. Shutemov |
2010-01-26 | block/vvfat.c: fix warnings with _FORTIFY_SOURCE | Kirill A. Shutemov |
2010-01-26 | block/vmdk.o: fix warnings with _FORTIFY_SOURCE | Kirill A. Shutemov |
2010-01-26 | block/qcow.c: fix warnings with _FORTIFY_SOURCE | Kirill A. Shutemov |
2010-01-26 | block/cow.c: fix warnings with _FORTIFY_SOURCE | Kirill A. Shutemov |
2010-01-26 | qcow2: Don't ignore qcow2_alloc_clusters return value | Kevin Wolf |
2010-01-26 | qcow2: Don't ignore update_refcount return value | Kevin Wolf |
2010-01-26 | qcow2: Allow updating no refcounts | Kevin Wolf |
2010-01-26 | qcow2: Improve error handling in update_refcount | Kevin Wolf |
2010-01-26 | qcow2: Fix error handling in grow_refcount_table | Kevin Wolf |
2010-01-26 | qcow2: Return 0/-errno in qcow2_alloc_cluster_offset | Kevin Wolf |
2010-01-26 | qcow2: Return 0/-errno in get_cluster_table | Kevin Wolf |
2010-01-26 | qcow2: Fix error handling in qcow_save_vmstate | Kevin Wolf |
2010-01-26 | qcow2: Fix error handling in qcow2_grow_l1_table | Kevin Wolf |
2010-01-20 | Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone... | Naphtali Sprei |
2010-01-19 | raw-posix: Detect legacy floppy via ioctl on linux | Cole Robinson |
2010-01-19 | raw-posix: Detect CDROM via ioctl on linux | Cole Robinson |
2010-01-13 | qcow/qcow2: implement bdrv_aio_flush | Kevin Wolf |
2010-01-13 | qcow2-refcount: remove dead assignment | Amit Shah |
2010-01-13 | block: Add bdrv_change_backing_file | Kevin Wolf |
2010-01-11 | dmg: fix ->open failure | Christoph Hellwig |
2010-01-08 | block/vdi: allow disk sizes not multiple of block size | François Revol |