summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Move stdbool.hPaul Brook2010-06-131-2/+0
|/
* qcow2: Fix corruption after error in update_refcountKevin Wolf2010-05-281-0/+4
* qcow2: Fix corruption after refblock allocationKevin Wolf2010-05-281-2/+9
* qcow2: Return right error code in write_refcount_block_entriesKevin Wolf2010-05-281-12/+15
* qcow2: Change l2_load to return 0/-errnoKevin Wolf2010-05-281-16/+22
* qcow2: Allow qcow2_get_cluster_offset to return errorsKevin Wolf2010-05-283-19/+37
* qcow2: Fix error handling in l2_allocateKevin Wolf2010-05-281-10/+13
* qcow2: Clear L2 table cache after write errorKevin Wolf2010-05-281-0/+1
* Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori2010-05-241-3/+7
|\
| * vvfat: More build fixes with DEBUGKevin Wolf2010-05-211-2/+6
| * vvfat: Fix compilation with DEBUG definedRiccardo Magliocchetti2010-05-211-1/+1
* | Fix %lld or %llx printf format useBlue Swirl2010-05-222-9/+13
|/
* block/vdi: Fix image opening and creation for odd disk sizesStefan Weil2010-05-171-7/+16
* dmg: use qemu block APIChristoph Hellwig2010-05-171-30/+26
* dmg: use preadChristoph Hellwig2010-05-171-37/+51
OpenPOWER on IntegriCloud