summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* qcow2: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-06-224-41/+40
* qcow: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-06-221-8/+10
* cow: Use bdrv_(p)write_sync for metadata writesKevin Wolf2010-06-221-9/+11
* cow: use qemu block APIChristoph Hellwig2010-06-151-26/+13
* cow: stop using mmapChristoph Hellwig2010-06-151-37/+61
* cow: use pread/pwriteChristoph Hellwig2010-06-151-5/+5
* qcow2: Restore L1 entry on l2_allocate failureKevin Wolf2010-06-151-0/+1
* qcow2: Return real error code in load_refcount_blockKevin Wolf2010-06-151-3/+8
* qcow2: Allow alloc_clusters_noref to return errorsKevin Wolf2010-06-151-3/+15
* qcow2: Allow get_refcount to return errorsKevin Wolf2010-06-151-4/+37
* vpc: Read/write multiple sectors at onceKevin Wolf2010-06-151-11/+30
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-06-141-9/+11
|\
| * Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512Jes Sorensen2010-06-041-9/+11
OpenPOWER on IntegriCloud