]> git.proxmox.com Git - qemu.git/history - block
make qemu_thread_create block all signals
[qemu.git] / block /
2010-06-14 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-14 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-06-13 Paul BrookMove stdbool.h
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-04 Jes SorensenCleanup: raw-posix.c: Be more consistent using BDRV_SEC...
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-28 Kevin Wolfqcow2: Fix corruption after error in update_refcount
2010-05-28 Kevin Wolfqcow2: Fix corruption after refblock allocation
2010-05-28 Kevin Wolfqcow2: Return right error code in write_refcount_block_...
2010-05-28 Kevin Wolfqcow2: Change l2_load to return 0/-errno
2010-05-28 Kevin Wolfqcow2: Allow qcow2_get_cluster_offset to return errors
2010-05-28 Kevin Wolfqcow2: Fix error handling in l2_allocate
2010-05-28 Kevin Wolfqcow2: Clear L2 table cache after write error
2010-05-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-24 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-05-22 Blue SwirlFix %lld or %llx printf format use
2010-05-21 Kevin Wolfvvfat: More build fixes with DEBUG
2010-05-21 Riccardo Magliocchettivvfat: Fix compilation with DEBUG defined
2010-05-17 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-17 Stefan Weilblock/vdi: Fix image opening and creation for odd disk...
2010-05-17 Christoph Hellwigdmg: use qemu block API
2010-05-17 Christoph Hellwigdmg: use pread
2010-05-17 Christoph Hellwigdmg: fix reading of uncompressed chunks
2010-05-17 Stefan Weilblock/vpc: Fix conversion from size to disk geometry
2010-05-17 Christoph Hellwigparallels: use qemu block API
2010-05-17 Christoph Hellwigparallels: use pread
2010-05-17 Stefan Weilblock/vdi: Allow disk images of size 0
2010-05-17 Kevin Wolfblock: Avoid unchecked casts for AIOCBs
2010-05-17 Christoph Hellwigbochs: use qemu block API
2010-05-17 Christoph Hellwigbochs: use pread
2010-05-17 Christoph Hellwigcloop: use qemu block API
2010-05-17 Christoph Hellwigcloop: use pread
2010-05-07 Kevin Wolfqcow2: Remove static forward declaration
2010-05-07 Kevin WolfRevert "Fix OpenBSD build"
2010-05-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into HEAD
2010-05-03 Stefan Hajnocziqcow2: Implement bdrv_truncate() for growing images
2010-05-03 Kevin Wolfqcow2: Remove abort on free_clusters failure
2010-05-03 Stefan Hajnocziraw-posix: Use pread/pwrite instead of lseek+read/write
2010-05-03 Stefan Hajnocziqcow2: Avoid shadowing variable in alloc_clusters_noref()
2010-05-03 Kevin Wolfvmdk: Convert to bdrv_open
2010-05-03 Kevin Wolfvmdk: Clean up backing file handling
2010-05-03 Kevin Wolfvmdk: Fix COW
2010-05-03 Kevin Wolfblock: Open the underlying image file in generic code
2010-05-03 Christoph Hellwigblock: separate raw images from the file protocol
2010-04-25 Blue SwirlFix dead initialization, spotted by clang analyzer
2010-04-23 Blue SwirlFix OpenBSD build
2010-04-23 Anthony LiguoriMerge remote branch 'origin/master' into staging
2010-04-23 Stefan Hajnocziqcow2: Use QLIST_FOREACH_SAFE macro
2010-04-23 Kevin Wolfqcow2: Return 0/-errno in l2_allocate
2010-04-23 Kevin Wolfqcow2: Return 0/-errno in write_l1_entry
2010-04-23 Kevin Wolfqcow2: Fix error return code in qcow2_alloc_cluster_link_l2
2010-04-23 Kevin Wolfqcow2: Return 0/-errno in write_l2_entries
2010-04-23 Christoph Hellwigblock: split raw_getlength
2010-04-23 Kevin WolfReplace calls of old bdrv_open
2010-04-23 Kevin Wolfqcow2: Fix creation of large images
2010-04-23 Kevin Wolfqcow2: Trigger blkdebug events
2010-04-23 Kevin Wolfblkdebug: Add events and rules
2010-04-23 Kevin Wolfblkdebug: Inject errors
2010-04-23 Kevin Wolfblkdebug: Basic request passthrough
2010-04-14 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-04-10 Christoph Hellwigraw-posix: don't assign bs->read_only
2010-04-09 Kevin Wolfqcow2: Remove request from in-flight list after error
2010-04-09 Kevin Wolfqcow2: Don't ignore immediate read/write failures
2010-03-27 Kevin Wolfraw-posix: Better error return values for hdev_create
2010-03-18 Blue SwirlReplace assert(0) with abort() or cpu_abort()
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-13 Blue SwirlFix build with -DNDEBUG in CFLAGS
2010-03-09 Juan Quintelavmdk: share cleanup code
2010-03-09 Juan Quintelavmdk: fix double free
2010-03-09 Juan Quintelavmdk: make vmdk_snapshot_create return -errno
2010-03-09 Juan Quintelavmdk: return errno instead of -1
2010-03-09 Juan Quintelaqcow: return errno instead of -1
2010-03-09 Juan Quintelaqcow2: return errno instead of -1
2010-03-09 Juan Quintelacow: return errno instead of -1
2010-02-23 Kevin Wolfqcow2: Fix image creation regression
2010-02-23 Kevin Wolfqcow2: More checks for qemu-img check
2010-02-23 Kevin Wolfqcow2: Rewrite alloc_refcount_block/grow_refcount_table
2010-02-23 Kevin Wolfqcow2: Factor next_refcount_table_size out
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-19 Kevin Wolfqcow2: Fix access after end of array
2010-02-13 Blue SwirlMerge branch 'for_anthony' of git://git.kernel.org...
2010-02-10 Jim Meyeringdon't dereference NULL after failed strdup
2010-02-10 Kevin Wolfqcow2: Fix signedness bugs
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-08 malcblock/curl: %Z is not a valid conversion specifier
2010-02-06 malcDo not use dprintf
2010-01-26 Kevin Wolfblock/raw-posix: Abort on pread beyond end of non-growa...
2010-01-26 Herve Poussineauwin32: pair qemu_memalign() with qemu_vfree()
2010-01-26 Christoph Hellwigqcow2: rename two QCowAIOCB members
2010-01-26 Christoph Hellwigblock: kill BDRV_O_CREAT
2010-01-26 Naphtali SpreiRead-only device changed to opens it's file for read...
2010-01-26 Naphtali SpreiAsk for read-write permissions when opening files
2010-01-26 Kirill A. Shutemovblock/qcow2.c: fix warnings with _FORTIFY_SOURCE
2010-01-26 Kirill A. Shutemovblock/vvfat.c: fix warnings with _FORTIFY_SOURCE
2010-01-26 Kirill A. Shutemovblock/vmdk.o: fix warnings with _FORTIFY_SOURCE
2010-01-26 Kirill A. Shutemovblock/qcow.c: fix warnings with _FORTIFY_SOURCE
2010-01-26 Kirill A. Shutemovblock/cow.c: fix warnings with _FORTIFY_SOURCE
2010-01-26 Kevin Wolfqcow2: Don't ignore qcow2_alloc_clusters return value
2010-01-26 Kevin Wolfqcow2: Don't ignore update_refcount return value
next