aboutsummaryrefslogtreecommitdiff
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* qed: Fix consistency check on 32-bit hostsStefan Hajnoczi2011-05-032-3/+3
* qcow2: Fix order in L2 table COWKevin Wolf2011-02-111-3/+6
* qed: Report error for unsupported featuresKevin Wolf2011-02-111-1/+8
* qcow2: Report error for version > 2Kevin Wolf2011-02-111-2/+11
* qcow2: Fix error handling for reading compressed clustersKevin Wolf2011-02-112-3/+5
* qcow2: Fix error handling for immediate backing file read failureKevin Wolf2011-02-111-1/+3
* QCOW2: bug fix - read base image beyond its sizeChunqiang Tang2011-02-111-3/+2
* block/vdi: Fix wrong size in conditionally used memset, memcmpStefan Weil2011-02-071-2/+2
* qcow2: Really use cache=unsafe for image creationKevin Wolf2011-02-071-1/+2
* qcow2-refcount: remove write-only variablesBlue Swirl2011-01-311-4/+1
* raw-win32: Fix bdrv_flush return valueKevin Wolf2011-01-311-1/+1
* qed: Images with backing file do not require QED_F_NEED_CHECKStefan Hajnoczi2011-01-311-7/+17
* qcow2: Add bdrv_discard supportKevin Wolf2011-01-313-0/+92
* sheepdog: support creating images on remote hostsMORITA Kazutaka2011-01-311-3/+14
* Reorganize struct Qcow2Cache for better struct packingJes Sorensen2011-01-311-1/+1
* qed: Refuse to create images on block devicesStefan Hajnoczi2011-01-241-0/+6
* qcow2: Batch flushes for COWKevin Wolf2011-01-243-4/+19
* qcow2: Use QcowCacheKevin Wolf2011-01-245-298/+240
* qcow2: Add QcowCacheKevin Wolf2011-01-242-0/+309
* qcow2: fix unaligned accessAurelien Jarno2011-01-241-1/+1
* vpc: fix a file descriptor leakBlue Swirl2011-01-121-17/+30
* vvfat: fix a file descriptor leakBlue Swirl2011-01-121-0/+1
* Add proper -errno error return values to qcow2_open()Jes Sorensen2010-12-171-18/+42
* block/qcow2.c: rename qcow_ functions to qcow2_Jes Sorensen2010-12-173-98/+104
* qed: Consistency check supportStefan Hajnoczi2010-12-173-3/+336
* qed: Read/write supportStefan Hajnoczi2010-12-172-2/+652
* qed: Table, L2 cache, and cluster functionsStefan Hajnoczi2010-12-176-1/+854
* qed: Add QEMU Enhanced Disk image formatStefan Hajnoczi2010-12-172-0/+702
* raw-posix: add discard supportChristoph Hellwig2010-12-171-0/+45
* block: add discard supportChristoph Hellwig2010-12-171-0/+6
* ceph/rbd block driver for qemu-kvmChristian Brunner2010-12-142-0/+1130
* raw-posix: raw_pwrite comment fixupChristoph Hellwig2010-11-261-1/+1
* block: Remove unused s->hd in various driversKevin Wolf2010-11-245-6/+0
* Fix win32 buildBlue Swirl2010-11-071-1/+1
* block: avoid a warning on 64 bit hosts with long as int64_tBlue Swirl2010-11-041-2/+2
* qcow2: Invalidate cache after failed readKevin Wolf2010-11-042-0/+2
* vpc: Implement bdrv_flushKevin Wolf2010-11-041-8/+13
* block: Allow bdrv_flush to return errorsKevin Wolf2010-11-0410-19/+26
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-10-265-198/+146
|\
| * block: Use GCC_FMT_ATTR and fix a format errorStefan Weil2010-10-221-2/+3
| * Copy snapshots out of QCOW2 diskedison2010-10-223-0/+33
| * qcow2: Remove old image creation functionKevin Wolf2010-10-221-224/+0
| * qcow2: Simplify image creationKevin Wolf2010-10-221-1/+132
| * qcow2: Support exact L1 table growthStefan Hajnoczi2010-10-224-12/+19
* | qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl2010-10-231-6/+6
|/
* block: avoid a write only variableBlue Swirl2010-10-131-0/+1
* block/vvfat: Fix compiler warning in debug codeStefan Weil2010-10-031-1/+0
* block-verify: fix 32-bit buildAnthony Liguori2010-09-221-1/+1
* blkverify: Add block driver for verifying I/OStefan Hajnoczi2010-09-211-0/+382
* qcow2: Avoid bounce buffers for AIO write requestsKevin Wolf2010-09-211-23/+18