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
2014-08-15
qcow2: fix new_blocks double-free in alloc_refcount_block()
Stefan Hajnoczi
1
-0
/
+1
2014-08-15
parallels: 2TB+ parallels images support
Denis V. Lunev
1
-5
/
+20
2014-08-15
parallels: split check for parallels format in parallels_open
Denis V. Lunev
1
-5
/
+8
2014-08-15
parallels: replace tabs with spaces in block/parallels.c
Denis V. Lunev
1
-5
/
+5
2014-08-15
parallels: extend parallels format header with actual data values
Denis V. Lunev
1
-3
/
+5
2014-08-15
blkdebug: report errors on flush too
Paolo Bonzini
1
-0
/
+20
2014-08-15
qcow2: Catch !*host_offset for data allocation
Max Reitz
1
-0
/
+11
2014-08-15
qcow2: Return useful error code in refcount_init()
Max Reitz
1
-2
/
+4
2014-08-15
mirror: Handle failure for potentially large allocations
Kevin Wolf
1
-1
/
+6
2014-08-15
vpc: Handle failure for potentially large allocations
Kevin Wolf
1
-1
/
+5
2014-08-15
vmdk: Handle failure for potentially large allocations
Kevin Wolf
1
-2
/
+10
2014-08-15
vhdx: Handle failure for potentially large allocations
Kevin Wolf
2
-3
/
+17
2014-08-15
vdi: Handle failure for potentially large allocations
Kevin Wolf
1
-5
/
+20
2014-08-15
rbd: Handle failure for potentially large allocations
Kevin Wolf
1
-2
/
+5
2014-08-15
raw-win32: Handle failure for potentially large allocations
Kevin Wolf
1
-1
/
+5
2014-08-15
raw-posix: Handle failure for potentially large allocations
Kevin Wolf
1
-1
/
+5
2014-08-15
qed: Handle failure for potentially large allocations
Kevin Wolf
2
-3
/
+10
2014-08-15
qcow2: Handle failure for potentially large allocations
Kevin Wolf
5
-32
/
+130
2014-08-15
qcow1: Handle failure for potentially large allocations
Kevin Wolf
1
-7
/
+26
2014-08-15
parallels: Handle failure for potentially large allocations
Kevin Wolf
1
-1
/
+5
2014-08-15
nfs: Handle failure for potentially large allocations
Kevin Wolf
1
-1
/
+5
2014-08-15
iscsi: Handle failure for potentially large allocations
Kevin Wolf
1
-1
/
+4
2014-08-15
dmg: Handle failure for potentially large allocations
Kevin Wolf
1
-6
/
+13
2014-08-15
curl: Handle failure for potentially large allocations
Kevin Wolf
1
-1
/
+7
2014-08-15
cloop: Handle failure for potentially large allocations
Kevin Wolf
1
-3
/
+20
2014-08-15
bochs: Handle failure for potentially large allocations
Kevin Wolf
1
-1
/
+5
2014-08-15
block: vpc - use block layer ops in vpc_create, instead of posix calls
Jeff Cody
1
-63
/
+43
2014-08-15
block: use the standard 'ret' instead of 'result'
Jeff Cody
1
-18
/
+18
2014-08-15
block: vdi - use block layer ops in vdi_create, instead of posix calls
Jeff Cody
1
-46
/
+29
2014-08-15
block: VHDX endian fixes
Jeff Cody
4
-56
/
+88
2014-08-15
block: vhdx - add error check
Jeff Cody
1
-0
/
+5
2014-08-15
block/archipelago: Add support for creating images
Chrysostomos Nanakos
1
-0
/
+146
2014-08-15
block/archipelago: Implement bdrv_parse_filename()
Chrysostomos Nanakos
1
-2
/
+138
2014-08-15
block: Support Archipelago as a QEMU block backend
Chrysostomos Nanakos
2
-0
/
+789
2014-08-15
qemu-img info: show nocow info
Chunyan Liu
1
-0
/
+26
2014-08-15
vmdk: Optimize cluster allocation
Fam Zheng
1
-82
/
+140
2014-08-15
block: Avoid bdrv_get_geometry() where errors should be detected
Markus Armbruster
1
-4
/
+10
2014-08-15
block: Drop superfluous aligning of bdrv_getlength()'s value
Markus Armbruster
1
-1
/
+0
2014-08-15
block: Use bdrv_nb_sectors() where sectors, not bytes are wanted
Markus Armbruster
2
-4
/
+3
2014-07-18
raw-posix: Fail gracefully if no working alignment is found
Kevin Wolf
1
-8
/
+27
2014-07-18
block: Add Error argument to bdrv_refresh_limits()
Kevin Wolf
7
-17
/
+7
2014-07-18
qcow2: Fix error path for unknown incompatible features
Kevin Wolf
1
-5
/
+16
2014-07-15
linux-aio: Fix laio resource leak
Gonglei
1
-0
/
+5
2014-07-14
block: Assert qiov length matches request length
Kevin Wolf
1
-4
/
+11
2014-07-14
qed: Make qiov match request size until backing file EOF
Kevin Wolf
2
-8
/
+31
2014-07-14
qcow2: Make qiov match request size until backing file EOF
Kevin Wolf
1
-1
/
+10
2014-07-09
block/backup: Fix hang for unaligned image size
Kevin Wolf
1
-1
/
+1
2014-07-07
linux-aio: implement io plug, unplug and flush io queue
Ming Lei
3
-2
/
+141
2014-07-07
raw-posix: Fix raw_getlength() to always return -errno on error
Markus Armbruster
1
-6
/
+22
2014-07-07
mirror: Fix qiov size for short requests
Kevin Wolf
1
-1
/
+3
[next]