index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux-aio: Fix laio resource leak
Gonglei
2014-07-15
1
-0
/
+5
*
block: Assert qiov length matches request length
Kevin Wolf
2014-07-14
1
-4
/
+11
*
qed: Make qiov match request size until backing file EOF
Kevin Wolf
2014-07-14
2
-8
/
+31
*
qcow2: Make qiov match request size until backing file EOF
Kevin Wolf
2014-07-14
1
-1
/
+10
*
block/backup: Fix hang for unaligned image size
Kevin Wolf
2014-07-09
1
-1
/
+1
*
linux-aio: implement io plug, unplug and flush io queue
Ming Lei
2014-07-07
3
-2
/
+141
*
raw-posix: Fix raw_getlength() to always return -errno on error
Markus Armbruster
2014-07-07
1
-6
/
+22
*
mirror: Fix qiov size for short requests
Kevin Wolf
2014-07-07
1
-1
/
+3
*
block: add backing-file option to block-stream
Jeff Cody
2014-07-01
1
-6
/
+5
*
block: extend block-commit to accept a string for the backing file
Jeff Cody
2014-07-01
1
-3
/
+6
*
block/cow: Avoid use of uninitialized cow_bs in error path
Peter Maydell
2014-07-01
1
-3
/
+4
*
qemu-img create: add 'nocow' option
Chunyan Liu
2014-07-01
5
-6
/
+89
*
block: Add replaces argument to drive-mirror
Benoît Canet
2014-06-27
1
-13
/
+47
*
block: acquire AioContext in qmp_query_blockstats()
Stefan Hajnoczi
2014-06-27
1
-0
/
+4
*
block: make bdrv_query_stats() static
Stefan Hajnoczi
2014-06-27
1
-1
/
+1
*
quorum: Add the rewrite-corrupted parameter to quorum
Benoît Canet
2014-06-27
1
-6
/
+91
*
block: Catch backing files assigned to non-COW drivers
Kevin Wolf
2014-06-26
5
-0
/
+5
*
block/nfs: add knob to set readahead
Peter Lieven
2014-06-26
1
-0
/
+4
*
block/nfs: fix url parameter checking
Peter Lieven
2014-06-26
1
-6
/
+12
*
mirror: Go through ready -> complete process for 0 len image
Fam Zheng
2014-06-26
1
-1
/
+10
*
Fix new typos (found by codespell)
Stefan Weil
2014-06-24
1
-1
/
+1
*
qapi event: convert QUORUM events
Wenchao Xia
2014-06-23
1
-17
/
+8
*
qapi event: convert other BLOCK_JOB events
Wenchao Xia
2014-06-23
1
-1
/
+1
*
qapi event: convert BLOCK_IMAGE_CORRUPTED
Wenchao Xia
2014-06-23
1
-6
/
+8
*
qapi: adjust existing defines
Wenchao Xia
2014-06-23
3
-6
/
+7
*
sheepdog: fix NULL dereference in sd_create
Liu Yuan
2014-06-23
1
-0
/
+1
*
block/iscsi: drop obsolete pointers from iscsi_co_writev
Peter Lieven
2014-06-18
1
-7
/
+2
*
block/iscsi: fix init value for iTask->retries
Peter Lieven
2014-06-18
1
-1
/
+0
*
block/iscsi: bump libiscsi requirement to 1.9.0
Peter Lieven
2014-06-18
1
-67
/
+0
*
block/iscsi: use 16 byte CDBs only when necessary
Peter Lieven
2014-06-18
1
-18
/
+40
*
block/iscsi: fix potential segfault on early callback
Peter Lieven
2014-06-18
1
-1
/
+4
*
block/iscsi: handle BUSY condition
Peter Lieven
2014-06-18
1
-12
/
+43
*
cleanup QEMUOptionParameter
Chunyan Liu
2014-06-16
18
-47
/
+37
*
vpc.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-28
/
+34
*
vmdk.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-60
/
+63
*
vhdx.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
2
-52
/
+48
*
vdi.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-38
/
+35
*
ssh.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-17
/
+15
*
sheepdog.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-55
/
+56
*
rbd.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-33
/
+30
*
raw_bsd.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-12
/
+15
*
raw-win32.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-19
/
+19
*
raw-posix.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-32
/
+27
*
qed.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
2
-56
/
+61
*
qcow2.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-122
/
+139
*
qcow.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-36
/
+36
*
nfs.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-9
/
+3
*
iscsi.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-18
/
+16
*
gluster.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-39
/
+42
*
cow.c: replace QEMUOptionParameter with QemuOpts
Chunyan Liu
2014-06-16
1
-28
/
+26
[next]