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
2011-11-23
vvfat: Add migration blocker
Kevin Wolf
1
-0
/
+17
2011-11-23
vpc: Add migration blocker
Kevin Wolf
1
-0
/
+13
2011-11-23
vmdk: Add migration blocker
Kevin Wolf
1
-1
/
+15
2011-11-23
vdi: Add migration blocker
Kevin Wolf
1
-0
/
+12
2011-11-23
qcow: Add migration blocker
Kevin Wolf
1
-0
/
+12
2011-11-22
sheepdog: Avoid deadlock in error path
Dong Xu Wang
1
-0
/
+2
2011-11-21
Include zlib.h using #include <>
Stefan Weil
1
-1
/
+1
2011-11-21
qed: add migration blocker (v2)
Anthony Liguori
2
-0
/
+12
2011-11-21
qcow2: implement bdrv_invalidate_cache (v2)
Anthony Liguori
2
-0
/
+36
2011-11-11
block: Introduce bdrv_co_flush_to_os
Kevin Wolf
1
-2
/
+8
2011-11-11
block: Rename bdrv_co_flush to bdrv_co_flush_to_disk
Kevin Wolf
9
-42
/
+51
2011-11-11
block: Fix vpc initialization of the Dynamic Disk Header
Charles Arnold
1
-1
/
+5
2011-11-11
vvfat: Fix read-write mode
Kevin Wolf
1
-21
/
+23
2011-11-04
vvfat: reorganize computation of disk geometry
Paolo Bonzini
1
-16
/
+24
2011-11-04
vvfat: do not hardcode sector counts in error message
Paolo Bonzini
1
-5
/
+2
2011-11-04
vvfat: unify and correct computation of sector count
Paolo Bonzini
1
-3
/
+3
2011-11-04
vvfat: need to use first_sectors_number to distinguish fdd/hdd
Paolo Bonzini
1
-2
/
+2
2011-11-04
vvfat: do not fail if the disk has spare sectors
Paolo Bonzini
1
-2
/
+2
2011-11-04
vvfat: fix out of bounds array_get usage
Paolo Bonzini
1
-0
/
+1
2011-11-04
block/cloop: Use g_free instead of free
Dong Xu Wang
1
-3
/
+3
2011-11-04
block/cloop: Fix coding style
Dong Xu Wang
1
-52
/
+63
2011-10-31
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
5
-27
/
+647
2011-10-31
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2
-5
/
+5
2011-10-28
block: fix qcow2_co_flush deadlock
Dong Xu Wang
1
-0
/
+2
2011-10-28
vmdk: Fix possible segfaults
Kevin Wolf
1
-1
/
+6
2011-10-28
vmdk: Improve error handling
Kevin Wolf
1
-6
/
+15
2011-10-28
vmdk: Fix use of uninitialised value
Kevin Wolf
1
-1
/
+1
2011-10-28
qcow: Fix bdrv_write_compressed error handling
Kevin Wolf
1
-11
/
+19
2011-10-28
Teach block/vdi about "discarded" (no longer allocated) blocks
Eric Sunshine
1
-9
/
+14
2011-10-28
iSCSI block driver
Ronnie Sahlberg
1
-0
/
+591
2011-10-26
qed: remove unneeded variable assignment
Pavel Borzenkov
1
-1
/
+0
2011-10-26
qed: don't pass NULL to memcpy
Pavel Borzenkov
1
-2
/
+4
2011-10-26
vmdk: vmdk_read_cid returns garbage if p_name is NULL
Pavel Borzenkov
1
-1
/
+1
2011-10-26
vmdk: remove unneeded variable assignment
Pavel Borzenkov
1
-1
/
+0
2011-10-21
block: change discard to co_discard
Paolo Bonzini
2
-6
/
+13
2011-10-21
block: change flush to co_flush
Paolo Bonzini
8
-30
/
+29
2011-10-21
block: take lock around bdrv_write implementations
Paolo Bonzini
5
-5
/
+60
2011-10-21
block: take lock around bdrv_read implementations
Paolo Bonzini
9
-9
/
+108
2011-10-21
block: add a CoMutex to synchronous read drivers
Paolo Bonzini
9
-0
/
+18
2011-10-21
vmdk: clean up open
Paolo Bonzini
1
-22
/
+15
2011-10-21
vmdk: fix return values of vmdk_parent_open
Paolo Bonzini
1
-6
/
+9
2011-10-21
qcow2: Fix bdrv_write_compressed error handling
Kevin Wolf
2
-13
/
+22
2011-10-21
block: add bdrv_co_discard and bdrv_aio_discard support
Paolo Bonzini
1
-4
/
+6
2011-10-21
block: drop redundant bdrv_flush implementation
Stefan Hajnoczi
7
-74
/
+3
2011-10-21
sheepdog: add coroutine_fn markers
Paolo Bonzini
1
-7
/
+7
2011-10-14
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
3
-382
/
+60
2011-10-14
block: use coroutine interface for raw format
Stefan Hajnoczi
1
-24
/
+8
2011-10-14
raw-posix: remove bdrv_read()/bdrv_write()
Stefan Hajnoczi
1
-277
/
+0
2011-10-14
block/qcow: Fix use of free() instead of g_free()
Stefan Weil
1
-1
/
+1
2011-10-14
sheepdog: correct spelling
Dong Xu Wang
1
-1
/
+1
[prev]
[next]