summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-21qcow2: Get rid of additional sync on COWKevin Wolf1-2/+8
2010-09-21qcow2: Move sync out of qcow2_alloc_clustersKevin Wolf3-2/+7
2010-09-21qcow2: Move sync out of update_refcountKevin Wolf1-2/+11
2010-09-21qcow2: Move sync out of write_refcount_block_entriesKevin Wolf1-1/+3
2010-09-21nbd: correctly manage default portLaurent Vivier1-2/+0
2010-09-21raw-posix: handle > 512 byte alignment correctlyChristoph Hellwig1-33/+46
2010-09-21vvfat: Use cache=unsafeKevin Wolf1-4/+10
2010-09-21vvfat: Fix double free for opening the image rwKevin Wolf1-3/+4
2010-09-21vvfat: Fix segfault on write to read-only diskKevin Wolf1-0/+5
2010-09-18blkdebug: fix enum comparisonBlue Swirl1-3/+1
2010-09-08Revert "Make default invocation of block drivers safer (v3)"Anthony Liguori1-130/+0
2010-09-08qcow2: Remove unnecessary flush after L2 writeKevin Wolf1-4/+12
2010-09-08raw-posix: improve detection of scsi-generic devicesBernhard Kohl1-2/+8
2010-09-08raw-posix: Don't use file name for host_cdrom detection on LinuxKevin Wolf1-3/+0
2010-08-30nbd: Introduce NBD named exports.Laurent Vivier1-19/+49
2010-08-30vvfat: fat_chksum(): fix access above array boundsLoïc Minier1-1/+1
2010-08-30sheepdog: remove unnecessary includesIzumi Tsutsui1-10/+0
2010-08-03block: Fix bdrv_has_zero_initKevin Wolf3-4/+21
2010-07-25block: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int typesStefan Weil1-1/+1
2010-07-15Make default invocation of block drivers safer (v3)Anthony Liguori1-0/+130
2010-07-07sheepdog: fix compile error on systems without TCP_CORKMORITA Kazutaka1-1/+1
2010-07-06block: add sheepdog driver for distributed storage supportMORITA Kazutaka1-0/+2036
2010-07-06raw-posix: Fix test for host CD-ROMMarkus Armbruster1-11/+6
2010-07-06qcow2/vdi: Change check to distinguish error casesKevin Wolf4-63/+73
2010-07-02blkdebug: Initialize state as 1Kevin Wolf1-0/+3
2010-07-02blkdebug: Free QemuOpts after having read the configKevin Wolf1-0/+2
2010-07-02blkdebug: Fix set_state_opts definitionKevin Wolf1-1/+1
2010-07-02qcow2: Fix error handling during metadata preallocationKevin Wolf1-6/+9
2010-06-22qcow2: Don't try to check tables that couldn't be loadedKevin Wolf1-0/+1
2010-06-22qcow2: Fix qemu-img check segfault on corrupted imagesKevin Wolf1-3/+11
2010-06-22vpc: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-4/+5
2010-06-22vmdk: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-5/+5
2010-06-22qcow2: Use bdrv_(p)write_sync for metadata writesKevin Wolf4-41/+40
2010-06-22qcow: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-8/+10
2010-06-22cow: Use bdrv_(p)write_sync for metadata writesKevin Wolf1-9/+11
2010-06-15cow: use qemu block APIChristoph Hellwig1-26/+13
2010-06-15cow: stop using mmapChristoph Hellwig1-37/+61
2010-06-15cow: use pread/pwriteChristoph Hellwig1-5/+5
2010-06-15qcow2: Restore L1 entry on l2_allocate failureKevin Wolf1-0/+1
2010-06-15qcow2: Return real error code in load_refcount_blockKevin Wolf1-3/+8
2010-06-15qcow2: Allow alloc_clusters_noref to return errorsKevin Wolf1-3/+15
2010-06-15qcow2: Allow get_refcount to return errorsKevin Wolf1-4/+37
2010-06-15vpc: Read/write multiple sectors at onceKevin Wolf1-11/+30
2010-06-14Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori1-9/+11
2010-06-13Move stdbool.hPaul Brook1-2/+0
2010-06-04Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512Jes Sorensen1-9/+11