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
*
threadpool: drop global thread pool
Stefan Hajnoczi
2013-03-15
2
-3
/
+9
*
sheepdog: set io_flush handler in do_co_req
MORITA Kazutaka
2013-03-15
1
-2
/
+11
*
sheepdog: use non-blocking fd in coroutine context
MORITA Kazutaka
2013-03-15
1
-4
/
+2
*
qcow2: make is_allocated return true for zero clusters
Paolo Bonzini
2013-03-15
2
-5
/
+4
*
qcow2: drop unnecessary flush in qcow2_update_snapshot_refcount()
Stefan Hajnoczi
2013-03-15
1
-4
/
+0
*
qcow2: drop flush in update_cluster_refcount()
Stefan Hajnoczi
2013-03-15
1
-2
/
+0
*
qcow2: flush in qcow2_update_snapshot_refcount()
Stefan Hajnoczi
2013-03-15
2
-6
/
+1
*
qcow2: set L2 cache dependency in qcow2_alloc_bytes()
Stefan Hajnoczi
2013-03-15
1
-1
/
+5
*
qcow2: flush refcount cache correctly in qcow2_write_snapshots()
Stefan Hajnoczi
2013-03-15
1
-1
/
+4
*
qcow2: flush refcount cache correctly in alloc_refcount_block()
Stefan Hajnoczi
2013-03-15
1
-2
/
+8
*
qcow2: Allow lazy refcounts to be enabled on the command line
Kevin Wolf
2013-03-15
3
-1
/
+39
*
block: Add options QDict to bdrv_open() prototype
Kevin Wolf
2013-03-15
4
-4
/
+4
*
block: Add options QDict to .bdrv_open()
Kevin Wolf
2013-03-15
12
-14
/
+14
*
iscsi: add iscsi_truncate support
Peter Lieven
2013-03-05
1
-47
/
+88
*
iscsi: retry read, write, flush and unmap on unit attention check conditions
Peter Lieven
2013-03-05
1
-88
/
+203
*
sheepdog: add support for connecting to unix domain socket
MORITA Kazutaka
2013-03-04
1
-12
/
+70
*
sheepdog: use inet_connect to simplify connect code
MORITA Kazutaka
2013-03-04
1
-81
/
+30
*
sheepdog: accept URIs
MORITA Kazutaka
2013-03-04
1
-34
/
+105
*
move socket_set_nodelay to osdep.c
MORITA Kazutaka
2013-03-04
1
-10
/
+1
*
qcow2: support compressed clusters in BlockFragInfo
Stefan Hajnoczi
2013-02-22
1
-0
/
+1
*
qcow2: record fragmentation statistics during check
Stefan Hajnoczi
2013-02-22
1
-1
/
+24
*
qcow2: introduce check_refcounts_l1/l2() flags
Stefan Hajnoczi
2013-02-22
1
-6
/
+12
*
qemu-img: find the image end offset during check
Federico Simoncelli
2013-02-22
1
-2
/
+8
*
block/curl: only restrict protocols with libcurl>=7.19.4
Stefan Hajnoczi
2013-02-13
1
-0
/
+4
*
Revert "block/vpc: Fix size calculation"
Stefan Hajnoczi
2013-02-12
1
-9
/
+5
*
block/raw-posix: detect readonly Linux block devices using BLKROGET
Stefan Hajnoczi
2013-02-12
1
-1
/
+48
*
block/vpc: Fix size calculation
Stefan Weil
2013-02-11
1
-5
/
+9
*
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
2013-02-11
1
-1
/
+1
*
block/curl: disable extra protocols to prevent CVE-2013-0249
Stefan Hajnoczi
2013-02-08
1
-0
/
+11
*
block/raw-posix: Build fix for O_ASYNC
Andreas Färber
2013-02-01
1
-1
/
+10
*
vmdk: Allow space in file name
Philipp Hahn
2013-02-01
1
-9
/
+1
*
parallels: Fix bdrv_open() error handling
Kevin Wolf
2013-02-01
1
-8
/
+15
*
dmg: Use g_free instead of free
Kevin Wolf
2013-02-01
1
-9
/
+9
*
dmg: Fix bdrv_open() error handling
Kevin Wolf
2013-02-01
1
-38
/
+97
*
vpc: Fix bdrv_open() error handling
Kevin Wolf
2013-02-01
1
-12
/
+30
*
cloop: Fix bdrv_open() error handling
Kevin Wolf
2013-02-01
1
-10
/
+19
*
bochs: Fix bdrv_open() error handling
Kevin Wolf
2013-02-01
1
-7
/
+15
*
sheepdog: pass vdi_id to sheep daemon for sd_close()
Liu Yuan
2013-02-01
1
-2
/
+3
*
vmdk: Allow selecting SCSI adapter in image creation
Othmar Pasteka
2013-02-01
1
-3
/
+28
*
g_malloc(0) and g_malloc0(0) return NULL; simplify
Markus Armbruster
2013-01-30
2
-8
/
+2
*
mirror: do nothing on zero-sized disk
Paolo Bonzini
2013-01-25
1
-1
/
+1
*
block/vdi: Check for bad signature
Stefan Weil
2013-01-25
1
-1
/
+5
*
block/vdi: Improved return values from vdi_open
Stefan Weil
2013-01-25
1
-3
/
+14
*
block/vdi: Improve debug output for signature
Stefan Weil
2013-01-25
1
-1
/
+1
*
block: Use error code EMEDIUMTYPE for wrong format in some block drivers
Stefan Weil
2013-01-25
6
-7
/
+7
*
mirror: support arbitrarily-sized iterations
Paolo Bonzini
2013-01-25
1
-30
/
+67
*
mirror: support more than one in-flight AIO operation
Paolo Bonzini
2013-01-25
1
-11
/
+91
*
mirror: add buf-size argument to drive-mirror
Paolo Bonzini
2013-01-25
1
-4
/
+4
*
mirror: switch mirror_iteration to AIO
Paolo Bonzini
2013-01-25
1
-41
/
+126
*
mirror: allow customizing the granularity
Paolo Bonzini
2013-01-25
1
-19
/
+33
[next]