aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2010-03-18Replace assert(0) with abort() or cpu_abort()Blue Swirl
2010-03-13Fix build with -DNDEBUG in CFLAGSBlue Swirl
2010-03-09vmdk: share cleanup codeJuan Quintela
2010-03-09vmdk: fix double freeJuan Quintela
2010-03-09vmdk: make vmdk_snapshot_create return -errnoJuan Quintela
2010-03-09vmdk: return errno instead of -1Juan Quintela
2010-03-09qcow: return errno instead of -1Juan Quintela
2010-03-09qcow2: return errno instead of -1Juan Quintela
2010-03-09cow: return errno instead of -1Juan Quintela
2010-02-23qcow2: Fix image creation regressionKevin Wolf
2010-02-23qcow2: More checks for qemu-img checkKevin Wolf
2010-02-23qcow2: Rewrite alloc_refcount_block/grow_refcount_tableKevin Wolf
2010-02-23qcow2: Factor next_refcount_table_size outKevin Wolf
2010-02-19qcow2: Fix access after end of arrayKevin Wolf
2010-02-10don't dereference NULL after failed strdupJim Meyering
2010-02-10qcow2: Fix signedness bugsKevin Wolf
2010-02-08block/curl: %Z is not a valid conversion specifiermalc
2010-02-07Do not use dprintfmalc
2010-01-26block/raw-posix: Abort on pread beyond end of non-growable fileKevin Wolf
2010-01-26win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau
2010-01-26qcow2: rename two QCowAIOCB membersChristoph Hellwig
2010-01-26block: kill BDRV_O_CREATChristoph Hellwig
2010-01-26Read-only device changed to opens it's file for read-only.Naphtali Sprei
2010-01-26Ask for read-write permissions when opening filesNaphtali Sprei
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