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
...
|
*
qcow2: mark image clean after repair succeeds
Stefan Hajnoczi
2012-08-10
1
-13
/
+15
|
*
qed: mark image clean after repair succeeds
Stefan Hajnoczi
2012-08-10
3
-8
/
+32
*
|
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
2012-08-11
1
-30
/
+29
|
\
\
|
|
/
|
/
|
|
*
iscsi: Pick default initiator-name based on the name of the VM
Ronnie Sahlberg
2012-08-09
1
-1
/
+4
|
*
iscsi: reorganize code for parse_initiator_name
Paolo Bonzini
2012-08-08
1
-12
/
+9
|
*
iscsi: do not leak initiator_name
Paolo Bonzini
2012-08-08
1
-17
/
+16
*
|
qcow2: implement lazy refcounts
Stefan Hajnoczi
2012-08-06
3
-5
/
+86
*
|
qcow2: introduce dirty bit
Stefan Hajnoczi
2012-08-06
2
-3
/
+55
|
/
*
vvfat: Do not clobber the user's geometry
Markus Armbruster
2012-07-17
1
-24
/
+29
*
vvfat: Fix partition table
Markus Armbruster
2012-07-17
1
-3
/
+4
*
sheepdog: do not blindly memset all read buffers
Christoph Hellwig
2012-07-17
1
-19
/
+18
*
sheepdog: always use coroutine-based network functions
MORITA Kazutaka
2012-07-17
1
-66
/
+47
*
Merge remote-tracking branch 'mjt/mjt-iov2' into staging
Anthony Liguori
2012-07-09
8
-37
/
+35
|
\
|
*
cleanup qemu_co_sendv(), qemu_co_recvv() and friends
Michael Tokarev
2012-06-11
2
-11
/
+13
|
*
change qemu_iovec_to_buf() to match other to,from_buf functions
Michael Tokarev
2012-06-11
4
-5
/
+4
|
*
consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistent
Michael Tokarev
2012-06-11
2
-5
/
+5
|
*
allow qemu_iovec_from_buffer() to specify offset from which to start copying
Michael Tokarev
2012-06-11
4
-11
/
+8
|
*
consolidate qemu_iovec_memset{,_skip}() into single function and use existing...
Michael Tokarev
2012-06-11
2
-5
/
+5
*
|
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2012-07-09
7
-103
/
+153
|
\
\
|
*
|
raw: hook into blkdebug
Paolo Bonzini
2012-07-09
1
-0
/
+2
|
*
|
blkdebug: optionally tie errors to a specific sector
Paolo Bonzini
2012-07-09
1
-2
/
+24
|
*
|
blkdebug: store list of active rules
Paolo Bonzini
2012-07-09
1
-38
/
+31
|
*
|
blkdebug: pass getlength to underlying file
Paolo Bonzini
2012-07-09
1
-0
/
+6
|
*
|
blkdebug: tiny cleanup
Paolo Bonzini
2012-07-09
1
-6
/
+2
|
*
|
blkdebug: remove sync i/o events
Paolo Bonzini
2012-07-09
2
-3
/
+1
|
*
|
sheepdog: traverse pending_list from the first for each time
MORITA Kazutaka
2012-07-09
1
-6
/
+16
|
*
|
sheepdog: split outstanding list into inflight and pending
MORITA Kazutaka
2012-07-09
1
-25
/
+24
|
*
|
sheepdog: make sure we don't free aiocb before sending all requests
MORITA Kazutaka
2012-07-09
1
-13
/
+16
|
*
|
sheepdog: use coroutine based socket functions in coroutine context
MORITA Kazutaka
2012-07-09
1
-2
/
+8
|
*
|
sheepdog: restart I/O when socket becomes ready in do_co_req()
MORITA Kazutaka
2012-07-09
1
-0
/
+14
|
*
|
sheepdog: fix dprintf format strings
MORITA Kazutaka
2012-07-09
1
-4
/
+4
|
*
|
qcow2: preserve free_byte_offset when qcow2_alloc_bytes() fails
Stefan Hajnoczi
2012-07-09
1
-3
/
+4
|
*
|
qcow2: fix #ifdef'd qcow2_check_refcounts() callers
Stefan Hajnoczi
2012-07-09
2
-4
/
+4
*
|
|
ISCSI: force use of sg for SMC and SSC devices
Ronnie Sahlberg
2012-07-02
1
-0
/
+10
*
|
|
ISCSI: Add SCSI passthrough via scsi-generic to libiscsi
Ronnie Sahlberg
2012-07-02
1
-0
/
+142
|
/
/
*
|
raw-posix: Fix build without is_allocated support
Kevin Wolf
2012-06-24
1
-1
/
+8
*
|
qcow2: fix autoclear image header update
Stefan Hajnoczi
2012-06-15
1
-8
/
+9
*
|
qcow2: Fix avail_sectors in cluster allocation code
Kevin Wolf
2012-06-15
1
-1
/
+9
*
|
qcow2: Simplify calculation for COW area at the end
Kevin Wolf
2012-06-15
1
-3
/
+2
*
|
qcow2: always operate caches in writeback mode
Paolo Bonzini
2012-06-15
4
-44
/
+5
*
|
sheepdog: add coroutine_fn markers to coroutine functions
MORITA Kazutaka
2012-06-15
1
-4
/
+5
*
|
rbd: hook up cache options
Josh Durgin
2012-06-15
1
-0
/
+19
*
|
qcow2: Support for fixing refcount inconsistencies
Kevin Wolf
2012-06-15
3
-15
/
+37
*
|
qemu-img check: Print fixed clusters and recheck
Kevin Wolf
2012-06-15
1
-0
/
+2
*
|
qemu-img check -r for repairing images
Kevin Wolf
2012-06-15
3
-4
/
+15
*
|
stream: move rate limiting to a separate header file
Paolo Bonzini
2012-06-15
1
-29
/
+2
*
|
stream: move is_allocated_above to block.c
Paolo Bonzini
2012-06-15
1
-51
/
+2
*
|
stream: tweak usage of bdrv_co_is_allocated
Paolo Bonzini
2012-06-15
1
-26
/
+25
*
|
block: implement is_allocated for raw
Paolo Bonzini
2012-06-15
2
-0
/
+106
*
|
qcow2: fix endianness conversion
Zhi Yong Wu
2012-06-15
1
-1
/
+1
[prev]
[next]