aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
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
2010-09-21vvfat: Use cache=unsafeKevin Wolf
2010-09-21vvfat: Fix double free for opening the image rwKevin Wolf
2010-09-21vvfat: Fix segfault on write to read-only diskKevin Wolf
2010-09-18blkdebug: fix enum comparisonBlue Swirl
2010-09-08Revert "Make default invocation of block drivers safer (v3)"Anthony Liguori
2010-09-08qcow2: Remove unnecessary flush after L2 writeKevin Wolf
2010-09-08raw-posix: improve detection of scsi-generic devicesBernhard Kohl
2010-09-08raw-posix: Don't use file name for host_cdrom detection on LinuxKevin Wolf
2010-08-30nbd: Introduce NBD named exports.Laurent Vivier
2010-08-30vvfat: fat_chksum(): fix access above array boundsLoïc Minier
2010-08-30sheepdog: remove unnecessary includesIzumi Tsutsui
2010-08-03block: Fix bdrv_has_zero_initKevin Wolf
2010-07-25block: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil
2010-07-15Make default invocation of block drivers safer (v3)Anthony Liguori
2010-07-07sheepdog: fix compile error on systems without TCP_CORKMORITA Kazutaka
2010-07-06block: add sheepdog driver for distributed storage supportMORITA Kazutaka
2010-07-06raw-posix: Fix test for host CD-ROMMarkus Armbruster
2010-07-06qcow2/vdi: Change check to distinguish error casesKevin Wolf
2010-07-02blkdebug: Initialize state as 1Kevin Wolf
2010-07-02blkdebug: Free QemuOpts after having read the configKevin Wolf
2010-07-02blkdebug: Fix set_state_opts definitionKevin Wolf
2010-07-02qcow2: Fix error handling during metadata preallocationKevin Wolf
2010-06-22qcow2: Don't try to check tables that couldn't be loadedKevin Wolf
2010-06-22qcow2: Fix qemu-img check segfault on corrupted imagesKevin Wolf
2010-06-22vpc: Use bdrv_(p)write_sync for metadata writesKevin Wolf
2010-06-22vmdk: Use bdrv_(p)write_sync for metadata writesKevin Wolf
2010-06-22qcow2: Use bdrv_(p)write_sync for metadata writesKevin Wolf
2010-06-22qcow: Use bdrv_(p)write_sync for metadata writesKevin Wolf
2010-06-22cow: Use bdrv_(p)write_sync for metadata writesKevin Wolf
2010-06-15cow: use qemu block APIChristoph Hellwig
2010-06-15cow: stop using mmapChristoph Hellwig