summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
* cloop: use qemu block APIChristoph Hellwig2010-05-171-14/+12
* cloop: use preadChristoph Hellwig2010-05-171-15/+17
* qcow2: Remove static forward declarationKevin Wolf2010-05-071-3/+2
* Revert "Fix OpenBSD build"Kevin Wolf2010-05-071-245/+245
* qcow2: Implement bdrv_truncate() for growing imagesStefan Hajnoczi2010-05-032-4/+48
* qcow2: Remove abort on free_clusters failureKevin Wolf2010-05-031-1/+1
* raw-posix: Use pread/pwrite instead of lseek+read/writeStefan Hajnoczi2010-05-031-33/+4
* qcow2: Avoid shadowing variable in alloc_clusters_noref()Stefan Hajnoczi2010-05-031-2/+2
* vmdk: Convert to bdrv_openKevin Wolf2010-05-031-30/+21
* vmdk: Clean up backing file handlingKevin Wolf2010-05-031-49/+9
* vmdk: Fix COWKevin Wolf2010-05-031-24/+11
* block: Open the underlying image file in generic codeKevin Wolf2010-05-0321-274/+208
* block: separate raw images from the file protocolChristoph Hellwig2010-05-033-10/+188
* Fix dead initialization, spotted by clang analyzerBlue Swirl2010-04-251-1/+1
* 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
OpenPOWER on IntegriCloud