index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2010-07-07
sheepdog: fix compile error on systems without TCP_CORK
MORITA Kazutaka
1
-1
/
+1
2010-07-06
block: add sheepdog driver for distributed storage support
MORITA Kazutaka
1
-0
/
+2036
2010-07-06
raw-posix: Fix test for host CD-ROM
Markus Armbruster
1
-11
/
+6
2010-07-06
qcow2/vdi: Change check to distinguish error cases
Kevin Wolf
4
-63
/
+73
2010-07-02
blkdebug: Initialize state as 1
Kevin Wolf
1
-0
/
+3
2010-07-02
blkdebug: Free QemuOpts after having read the config
Kevin Wolf
1
-0
/
+2
2010-07-02
blkdebug: Fix set_state_opts definition
Kevin Wolf
1
-1
/
+1
2010-07-02
qcow2: Fix error handling during metadata preallocation
Kevin Wolf
1
-6
/
+9
2010-06-22
qcow2: Don't try to check tables that couldn't be loaded
Kevin Wolf
1
-0
/
+1
2010-06-22
qcow2: Fix qemu-img check segfault on corrupted images
Kevin Wolf
1
-3
/
+11
2010-06-22
vpc: Use bdrv_(p)write_sync for metadata writes
Kevin Wolf
1
-4
/
+5
2010-06-22
vmdk: Use bdrv_(p)write_sync for metadata writes
Kevin Wolf
1
-5
/
+5
2010-06-22
qcow2: Use bdrv_(p)write_sync for metadata writes
Kevin Wolf
4
-41
/
+40
2010-06-22
qcow: Use bdrv_(p)write_sync for metadata writes
Kevin Wolf
1
-8
/
+10
2010-06-22
cow: Use bdrv_(p)write_sync for metadata writes
Kevin Wolf
1
-9
/
+11
2010-06-15
cow: use qemu block API
Christoph Hellwig
1
-26
/
+13
2010-06-15
cow: stop using mmap
Christoph Hellwig
1
-37
/
+61
2010-06-15
cow: use pread/pwrite
Christoph Hellwig
1
-5
/
+5
2010-06-15
qcow2: Restore L1 entry on l2_allocate failure
Kevin Wolf
1
-0
/
+1
2010-06-15
qcow2: Return real error code in load_refcount_block
Kevin Wolf
1
-3
/
+8
2010-06-15
qcow2: Allow alloc_clusters_noref to return errors
Kevin Wolf
1
-3
/
+15
2010-06-15
qcow2: Allow get_refcount to return errors
Kevin Wolf
1
-4
/
+37
2010-06-15
vpc: Read/write multiple sectors at once
Kevin Wolf
1
-11
/
+30
2010-06-14
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-9
/
+11
2010-06-13
Move stdbool.h
Paul Brook
1
-2
/
+0
2010-06-04
Cleanup: raw-posix.c: Be more consistent using BDRV_SECTOR_SIZE instead of 512
Jes Sorensen
1
-9
/
+11
2010-05-28
qcow2: Fix corruption after error in update_refcount
Kevin Wolf
1
-0
/
+4
2010-05-28
qcow2: Fix corruption after refblock allocation
Kevin Wolf
1
-2
/
+9
2010-05-28
qcow2: Return right error code in write_refcount_block_entries
Kevin Wolf
1
-12
/
+15
2010-05-28
qcow2: Change l2_load to return 0/-errno
Kevin Wolf
1
-16
/
+22
2010-05-28
qcow2: Allow qcow2_get_cluster_offset to return errors
Kevin Wolf
3
-19
/
+37
2010-05-28
qcow2: Fix error handling in l2_allocate
Kevin Wolf
1
-10
/
+13
2010-05-28
qcow2: Clear L2 table cache after write error
Kevin Wolf
1
-0
/
+1
2010-05-24
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
1
-3
/
+7
2010-05-22
Fix %lld or %llx printf format use
Blue Swirl
2
-9
/
+13
2010-05-21
vvfat: More build fixes with DEBUG
Kevin Wolf
1
-2
/
+6
2010-05-21
vvfat: Fix compilation with DEBUG defined
Riccardo Magliocchetti
1
-1
/
+1
2010-05-17
block/vdi: Fix image opening and creation for odd disk sizes
Stefan Weil
1
-7
/
+16
2010-05-17
dmg: use qemu block API
Christoph Hellwig
1
-30
/
+26
2010-05-17
dmg: use pread
Christoph Hellwig
1
-37
/
+51
2010-05-17
dmg: fix reading of uncompressed chunks
Christoph Hellwig
1
-1
/
+2
2010-05-17
block/vpc: Fix conversion from size to disk geometry
Stefan Weil
1
-9
/
+12
2010-05-17
parallels: use qemu block API
Christoph Hellwig
1
-18
/
+6
2010-05-17
parallels: use pread
Christoph Hellwig
1
-22
/
+11
2010-05-17
block/vdi: Allow disk images of size 0
Stefan Weil
1
-2
/
+7
2010-05-17
block: Avoid unchecked casts for AIOCBs
Kevin Wolf
4
-5
/
+5
2010-05-17
bochs: use qemu block API
Christoph Hellwig
1
-21
/
+9
2010-05-17
bochs: use pread
Christoph Hellwig
1
-43
/
+20
2010-05-17
cloop: use qemu block API
Christoph Hellwig
1
-14
/
+12
2010-05-17
cloop: use pread
Christoph Hellwig
1
-15
/
+17
[next]