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
*
sheepdog: add coroutine_fn markers
Paolo Bonzini
2011-10-21
1
-7
/
+7
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2011-10-14
3
-382
/
+60
|
\
|
*
block: use coroutine interface for raw format
Stefan Hajnoczi
2011-10-14
1
-24
/
+8
|
*
raw-posix: remove bdrv_read()/bdrv_write()
Stefan Hajnoczi
2011-10-14
1
-277
/
+0
|
*
vvfat: Fix potential buffer overflow
Kevin Wolf
2011-10-11
1
-1
/
+1
|
*
block/vvfat: Remove unused code
Stefan Weil
2011-10-11
1
-56
/
+0
|
*
block/vvfat: Fix potential memory leaks and other memory errors
Stefan Weil
2011-10-11
1
-21
/
+30
|
*
block: allow resizing of images residing on host devices
Christoph Hellwig
2011-10-11
1
-3
/
+21
*
|
block/qcow: Fix use of free() instead of g_free()
Stefan Weil
2011-10-14
1
-1
/
+1
*
|
sheepdog: correct spelling
Dong Xu Wang
2011-10-14
1
-1
/
+1
|
/
*
qed: fix use-after-free during l2 cache commit
Stefan Hajnoczi
2011-10-05
2
-5
/
+5
*
block/curl: Don't finish AIOCBs too early
Nick Thomas
2011-09-21
1
-19
/
+49
*
block/curl: Implement a flush function on the fd handlers
Nick Thomas
2011-09-21
1
-4
/
+22
*
rbd: allow escaping in config string
Sage Weil
2011-09-20
1
-2
/
+27
*
rbd: call flush, if available
Sage Weil
2011-09-20
1
-0
/
+12
*
rbd: update comment heading
Sage Weil
2011-09-20
1
-15
/
+13
*
rbd: ignore failures when reading from default conf location
Sage Weil
2011-09-20
1
-10
/
+4
*
VMDK: fix leak of extent_file
Fam Zheng
2011-09-20
1
-4
/
+10
*
raw-posix: Fix bdrv_flush error return values
Kevin Wolf
2011-09-19
1
-1
/
+8
*
nbd: support feature negotiation
Paolo Bonzini
2011-09-19
1
-2
/
+2
*
Remove blanks before \n in output strings
Stefan Weil
2011-09-16
1
-1
/
+1
*
qcow2: fix range check
Frediano Ziglio
2011-09-12
1
-7
/
+7
*
qcow2: align cluster_data to block to improve performance using O_DIRECT
Frediano Ziglio
2011-09-12
1
-7
/
+7
*
qcow2: initialize metadata before inserting in cluster_allocs
Frediano Ziglio
2011-09-12
1
-5
/
+5
*
nbd: Clean up use of block_int.h
Markus Armbruster
2011-09-12
1
-0
/
+1
*
rbd: fix leak in qemu_rbd_open failure paths
Sage Weil
2011-09-12
1
-15
/
+13
*
rbd: clean up, fix style
Sage Weil
2011-09-12
1
-9
/
+8
*
rbd: allow client id to be specified in config string
Sage Weil
2011-09-12
1
-8
/
+44
*
block: Rename bdrv_set_locked() to bdrv_lock_medium()
Markus Armbruster
2011-09-12
2
-7
/
+7
*
qcow2: removed unused depends_on field
Frediano Ziglio
2011-09-12
2
-3
/
+1
*
VMDK: bugfix, opening vSphere 4 exported image
Fam Zheng
2011-09-06
1
-2
/
+7
*
VMDK: bugfix, open Haiku vmdk image
Fam Zheng
2011-09-06
1
-4
/
+11
*
VMDK: creating streamOptimized subformat
Fam Zheng
2011-09-06
1
-6
/
+12
*
VMDK: read/write compressed extent
Fam Zheng
2011-09-06
1
-11
/
+100
*
VMDK: Opening compressed extent.
Fam Zheng
2011-09-06
1
-0
/
+16
*
VMDK: separate vmdk_read_extent/vmdk_write_extent
Fam Zheng
2011-09-06
1
-9
/
+45
*
VMDK: add twoGbMaxExtentSparse support
Fam Zheng
2011-09-06
1
-50
/
+83
*
VMDK: enable twoGbMaxExtentFlat
Fam Zheng
2011-09-06
1
-1
/
+3
*
block/raw: Fix to forward method bdrv_media_changed()
Markus Armbruster
2011-09-06
1
-0
/
+7
*
qcow2: Fix error cases to run depedent requests
Kevin Wolf
2011-09-06
1
-3
/
+4
*
qcow2: Properly initialise QcowL2Meta
Kevin Wolf
2011-09-06
1
-2
/
+3
*
linux aio: some comments
Frediano Ziglio
2011-09-06
1
-0
/
+4
*
Use new macro QEMU_PACKED for packed structures
Stefan Weil
2011-09-03
4
-10
/
+10
*
qcow2: remove unused qcow2_create_refcount_update function
Frediano Ziglio
2011-08-25
2
-20
/
+0
*
qcow2: use always stderr for debugging
Frediano Ziglio
2011-08-25
2
-3
/
+3
*
sheepdog: use coroutines
MORITA Kazutaka
2011-08-24
1
-57
/
+93
*
qcow2: remove memory leak
Frediano Ziglio
2011-08-23
1
-0
/
+2
*
qcow2: Removed QCowAIOCB entirely
Frediano Ziglio
2011-08-23
1
-127
/
+80
*
qcow2: reindent and use while before the big jump
Frediano Ziglio
2011-08-23
1
-137
/
+135
*
qcow2: remove common from QCowAIOCB
Frediano Ziglio
2011-08-23
1
-4
/
+4
[next]