aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2010-03-27raw-posix: Better error return values for hdev_createKevin Wolf1-3/+3
2010-03-18Replace assert(0) with abort() or cpu_abort()Blue Swirl1-10/+10
2010-03-13Fix build with -DNDEBUG in CFLAGSBlue Swirl1-0/+3
2010-03-09vmdk: share cleanup codeJuan Quintela1-9/+4
2010-03-09vmdk: fix double freeJuan Quintela1-1/+1
2010-03-09vmdk: make vmdk_snapshot_create return -errnoJuan Quintela1-21/+58
2010-03-09vmdk: return errno instead of -1Juan Quintela1-7/+7
2010-03-09qcow: return errno instead of -1Juan Quintela1-4/+4
2010-03-09qcow2: return errno instead of -1Juan Quintela1-9/+9
2010-03-09cow: return errno instead of -1Juan Quintela1-3/+2
2010-02-23qcow2: Fix image creation regressionKevin Wolf1-2/+2
2010-02-23qcow2: More checks for qemu-img checkKevin Wolf1-0/+12
2010-02-23qcow2: Rewrite alloc_refcount_block/grow_refcount_tableKevin Wolf1-88/+222
2010-02-23qcow2: Factor next_refcount_table_size outKevin Wolf1-11/+19
2010-02-19qcow2: Fix access after end of arrayKevin Wolf1-2/+6
2010-02-10don't dereference NULL after failed strdupJim Meyering2-6/+6
2010-02-10qcow2: Fix signedness bugsKevin Wolf2-10/+8
2010-02-08block/curl: %Z is not a valid conversion specifiermalc1-1/+1
2010-02-07Do not use dprintfmalc1-8/+8
2010-01-26block/raw-posix: Abort on pread beyond end of non-growable fileKevin Wolf1-1/+5
2010-01-26win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau1-1/+1
2010-01-26qcow2: rename two QCowAIOCB membersChristoph Hellwig1-29/+30
2010-01-26block: kill BDRV_O_CREATChristoph Hellwig3-15/+4
2010-01-26Read-only device changed to opens it's file for read-only.Naphtali Sprei2-8/+4
2010-01-26Ask for read-write permissions when opening filesNaphtali Sprei2-2/+2
2010-01-26block/qcow2.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov1-10/+45
2010-01-26block/vvfat.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov1-2/+7
2010-01-26block/vmdk.o: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov1-10/+40
2010-01-26block/qcow.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov1-4/+22
2010-01-26block/cow.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov1-3/+16
2010-01-26qcow2: Don't ignore qcow2_alloc_clusters return valueKevin Wolf3-3/+33
2010-01-26qcow2: Don't ignore update_refcount return valueKevin Wolf1-8/+23
2010-01-26qcow2: Allow updating no refcountsKevin Wolf1-1/+5
2010-01-26qcow2: Improve error handling in update_refcountKevin Wolf1-7/+25
2010-01-26qcow2: Fix error handling in grow_refcount_tableKevin Wolf1-3/+6
2010-01-26qcow2: Return 0/-errno in qcow2_alloc_cluster_offsetKevin Wolf3-29/+39
2010-01-26qcow2: Return 0/-errno in get_cluster_tableKevin Wolf1-12/+18
2010-01-26qcow2: Fix error handling in qcow_save_vmstateKevin Wolf1-2/+3
2010-01-26qcow2: Fix error handling in qcow2_grow_l1_tableKevin Wolf1-4/+6
2010-01-20Clean-up a little bit the RW related bits of BDRV_O_FLAGS. BDRV_O_RDONLY gone...Naphtali Sprei3-7/+8
2010-01-19raw-posix: Detect legacy floppy via ioctl on linuxCole Robinson1-2/+19
2010-01-19raw-posix: Detect CDROM via ioctl on linuxCole Robinson1-2/+18
2010-01-13qcow/qcow2: implement bdrv_aio_flushKevin Wolf2-0/+18
2010-01-13qcow2-refcount: remove dead assignmentAmit Shah1-1/+0
2010-01-13block: Add bdrv_change_backing_fileKevin Wolf1-0/+101
2010-01-11dmg: fix ->open failureChristoph Hellwig1-14/+14
2010-01-08block/vdi: allow disk sizes not multiple of block sizeFrançois Revol1-2/+5
2009-12-25block/bochs: improve format checkingBlue Swirl1-3/+10
2009-12-25block/bochs.c: fix warning with _FORTIFY_SOURCEKirill A. Shutemov1-1/+2
2009-12-03Don't leak file descriptorsKevin Wolf1-1/+1