summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2011-02-10qcow2: Fix order in L2 table COWKevin Wolf1-3/+6
2011-02-10qed: Report error for unsupported featuresKevin Wolf1-1/+8
2011-02-10qcow2: Report error for version > 2Kevin Wolf1-2/+11
2011-02-10qcow2: Fix error handling for reading compressed clustersKevin Wolf2-3/+5
2011-02-10qcow2: Fix error handling for immediate backing file read failureKevin Wolf1-1/+3
2011-02-10QCOW2: bug fix - read base image beyond its sizeChunqiang Tang1-3/+2
2011-02-07block/vdi: Fix wrong size in conditionally used memset, memcmpStefan Weil1-2/+2
2011-02-07qcow2: Really use cache=unsafe for image creationKevin Wolf1-1/+2
2011-01-31qcow2-refcount: remove write-only variablesBlue Swirl1-4/+1
2011-01-31raw-win32: Fix bdrv_flush return valueKevin Wolf1-1/+1
2011-01-31qed: Images with backing file do not require QED_F_NEED_CHECKStefan Hajnoczi1-7/+17
2011-01-31qcow2: Add bdrv_discard supportKevin Wolf3-0/+92
2011-01-31sheepdog: support creating images on remote hostsMORITA Kazutaka1-3/+14
2011-01-31Reorganize struct Qcow2Cache for better struct packingJes Sorensen1-1/+1
2011-01-24qed: Refuse to create images on block devicesStefan Hajnoczi1-0/+6
2011-01-24qcow2: Batch flushes for COWKevin Wolf3-4/+19
2011-01-24qcow2: Use QcowCacheKevin Wolf5-298/+240
2011-01-24qcow2: Add QcowCacheKevin Wolf2-0/+309
2011-01-24qcow2: fix unaligned accessAurelien Jarno1-1/+1
2011-01-12vpc: fix a file descriptor leakBlue Swirl1-17/+30
2011-01-12vvfat: fix a file descriptor leakBlue Swirl1-0/+1
2010-12-17Add proper -errno error return values to qcow2_open()Jes Sorensen1-18/+42
2010-12-17block/qcow2.c: rename qcow_ functions to qcow2_Jes Sorensen3-98/+104
2010-12-17qed: Consistency check supportStefan Hajnoczi3-3/+336
2010-12-17qed: Read/write supportStefan Hajnoczi2-2/+652
2010-12-17qed: Table, L2 cache, and cluster functionsStefan Hajnoczi6-1/+854
2010-12-17qed: Add QEMU Enhanced Disk image formatStefan Hajnoczi2-0/+702
2010-12-17raw-posix: add discard supportChristoph Hellwig1-0/+45
2010-12-17block: add discard supportChristoph Hellwig1-0/+6
2010-12-14ceph/rbd block driver for qemu-kvmChristian Brunner2-0/+1130
2010-11-26raw-posix: raw_pwrite comment fixupChristoph Hellwig1-1/+1
2010-11-24block: Remove unused s->hd in various driversKevin Wolf5-6/+0
2010-11-07Fix win32 buildBlue Swirl1-1/+1
2010-11-04block: avoid a warning on 64 bit hosts with long as int64_tBlue Swirl1-2/+2
2010-11-04qcow2: Invalidate cache after failed readKevin Wolf2-0/+2
2010-11-04vpc: Implement bdrv_flushKevin Wolf1-8/+13
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf10-19/+26
2010-10-26Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori5-198/+146
2010-10-23qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl1-6/+6
2010-10-22block: Use GCC_FMT_ATTR and fix a format errorStefan Weil1-2/+3
2010-10-22Copy snapshots out of QCOW2 diskedison3-0/+33
2010-10-22qcow2: Remove old image creation functionKevin Wolf1-224/+0
2010-10-22qcow2: Simplify image creationKevin Wolf1-1/+132
2010-10-22qcow2: Support exact L1 table growthStefan Hajnoczi4-12/+19
2010-10-13block: avoid a write only variableBlue Swirl1-0/+1
2010-10-03block/vvfat: Fix compiler warning in debug codeStefan Weil1-1/+0
2010-09-22block-verify: fix 32-bit buildAnthony Liguori1-1/+1
2010-09-21blkverify: Add block driver for verifying I/OStefan Hajnoczi1-0/+382
2010-09-21qcow2: Avoid bounce buffers for AIO write requestsKevin Wolf1-23/+18
2010-09-21qcow2: Avoid bounce buffers for AIO read requestsKevin Wolf3-30/+68