summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* qcow2: Avoid bounce buffers for AIO read requestsKevin Wolf2010-09-213-30/+68
* qcow2: Get rid of additional sync on COWKevin Wolf2010-09-211-2/+8
* qcow2: Move sync out of qcow2_alloc_clustersKevin Wolf2010-09-213-2/+7
* qcow2: Move sync out of update_refcountKevin Wolf2010-09-211-2/+11
* qcow2: Move sync out of write_refcount_block_entriesKevin Wolf2010-09-211-1/+3
* nbd: correctly manage default portLaurent Vivier2010-09-211-2/+0
* raw-posix: handle > 512 byte alignment correctlyChristoph Hellwig2010-09-211-33/+46
* vvfat: Use cache=unsafeKevin Wolf2010-09-211-4/+10
* vvfat: Fix double free for opening the image rwKevin Wolf2010-09-211-3/+4
* vvfat: Fix segfault on write to read-only diskKevin Wolf2010-09-211-0/+5
* blkdebug: fix enum comparisonBlue Swirl2010-09-181-3/+1
* Revert "Make default invocation of block drivers safer (v3)"Anthony Liguori2010-09-081-130/+0
* qcow2: Remove unnecessary flush after L2 writeKevin Wolf2010-09-081-4/+12
* raw-posix: improve detection of scsi-generic devicesBernhard Kohl2010-09-081-2/+8
* raw-posix: Don't use file name for host_cdrom detection on LinuxKevin Wolf2010-09-081-3/+0
* nbd: Introduce NBD named exports.Laurent Vivier2010-08-301-19/+49
* vvfat: fat_chksum(): fix access above array boundsLoïc Minier2010-08-301-1/+1
* sheepdog: remove unnecessary includesIzumi Tsutsui2010-08-301-10/+0
* block: Fix bdrv_has_zero_initKevin Wolf2010-08-033-4/+21
* block: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil2010-07-251-1/+1
* Make default invocation of block drivers safer (v3)Anthony Liguori2010-07-151-0/+130
* sheepdog: fix compile error on systems without TCP_CORKMORITA Kazutaka2010-07-071-1/+1
* block: add sheepdog driver for distributed storage supportMORITA Kazutaka2010-07-061-0/+2036
* raw-posix: Fix test for host CD-ROMMarkus Armbruster2010-07-061-11/+6
* qcow2/vdi: Change check to distinguish error casesKevin Wolf2010-07-064-63/+73
* blkdebug: Initialize state as 1Kevin Wolf2010-07-021-0/+3
* blkdebug: Free QemuOpts after having read the configKevin Wolf2010-07-021-0/+2
* blkdebug: Fix set_state_opts definitionKevin Wolf2010-07-021-1/+1
* qcow2: Fix error handling during metadata preallocationKevin Wolf2010-07-021-6/+9
* qcow2: Don't try to check tables that couldn't be loadedKevin Wolf2010-06-221-0/+1
* qcow2: Fix qemu-img check segfault on corrupted imagesKevin Wolf2010-06-221-3/+11
* vpc: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-06-221-4/+5
* vmdk: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-06-221-5/+5
OpenPOWER on IntegriCloud