index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Replace u_int8_t, u_int16_t, u_int32_t, u_int64_t by standard int types
Stefan Weil
2010-07-25
1
-1
/
+1
*
Make default invocation of block drivers safer (v3)
Anthony Liguori
2010-07-15
1
-0
/
+130
*
sheepdog: fix compile error on systems without TCP_CORK
MORITA Kazutaka
2010-07-07
1
-1
/
+1
*
block: add sheepdog driver for distributed storage support
MORITA Kazutaka
2010-07-06
1
-0
/
+2036
*
raw-posix: Fix test for host CD-ROM
Markus Armbruster
2010-07-06
1
-11
/
+6
*
qcow2/vdi: Change check to distinguish error cases
Kevin Wolf
2010-07-06
4
-63
/
+73
*
blkdebug: Initialize state as 1
Kevin Wolf
2010-07-02
1
-0
/
+3
*
blkdebug: Free QemuOpts after having read the config
Kevin Wolf
2010-07-02
1
-0
/
+2
*
blkdebug: Fix set_state_opts definition
Kevin Wolf
2010-07-02
1
-1
/
+1
*
qcow2: Fix error handling during metadata preallocation
Kevin Wolf
2010-07-02
1
-6
/
+9
*
qcow2: Don't try to check tables that couldn't be loaded
Kevin Wolf
2010-06-22
1
-0
/
+1
*
qcow2: Fix qemu-img check segfault on corrupted images
Kevin Wolf
2010-06-22
1
-3
/
+11
*
vpc: Use bdrv_(p)write_sync for metadata writes
Kevin Wolf
2010-06-22
1
-4
/
+5
*
vmdk: Use bdrv_(p)write_sync for metadata writes
Kevin Wolf
2010-06-22
1
-5
/
+5
*
qcow2: Use bdrv_(p)write_sync for metadata writes
Kevin Wolf
2010-06-22
4
-41
/
+40
*
qcow: Use bdrv_(p)write_sync for metadata writes
Kevin Wolf
2010-06-22
1
-8
/
+10
*
cow: Use bdrv_(p)write_sync for metadata writes
Kevin Wolf
2010-06-22
1
-9
/
+11
*
cow: use qemu block API
Christoph Hellwig
2010-06-15
1
-26
/
+13
*
cow: stop using mmap
Christoph Hellwig
2010-06-15
1
-37
/
+61
*
cow: use pread/pwrite
Christoph Hellwig
2010-06-15
1
-5
/
+5
*
qcow2: Restore L1 entry on l2_allocate failure
Kevin Wolf
2010-06-15
1
-0
/
+1
*
qcow2: Return real error code in load_refcount_block
Kevin Wolf
2010-06-15
1
-3
/
+8
*
qcow2: Allow alloc_clusters_noref to return errors
Kevin Wolf
2010-06-15
1
-3
/
+15
*
qcow2: Allow get_refcount to return errors
Kevin Wolf
2010-06-15
1
-4
/
+37
*
vpc: Read/write multiple sectors at once
Kevin Wolf
2010-06-15
1
-11
/
+30
*
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
2010-06-14
1
-9
/
+11
|
\
|
*
Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512
Jes Sorensen
2010-06-04
1
-9
/
+11
*
|
Move stdbool.h
Paul Brook
2010-06-13
1
-2
/
+0
|
/
*
qcow2: Fix corruption after error in update_refcount
Kevin Wolf
2010-05-28
1
-0
/
+4
*
qcow2: Fix corruption after refblock allocation
Kevin Wolf
2010-05-28
1
-2
/
+9
*
qcow2: Return right error code in write_refcount_block_entries
Kevin Wolf
2010-05-28
1
-12
/
+15
*
qcow2: Change l2_load to return 0/-errno
Kevin Wolf
2010-05-28
1
-16
/
+22
*
qcow2: Allow qcow2_get_cluster_offset to return errors
Kevin Wolf
2010-05-28
3
-19
/
+37
*
qcow2: Fix error handling in l2_allocate
Kevin Wolf
2010-05-28
1
-10
/
+13
*
qcow2: Clear L2 table cache after write error
Kevin Wolf
2010-05-28
1
-0
/
+1
*
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
2010-05-24
1
-3
/
+7
|
\
|
*
vvfat: More build fixes with DEBUG
Kevin Wolf
2010-05-21
1
-2
/
+6
|
*
vvfat: Fix compilation with DEBUG defined
Riccardo Magliocchetti
2010-05-21
1
-1
/
+1
*
|
Fix %lld or %llx printf format use
Blue Swirl
2010-05-22
2
-9
/
+13
|
/
*
block/vdi: Fix image opening and creation for odd disk sizes
Stefan Weil
2010-05-17
1
-7
/
+16
*
dmg: use qemu block API
Christoph Hellwig
2010-05-17
1
-30
/
+26
*
dmg: use pread
Christoph Hellwig
2010-05-17
1
-37
/
+51
*
dmg: fix reading of uncompressed chunks
Christoph Hellwig
2010-05-17
1
-1
/
+2
*
block/vpc: Fix conversion from size to disk geometry
Stefan Weil
2010-05-17
1
-9
/
+12
*
parallels: use qemu block API
Christoph Hellwig
2010-05-17
1
-18
/
+6
*
parallels: use pread
Christoph Hellwig
2010-05-17
1
-22
/
+11
*
block/vdi: Allow disk images of size 0
Stefan Weil
2010-05-17
1
-2
/
+7
*
block: Avoid unchecked casts for AIOCBs
Kevin Wolf
2010-05-17
4
-5
/
+5
*
bochs: use qemu block API
Christoph Hellwig
2010-05-17
1
-21
/
+9
*
bochs: use pread
Christoph Hellwig
2010-05-17
1
-43
/
+20
[next]