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
*
raw-posix: Fix build without posix_fallocate()
Kevin Wolf
2014-09-29
1
-4
/
+14
*
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2014-09-29
2
-25
/
+41
|
\
|
*
vpc: fix beX_to_cpu() and cpu_to_beX() confusion
Stefan Hajnoczi
2014-09-25
1
-22
/
+22
|
*
blkdebug: show an error for invalid event names
Stefan Hajnoczi
2014-09-25
1
-3
/
+19
*
|
trace-events: drop orphan iscsi trace events
Stefan Hajnoczi
2014-09-26
1
-1
/
+0
|
/
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2014-09-23
19
-676
/
+403
|
\
|
*
block: vhdx - fix reading beyond pointer during image creation
Jeff Cody
2014-09-22
1
-8
/
+8
|
*
block: delete cow block driver
Stefan Hajnoczi
2014-09-22
2
-434
/
+1
|
*
block/archipelago: Fix typo in qemu_archipelago_truncate()
Chrysostomos Nanakos
2014-09-22
1
-1
/
+1
|
*
qcow2: Add overlap-check.template option
Max Reitz
2014-09-22
2
-2
/
+23
|
*
qcow2: Fix leak of QemuOpts in qcow2_open()
Max Reitz
2014-09-22
1
-2
/
+3
|
*
qcow2: Check L1/L2/reftable entries for alignment
Max Reitz
2014-09-22
2
-5
/
+82
|
*
qcow2: Use qcow2_signal_corruption() for overlaps
Max Reitz
2014-09-22
1
-21
/
+3
|
*
qcow2: Add qcow2_signal_corruption()
Max Reitz
2014-09-22
2
-0
/
+53
|
*
qapi/block: Add "fatal" to BLOCK_IMAGE_CORRUPTED
Max Reitz
2014-09-22
1
-0
/
+1
|
*
block: Introduce "null" drivers
Fam Zheng
2014-09-22
2
-0
/
+169
|
*
block: Rename qemu_aio_release -> qemu_aio_unref
Fam Zheng
2014-09-22
11
-24
/
+24
|
*
win32-aio: Drop win32_aiocb_info.cancel
Fam Zheng
2014-09-22
1
-14
/
+0
|
*
sheepdog: Convert sd_aiocb_info.cancel to .cancel_async
Fam Zheng
2014-09-22
1
-27
/
+19
|
*
rbd: Drop rbd_aiocb_info.cancel
Fam Zheng
2014-09-22
1
-22
/
+1
|
*
quorum: Convert quorum_aiocb_info.cancel to .cancel_async
Fam Zheng
2014-09-22
1
-5
/
+2
|
*
quorum: fix quorum_aio_cancel()
Liu Yuan
2014-09-22
1
-1
/
+3
|
*
qed: Drop qed_aiocb_info.cancel
Fam Zheng
2014-09-22
1
-21
/
+0
|
*
curl: Drop curl_aiocb_info.cancel
Fam Zheng
2014-09-22
1
-6
/
+0
|
*
blkverify: Drop blkverify_aiocb_info.cancel
Fam Zheng
2014-09-22
1
-19
/
+0
|
*
blkdebug: Drop blkdebug_aiocb_info.cancel
Fam Zheng
2014-09-22
1
-14
/
+1
|
*
archipelago: Drop archipelago_aiocb_info.cancel
Fam Zheng
2014-09-22
1
-16
/
+1
|
*
iscsi: Convert iscsi_aiocb_info.cancel to .cancel_async
Fam Zheng
2014-09-22
1
-15
/
+2
|
*
linux-aio: Convert laio_aiocb_info.cancel to .cancel_async
Fam Zheng
2014-09-22
1
-22
/
+8
|
*
block/vhdx.c: Mark parent_vhdx_guid variable as unused
Peter Maydell
2014-09-22
1
-1
/
+2
*
|
block: allow creation of fixed vhdx images
Adelina Tuvenie
2014-09-22
1
-1
/
+1
|
/
*
qcow2: Add falloc and full preallocation option
Hu Tao
2014-09-12
1
-10
/
+53
*
raw-posix: Add falloc and full preallocation option
Hu Tao
2014-09-12
1
-19
/
+73
*
qapi: introduce PreallocMode and new PreallocModes full and falloc.
Hu Tao
2014-09-12
1
-10
/
+18
*
block: don't convert file size to sector size
Hu Tao
2014-09-12
5
-23
/
+22
*
block: round up file size to nearest sector
Hu Tao
2014-09-12
17
-23
/
+36
*
block/archipelago: Implement bdrv_truncate()
Chrysostomos Nanakos
2014-09-10
1
-2
/
+61
*
block: Make the block accounting functions operate on BlockAcctStats
Benoît Canet
2014-09-10
1
-13
/
+10
*
block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_
Benoît Canet
2014-09-10
2
-10
/
+10
*
block: Extract the block accounting code
Benoît Canet
2014-09-10
2
-0
/
+58
*
block: Extract the BlockAcctStats structure
Benoît Canet
2014-09-10
1
-9
/
+10
*
Fix improper usage of cpu_to_be32 in vpc
Xiaodong Gong
2014-09-10
1
-4
/
+4
*
vmdk: fix buf leak in vmdk_parse_extents()
Stefan Hajnoczi
2014-09-08
1
-1
/
+1
*
vmdk: fix vmdk_parse_extents() extent_file leaks
Stefan Hajnoczi
2014-09-08
1
-0
/
+2
*
block/archipelago: Use QEMU atomic builtins
Chrysostomos Nanakos
2014-09-08
1
-53
/
+23
*
curl: The macro that you have to uncomment to get debugging is DEBUG_CURL.
Richard W.M. Jones
2014-09-02
1
-1
/
+1
*
quorum: Fix leak of opts in quorum_open
Fam Zheng
2014-08-29
1
-1
/
+2
*
blkverify: Fix leak of opts in blkverify_open
Fam Zheng
2014-08-29
1
-0
/
+1
*
nfs: Fix leak of opts in nfs_file_open
Fam Zheng
2014-08-29
1
-3
/
+7
*
curl: Don't deref NULL pointer in call to aio_poll.
Richard W.M. Jones
2014-08-29
1
-4
/
+4
[next]