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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2012-04-10
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
14
-408
/
+312
2012-04-05
qed: remove incoming live migration blocker
Benoît Canet
2
-11
/
+0
2012-04-05
qed: honor BDRV_O_INCOMING for incoming live migration
Benoît Canet
1
-2
/
+3
2012-04-05
qed: add bdrv_invalidate_cache to be called after incoming live migration
Benoît Canet
1
-0
/
+10
2012-04-05
block stream: close unused files and update ->backing_hd
Marcelo Tosatti
1
-0
/
+34
2012-04-05
sheepdog: fix send req helpers
Liu Yuan
1
-0
/
+2
2012-04-05
sheepdog: implement SD_OP_FLUSH_VDI operation
Liu Yuan
1
-14
/
+128
2012-04-05
qed: track dirty flag status
Dong Xu Wang
1
-0
/
+1
2012-04-05
qed: image fragmentation statistics
Dong Xu Wang
1
-0
/
+9
2012-04-05
block: set job->speed in block_set_speed
Paolo Bonzini
1
-1
/
+0
2012-04-05
block: fix streaming/closing race
Paolo Bonzini
1
-2
/
+4
2012-04-05
vdi: change goto to loop
Paolo Bonzini
1
-73
/
+68
2012-04-05
vdi: do not create useless iovecs
Paolo Bonzini
1
-46
/
+33
2012-04-05
vdi: leave bounce buffering to block layer
Paolo Bonzini
1
-55
/
+12
2012-04-05
vdi: move aiocb fields to locals
Paolo Bonzini
1
-98
/
+65
2012-04-05
vdi: merge aio_read_cb and aio_write_cb into callers
Paolo Bonzini
1
-28
/
+12
2012-04-05
vdi: move end-of-I/O handling at the end
Paolo Bonzini
1
-67
/
+56
2012-04-05
vdi: basic conversion to coroutines
Paolo Bonzini
1
-121
/
+37
2012-04-05
block/vpc: write checksum back to footer after check
Zhang Shengju
1
-0
/
+3
2012-04-05
block: push recursive flushing up from drivers
Paolo Bonzini
9
-55
/
+2
2012-04-05
qcow2: Remove unused parameter in get_cluster_table()
Kevin Wolf
1
-10
/
+8
2012-04-03
block/curl: Replace usleep by g_usleep
Stefan Weil
1
-1
/
+1
2012-03-12
qcow2: Reduce number of I/O requests
Kevin Wolf
2
-77
/
+167
2012-03-12
qcow2: Add qcow2_alloc_clusters_at()
Kevin Wolf
2
-0
/
+30
2012-03-12
qcow2: Factor out count_cow_clusters
Kevin Wolf
1
-19
/
+36
2012-03-12
qcow2: Add error messages in qcow2_truncate
Kevin Wolf
1
-0
/
+3
2012-03-12
qcow2: Add some tracing
Kevin Wolf
3
-1
/
+41
2012-03-12
qed: do not evict in-use L2 table cache entries
Stefan Hajnoczi
1
-4
/
+18
2012-03-07
block/vmdk: Fix warning from splint (comparision of unsigned value)
Stefan Weil
1
-1
/
+1
2012-02-29
qcow2: Reject too large header extensions
Kevin Wolf
1
-0
/
+5
2012-02-29
qcow2: Fix offset in qcow2_read_extensions
Kevin Wolf
1
-3
/
+2
2012-02-29
qcow2: Fix build with DEBUG_EXT enabled
Kevin Wolf
1
-1
/
+0
2012-02-22
block: bdrv_eject(): Make eject_flag a real bool
Luiz Capitulino
2
-4
/
+4
2012-02-09
sheepdog: fix co_recv coroutine context
MORITA Kazutaka
1
-0
/
+3
2012-02-09
qcow2: Keep unknown header extension when rewriting header
Kevin Wolf
2
-2
/
+50
2012-02-09
qcow2: Update whole header at once
Kevin Wolf
2
-60
/
+95
2012-02-09
vpc: Round up image size during fixed image creation
Kevin Wolf
1
-13
/
+10
2012-02-09
vpc: Add support for Fixed Disk type
Charles Arnold
1
-91
/
+194
2012-02-09
iSCSI: add configuration variables for iSCSI
Ronnie Sahlberg
1
-10
/
+129
2012-02-09
qed: add .bdrv_co_write_zeroes() support
Stefan Hajnoczi
2
-8
/
+103
2012-02-09
qed: replace is_write with flags field
Stefan Hajnoczi
2
-8
/
+13
2012-01-26
qcow: Use bdrv functions to replace file operation
Li Zhi Hui
1
-17
/
+31
2012-01-26
qcow: Return real error code in qcow_open
Li Zhi Hui
1
-19
/
+37
2012-01-26
block/vdi: Zero unused parts when allocating a new block (fix #919242)
Stefan Weil
1
-2
/
+6
2012-01-26
block: add support for partial streaming
Marcelo Tosatti
1
-4
/
+87
2012-01-26
block: rate-limit streaming operations
Stefan Hajnoczi
1
-6
/
+59
2012-01-26
block: add image streaming block job
Stefan Hajnoczi
1
-0
/
+133
2012-01-26
block: replace unchecked strdup/malloc/calloc with glib
Stefan Hajnoczi
2
-4
/
+4
2012-01-26
rbd: wire up snapshot removal and rollback functionality
Gregory Farnum
1
-0
/
+22
2012-01-13
prepare for future GPLv2+ relicensing
Paolo Bonzini
3
-0
/
+7
[next]