]> git.proxmox.com Git - qemu.git/history - block
mips-dis: Add missing static attributes
[qemu.git] / block /
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
2010-01-26 Kevin Wolfqcow2: Allow updating no refcounts
2010-01-26 Kevin Wolfqcow2: Improve error handling in update_refcount
2010-01-26 Kevin Wolfqcow2: Fix error handling in grow_refcount_table
2010-01-26 Kevin Wolfqcow2: Return 0/-errno in qcow2_alloc_cluster_offset
2010-01-26 Kevin Wolfqcow2: Return 0/-errno in get_cluster_table
2010-01-26 Kevin Wolfqcow2: Fix error handling in qcow_save_vmstate
2010-01-26 Kevin Wolfqcow2: Fix error handling in qcow2_grow_l1_table
2010-01-20 Naphtali SpreiClean-up a little bit the RW related bits of BDRV_O_FLA...
2010-01-19 Cole Robinsonraw-posix: Detect legacy floppy via ioctl on linux
2010-01-19 Cole Robinsonraw-posix: Detect CDROM via ioctl on linux
2010-01-13 Kevin Wolfqcow/qcow2: implement bdrv_aio_flush
2010-01-13 Amit Shahqcow2-refcount: remove dead assignment
2010-01-13 Kevin Wolfblock: Add bdrv_change_backing_file
2010-01-11 Christoph Hellwigdmg: fix ->open failure
2010-01-08 François Revolblock/vdi: allow disk sizes not multiple of block size
2010-01-06 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2009-12-25 Blue Swirlblock/bochs: improve format checking
2009-12-25 Kirill A. Shutemovblock/bochs.c: fix warning with _FORTIFY_SOURCE
2009-12-03 Kevin WolfDon't leak file descriptors
2009-12-03 Kevin Wolfqemu-img: There is more than one host device driver
2009-12-03 Kevin Wolfqcow2: Fix some more qemu_malloc fallout
2009-12-03 Kevin Wolfqcow2: Store exact backing format length
2009-12-01 Anthony LiguoriMerge commit 'mst/for_anthony' into mst
2009-11-29 Aurelien JarnoAdd support for GNU/kFreeBSD
2009-11-12 David WoodhouseFix 32-bit overflow in parallels image support
2009-11-09 Stefan Weilqcow2: Allow qcow2 disk images with size zero
2009-10-30 Kevin WolfRemove aio_ctx from paio_* interface
2009-10-27 Kevin WolfRevert "qcow2: Bring synchronous read/write back to...
2009-10-27 Kevin WolfAdd qemu_aio_process_queue()
2009-10-27 Kevin Wolfraw/linux-aio: Also initialize POSIX AIO
2009-10-27 Kevin Wolfqcow2: Fix grow_refcount_table error handling
2009-10-15 Kevin Wolfqcow2: Bring synchronous read/write back to life
next