summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Fix OpenBSD buildBlue Swirl2010-04-231-240/+240
* qcow2: Use QLIST_FOREACH_SAFE macroStefan Hajnoczi2010-04-231-8/+2
* qcow2: Return 0/-errno in l2_allocateKevin Wolf2010-04-231-17/+23
* qcow2: Return 0/-errno in write_l1_entryKevin Wolf2010-04-231-5/+5
* qcow2: Fix error return code in qcow2_alloc_cluster_link_l2Kevin Wolf2010-04-231-2/+2
* qcow2: Return 0/-errno in write_l2_entriesKevin Wolf2010-04-231-4/+5
* block: split raw_getlengthChristoph Hellwig2010-04-231-23/+42
* Replace calls of old bdrv_openKevin Wolf2010-04-233-4/+7
* qcow2: Fix creation of large imagesKevin Wolf2010-04-231-10/+33
* qcow2: Trigger blkdebug eventsKevin Wolf2010-04-234-0/+81
* blkdebug: Add events and rulesKevin Wolf2010-04-231-1/+249
* blkdebug: Inject errorsKevin Wolf2010-04-231-0/+81
* blkdebug: Basic request passthroughKevin Wolf2010-04-231-0/+104
* raw-posix: don't assign bs->read_onlyChristoph Hellwig2010-04-101-1/+0
* qcow2: Remove request from in-flight list after errorKevin Wolf2010-04-102-1/+6
* qcow2: Don't ignore immediate read/write failuresKevin Wolf2010-04-101-2/+6
* raw-posix: Better error return values for hdev_createKevin Wolf2010-03-271-3/+3
* Replace assert(0) with abort() or cpu_abort()Blue Swirl2010-03-181-10/+10
* Fix build with -DNDEBUG in CFLAGSBlue Swirl2010-03-131-0/+3
* vmdk: share cleanup codeJuan Quintela2010-03-091-9/+4
* vmdk: fix double freeJuan Quintela2010-03-091-1/+1
* vmdk: make vmdk_snapshot_create return -errnoJuan Quintela2010-03-091-21/+58
* vmdk: return errno instead of -1Juan Quintela2010-03-091-7/+7
* qcow: return errno instead of -1Juan Quintela2010-03-091-4/+4
* qcow2: return errno instead of -1Juan Quintela2010-03-091-9/+9
* cow: return errno instead of -1Juan Quintela2010-03-091-3/+2
* qcow2: Fix image creation regressionKevin Wolf2010-02-231-2/+2
* qcow2: More checks for qemu-img checkKevin Wolf2010-02-231-0/+12
* qcow2: Rewrite alloc_refcount_block/grow_refcount_tableKevin Wolf2010-02-231-88/+222
* qcow2: Factor next_refcount_table_size outKevin Wolf2010-02-231-11/+19
* qcow2: Fix access after end of arrayKevin Wolf2010-02-191-2/+6
* don't dereference NULL after failed strdupJim Meyering2010-02-102-6/+6
* qcow2: Fix signedness bugsKevin Wolf2010-02-102-10/+8
* block/curl: %Z is not a valid conversion specifiermalc2010-02-081-1/+1
* Do not use dprintfmalc2010-02-071-8/+8
* block/raw-posix: Abort on pread beyond end of non-growable fileKevin Wolf2010-01-261-1/+5
* win32: pair qemu_memalign() with qemu_vfree()Herve Poussineau2010-01-261-1/+1
* qcow2: rename two QCowAIOCB membersChristoph Hellwig2010-01-261-29/+30
* block: kill BDRV_O_CREATChristoph Hellwig2010-01-263-15/+4
* Read-only device changed to opens it's file for read-only.Naphtali Sprei2010-01-262-8/+4
* Ask for read-write permissions when opening filesNaphtali Sprei2010-01-262-2/+2
* block/qcow2.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov2010-01-261-10/+45
* block/vvfat.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov2010-01-261-2/+7
* block/vmdk.o: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov2010-01-261-10/+40
* block/qcow.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov2010-01-261-4/+22
* block/cow.c: fix warnings with _FORTIFY_SOURCEKirill A. Shutemov2010-01-261-3/+16
* qcow2: Don't ignore qcow2_alloc_clusters return valueKevin Wolf2010-01-263-3/+33
* qcow2: Don't ignore update_refcount return valueKevin Wolf2010-01-261-8/+23
* qcow2: Allow updating no refcountsKevin Wolf2010-01-261-1/+5
* qcow2: Improve error handling in update_refcountKevin Wolf2010-01-261-7/+25
OpenPOWER on IntegriCloud