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
2015-05-22
qcow2/qcow: protect against uninitialized encryption key
Daniel P. Berrange
3
-10
/
+21
2015-05-22
qcow2: style fixes in qcow2-cache.c
Alberto Garcia
1
-3
/
+3
2015-05-22
qcow2: make qcow2_cache_put() a void function
Alberto Garcia
4
-71
/
+17
2015-05-22
qcow2: use a hash to look for entries in the L2 cache
Alberto Garcia
1
-2
/
+7
2015-05-22
qcow2: remove qcow2_cache_find_entry_to_replace()
Alberto Garcia
1
-29
/
+16
2015-05-22
qcow2: use an LRU algorithm to replace entries from the L2 cache
Alberto Garcia
1
-18
/
+15
2015-05-22
qcow2: simplify qcow2_cache_put() and qcow2_cache_entry_mark_dirty()
Alberto Garcia
1
-17
/
+15
2015-05-22
qcow2: use one single memory block for the L2/refcount cache tables
Alberto Garcia
4
-39
/
+39
2015-05-22
vmdk: Fix overflow if l1_size is 0x20000000
Fam Zheng
1
-1
/
+2
2015-05-22
vmdk: Fix next_cluster_sector for compressed write
Fam Zheng
1
-4
/
+10
2015-05-22
qcow2: Flush pending discards before allocating cluster
Kevin Wolf
1
-0
/
+5
2015-05-22
block: get_block_status: use "else" when testing the opposite condition
Paolo Bonzini
1
-3
/
+1
2015-05-22
block: Fix NULL deference for unaligned write if qiov is NULL
Fam Zheng
1
-2
/
+95
2015-05-22
Revert "block: Fix unaligned zero write"
Fam Zheng
1
-39
/
+6
2015-05-22
block: align bounce buffers to page
Denis V. Lunev
2
-7
/
+8
2015-05-22
block: minimal bounce buffer alignment
Denis V. Lunev
2
-1
/
+7
2015-05-22
block: return EPERM on writes or discards to read-only devices
Paolo Bonzini
1
-2
/
+2
2015-05-22
block/parallels: improve image writing performance further
Denis V. Lunev
1
-20
/
+23
2015-05-22
block/parallels: optimize linear image expansion
Denis V. Lunev
1
-10
/
+32
2015-05-22
block/parallels: add prealloc-mode and prealloc-size open paramemets
Denis V. Lunev
1
-6
/
+77
2015-05-22
block/parallels: delay writing to BAT till bdrv_co_flush_to_os
Denis V. Lunev
1
-6
/
+44
2015-05-22
block/parallels: create bat_entry_off helper
Denis V. Lunev
1
-6
/
+9
2015-05-22
block/parallels: improve image reading performance
Denis V. Lunev
1
-5
/
+31
2015-05-22
block/parallels: implement incorrect close detection
Denis V. Lunev
1
-0
/
+50
2015-05-22
block/parallels: implement parallels_check method of block driver
Denis V. Lunev
1
-0
/
+85
2015-05-22
block/parallels: move parallels_open/probe to the very end of the file
Denis V. Lunev
1
-93
/
+98
2015-05-22
block/parallels: read parallels image header and BAT into single buffer
Denis V. Lunev
1
-7
/
+17
2015-05-22
block/parallels: keep BAT bitmap data in little endian in memory
Denis V. Lunev
1
-12
/
+5
2015-05-22
block/parallels: create bat2sect helper
Denis V. Lunev
1
-3
/
+9
2015-05-22
block/parallels: rename catalog_ names to bat_
Denis V. Lunev
1
-28
/
+30
2015-05-22
parallels: change copyright information in the image header
Denis V. Lunev
1
-1
/
+5
2015-05-22
block/parallels: support parallels image creation
Denis V. Lunev
1
-0
/
+97
2015-05-22
block/parallels: _co_writev callback for Parallels format
Denis V. Lunev
1
-2
/
+88
2015-05-22
block/parallels: mark parallels format driver as zero inited
Denis V. Lunev
1
-0
/
+1
2015-05-22
block/parallels: replace magic constants 4, 64 with proper sizeofs
Denis V. Lunev
1
-4
/
+4
2015-05-22
block/parallels: provide _co_readv routine for parallels format driver
Denis V. Lunev
1
-21
/
+33
2015-05-22
block/parallels: add get_block_status
Roman Kagan
1
-0
/
+21
2015-05-22
block/parallels: read up to cluster end in one go
Roman Kagan
1
-5
/
+13
2015-05-22
block/parallels: switch to bdrv_read
Roman Kagan
1
-9
/
+11
2015-05-22
block/parallels: rename parallels_header to ParallelsHeader
Denis V. Lunev
1
-4
/
+4
2015-05-12
Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into st...
Peter Maydell
1
-3
/
+0
2015-05-11
qobject: Clean up around qtype_code
Markus Armbruster
1
-3
/
+0
2015-05-08
sheepdog: fix resource leak with sd_snapshot_create
zhanghailiang
1
-0
/
+1
2015-04-28
block: move I/O request processing to block/io.c
Stefan Hajnoczi
2
-1
/
+2541
2015-04-28
vmdk: Widen before shifting 32 bit header field
Fam Zheng
1
-1
/
+1
2015-04-28
block/dmg: make it modular
Michael Tokarev
1
-1
/
+2
2015-04-28
block/mirror: Always call block_job_sleep_ns()
Max Reitz
1
-3
/
+0
2015-04-28
block: Ensure consistent bitmap function prototypes
John Snow
2
-17
/
+11
2015-04-28
qmp: Add support of "dirty-bitmap" sync mode for drive-backup
John Snow
2
-22
/
+137
2015-04-28
qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-remove
John Snow
1
-9
/
+1
[next]