Statistics
| Branch: | Revision:

root / block @ 0e2487bd

Name Size
blkdebug.c 12.7 kB
blkverify.c 10.2 kB
bochs.c 7 kB
cloop.c 5.3 kB
cow.c 9.4 kB
curl.c 16.3 kB
dmg.c 8.7 kB
iscsi.c 15.8 kB
nbd.c 7.6 kB
parallels.c 4.8 kB
qcow.c 26 kB
qcow2-cache.c 7.5 kB
qcow2-cluster.c 27.9 kB
qcow2-refcount.c 37.8 kB
qcow2-snapshot.c 13.5 kB
qcow2.c 37.1 kB
qcow2.h 7.8 kB
qed-check.c 5.4 kB
qed-cluster.c 5.1 kB
qed-gencb.c 688 Bytes
qed-l2-cache.c 5.4 kB
qed-table.c 8.7 kB
qed.c 43.2 kB
qed.h 10.6 kB
raw-posix-aio.h 1.3 kB
raw-posix.c 31.7 kB
raw-win32.c 11.5 kB
raw.c 3.4 kB
rbd.c 21.8 kB
sheepdog.c 53.6 kB
vdi.c 30.1 kB
vmdk.c 45.3 kB
vpc.c 18.9 kB
vvfat.c 80.1 kB

Latest revisions

# Date Author Comment
8494a397 10/31/2011 06:09 pm Anthony Liguori

Merge remote-tracking branch 'kwolf/for-anthony' into staging

Conflicts:
block/vmdk.c

3a069ff1 10/31/2011 05:23 pm Anthony Liguori

Merge remote-tracking branch 'stefanha/trivial-patches' into staging

c794b4e0 10/28/2011 08:25 pm Eric Sunshine

Teach block/vdi about "discarded" (no longer allocated) blocks

An entry in the VDI block map will hold an offset to the actual block if
the block is allocated, or one of two specially-interpreted values if
not allocated. Using VirtualBox terminology, value VDI_IMAGE_BLOCK_FREE...

64ebe71a 10/28/2011 08:25 pm Kevin Wolf

qcow: Fix bdrv_write_compressed error handling

Signed-off-by: Kevin Wolf <>
Reviewed-by: Paolo Bonzini <>

bac8d7b4 10/28/2011 08:25 pm Kevin Wolf

vmdk: Fix use of uninitialised value

In error cases, cid is never set.

Signed-off-by: Kevin Wolf <>

99f1835d 10/28/2011 08:25 pm Kevin Wolf

vmdk: Improve error handling

Return the right error values in some more places.

Signed-off-by: Kevin Wolf <>

93897b9f 10/28/2011 08:25 pm Kevin Wolf

vmdk: Fix possible segfaults

Data we read from the disk isn't necessarily null terminated and may not
contain the string we're looking for. The code needs to be a bit more careful
here.

Signed-off-by: Kevin Wolf <>

c95de7e2 10/28/2011 08:25 pm Dong Xu Wang

block: fix qcow2_co_flush deadlock

If qcow2_cache_flush failed, s->lock will not be unlock.

Signed-off-by: Dong Xu Wang <>
Signed-off-by: Kevin Wolf <>

c589b249 10/28/2011 08:25 pm Ronnie Sahlberg

iSCSI block driver

This provides built-in support for iSCSI to QEMU.

This has the advantage that the iSCSI devices need not be made visible to the host, which is useful if you have very many virtual machines and very many iscsi devices.
It also has the benefit that non-root users of QEMU can access iSCSI devices across the network without requiring root privilege on the host....

512a2cf8 10/26/2011 03:36 pm Pavel Borzenkov

qed: remove unneeded variable assignment

'ret' is unconditionally overwitten by qed_read_l1_table_sync()

Spotted by Clang Analyzer

Signed-off-by: Pavel Borzenkov <>
Signed-off-by: Stefan Hajnoczi <>

View revisions

Also available in: Atom