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: simplify removal of completed iocbs from the list
Paolo Bonzini
2014-12-12
1
-6
/
+6
*
linux-aio: drop return code from laio_io_unplug and ioq_submit
Paolo Bonzini
2014-12-12
2
-11
/
+6
*
linux-aio: rename LaioQueue idx field to "n"
Paolo Bonzini
2014-12-12
1
-6
/
+6
*
linux-aio: track whether the queue is blocked
Paolo Bonzini
2014-12-12
1
-20
/
+27
*
linux-aio: queue requests that cannot be submitted
Paolo Bonzini
2014-12-12
1
-42
/
+33
*
block: vhdx - set .bdrv_has_zero_init to bdrv_has_zero_init_1
Jeff Cody
2014-12-12
1
-0
/
+1
*
block: vhdx - change .vhdx_create default block state to ZERO
Jeff Cody
2014-12-12
1
-2
/
+4
*
block: vhdx - update PAYLOAD_BLOCK_UNMAPPED value to match 1.00 spec
Jeff Cody
2014-12-12
2
-2
/
+4
*
block: vhdx - remove redundant comments
Jeff Cody
2014-12-12
1
-4
/
+4
*
block/rbd: fix memory leak
Gonglei
2014-12-12
1
-4
/
+4
*
vmdk: Fix error for JSON descriptor file names
Max Reitz
2014-12-12
1
-1
/
+9
*
vmdk: Set errp on failures in vmdk_open_vmdk4
Fam Zheng
2014-12-10
1
-0
/
+3
*
vmdk: Remove unnecessary initialization
Fam Zheng
2014-12-10
1
-1
/
+1
*
vmdk: Check descriptor file length when reading it
Fam Zheng
2014-12-10
1
-0
/
+8
*
vmdk: Clean up descriptor file reading
Fam Zheng
2014-12-10
1
-2
/
+3
*
vmdk: Fix comment to match code of extent lines
Fam Zheng
2014-12-10
1
-2
/
+4
*
vmdk: Use g_random_int to generate CID
Fam Zheng
2014-12-10
1
-2
/
+3
*
block: remove BLOCK_OPT_NOCOW from vpc_create_opts
Jeff Cody
2014-12-10
1
-5
/
+0
*
block: remove BLOCK_OPT_NOCOW from vdi_create_opts
Jeff Cody
2014-12-10
1
-5
/
+0
*
block/raw-posix: Fix ret in raw_open_common()
Max Reitz
2014-12-10
1
-0
/
+1
*
qcow2: Respect bdrv_truncate() error
Max Reitz
2014-12-10
1
-2
/
+1
*
qcow2: Flushing the caches in qcow2_close may fail
Max Reitz
2014-12-10
1
-3
/
+16
*
qcow2: Prevent numerical overflow
Max Reitz
2014-12-10
1
-1
/
+1
*
block/nfs: Add create_opts
Max Reitz
2014-12-10
1
-0
/
+15
*
block/vvfat: qcow driver may not be found
Max Reitz
2014-12-10
1
-0
/
+6
*
block: Omit bdrv_find_format for essential drivers
Max Reitz
2014-12-10
1
-4
/
+3
*
block: Make essential BlockDriver objects public
Max Reitz
2014-12-10
4
-4
/
+4
*
block: do not use get_clock()
Paolo Bonzini
2014-12-10
2
-6
/
+8
*
qcow2: Fix header extension size check
Kevin Wolf
2014-12-10
1
-1
/
+1
*
raw: Prohibit dangerous writes for probed images
Kevin Wolf
2014-12-10
1
-1
/
+63
*
block: Add blk_add_close_notifier() for BB
Max Reitz
2014-12-10
1
-0
/
+5
*
block: Add AioContextNotifier functions to BB
Max Reitz
2014-12-10
1
-0
/
+18
*
block: Lift more functions into BlockBackend
Max Reitz
2014-12-10
1
-0
/
+15
*
blkdebug: Simplify and improve filename generation
Max Reitz
2014-12-10
1
-71
/
+28
*
block/qapi: Add cache information to query-block
Kevin Wolf
2014-12-10
1
-0
/
+7
*
qmp: Add optional switch "query-nodes" in query-blockstats
Fam Zheng
2014-12-10
1
-7
/
+13
*
block: Include "node-name" if present in query-blockstats
Fam Zheng
2014-12-10
1
-0
/
+5
*
Revert "qemu-img info: show nocow info"
Kevin Wolf
2014-11-24
1
-26
/
+0
*
block/raw-posix: Catch fsync() errors
Max Reitz
2014-11-18
1
-1
/
+6
*
block/raw-posix: Only sync after successful preallocation
Max Reitz
2014-11-18
1
-1
/
+3
*
block/raw-posix: Fix preallocating write() loop
Max Reitz
2014-11-18
1
-1
/
+1
*
raw-posix: The SEEK_HOLE code is flawed, rewrite it
Markus Armbruster
2014-11-18
1
-26
/
+85
*
raw-posix: SEEK_HOLE suffices, get rid of FIEMAP
Markus Armbruster
2014-11-18
1
-59
/
+4
*
raw-posix: Fix comment for raw_co_get_block_status()
Markus Armbruster
2014-11-18
1
-3
/
+1
*
vmdk: Leave bdi intact if -ENOTSUP in vmdk_get_info
Fam Zheng
2014-11-14
1
-7
/
+13
*
block/vdi: Limit maximum size even futher
Max Reitz
2014-11-09
1
-2
/
+12
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2014-11-03
17
-209
/
+558
|
\
|
*
block: let commit blockjob run in BDS AioContext
Stefan Hajnoczi
2014-11-03
1
-26
/
+44
|
*
block: let mirror blockjob run in BDS AioContext
Stefan Hajnoczi
2014-11-03
1
-26
/
+59
|
*
block: let stream blockjob run in BDS AioContext
Stefan Hajnoczi
2014-11-03
1
-14
/
+36
[next]