aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2011-02-07block/vdi: Fix wrong size in conditionally used memset, memcmpStefan Weil
2011-02-07qcow2: Really use cache=unsafe for image creationKevin Wolf
2011-01-31qcow2-refcount: remove write-only variablesBlue Swirl
2011-01-31raw-win32: Fix bdrv_flush return valueKevin Wolf
2011-01-31qed: Images with backing file do not require QED_F_NEED_CHECKStefan Hajnoczi
2011-01-31qcow2: Add bdrv_discard supportKevin Wolf
2011-01-31sheepdog: support creating images on remote hostsMORITA Kazutaka
2011-01-31Reorganize struct Qcow2Cache for better struct packingJes Sorensen
2011-01-24qed: Refuse to create images on block devicesStefan Hajnoczi
2011-01-24qcow2: Batch flushes for COWKevin Wolf
2011-01-24qcow2: Use QcowCacheKevin Wolf
2011-01-24qcow2: Add QcowCacheKevin Wolf
2011-01-24qcow2: fix unaligned accessAurelien Jarno
2011-01-12vpc: fix a file descriptor leakBlue Swirl
2011-01-12vvfat: fix a file descriptor leakBlue Swirl
2010-12-17Add proper -errno error return values to qcow2_open()Jes Sorensen
2010-12-17block/qcow2.c: rename qcow_ functions to qcow2_Jes Sorensen
2010-12-17qed: Consistency check supportStefan Hajnoczi
2010-12-17qed: Read/write supportStefan Hajnoczi
2010-12-17qed: Table, L2 cache, and cluster functionsStefan Hajnoczi
2010-12-17qed: Add QEMU Enhanced Disk image formatStefan Hajnoczi
2010-12-17raw-posix: add discard supportChristoph Hellwig
2010-12-17block: add discard supportChristoph Hellwig
2010-12-14ceph/rbd block driver for qemu-kvmChristian Brunner
2010-11-26raw-posix: raw_pwrite comment fixupChristoph Hellwig
2010-11-24block: Remove unused s->hd in various driversKevin Wolf
2010-11-07Fix win32 buildBlue Swirl
2010-11-04block: avoid a warning on 64 bit hosts with long as int64_tBlue Swirl
2010-11-04qcow2: Invalidate cache after failed readKevin Wolf
2010-11-04vpc: Implement bdrv_flushKevin Wolf
2010-11-04block: Allow bdrv_flush to return errorsKevin Wolf
2010-10-26Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori
2010-10-23qemu-timer: move commonly used timer code to qemu-timer-commonBlue Swirl
2010-10-22block: Use GCC_FMT_ATTR and fix a format errorStefan Weil
2010-10-22Copy snapshots out of QCOW2 diskedison
2010-10-22qcow2: Remove old image creation functionKevin Wolf
2010-10-22qcow2: Simplify image creationKevin Wolf
2010-10-22qcow2: Support exact L1 table growthStefan Hajnoczi
2010-10-13block: avoid a write only variableBlue Swirl
2010-10-03block/vvfat: Fix compiler warning in debug codeStefan Weil
2010-09-22block-verify: fix 32-bit buildAnthony Liguori
2010-09-21blkverify: Add block driver for verifying I/OStefan Hajnoczi
2010-09-21qcow2: Avoid bounce buffers for AIO write requestsKevin Wolf
2010-09-21qcow2: Avoid bounce buffers for AIO read requestsKevin Wolf
2010-09-21qcow2: Get rid of additional sync on COWKevin Wolf
2010-09-21qcow2: Move sync out of qcow2_alloc_clustersKevin Wolf
2010-09-21qcow2: Move sync out of update_refcountKevin Wolf
2010-09-21qcow2: Move sync out of write_refcount_block_entriesKevin Wolf
2010-09-21nbd: correctly manage default portLaurent Vivier
2010-09-21raw-posix: handle > 512 byte alignment correctlyChristoph Hellwig