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: 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
*
curl: Allow a cookie or cookies to be sent with http/https requests.
Richard W.M. Jones
2014-08-29
1
-0
/
+16
*
linux-aio: avoid deadlock in nested aio_poll() calls
Stefan Hajnoczi
2014-08-29
1
-16
/
+55
*
sheepdog: fix a core dump while do auto-reconnecting
Liu Yuan
2014-08-29
1
-1
/
+1
*
aio-win32: add support for sockets
Paolo Bonzini
2014-08-29
1
-2
/
+0
*
block/quorum: add simple read pattern support
Liu Yuan
2014-08-29
1
-48
/
+129
*
sheepdog: improve error handling for a case of failed lock
Hitoshi Mitake
2014-08-29
1
-0
/
+2
*
sheepdog: adopting protocol update for VDI locking
Hitoshi Mitake
2014-08-29
1
-1
/
+7
*
block.curl: adding 'timeout' option
Daniel Henrique Barboza
2014-08-29
1
-1
/
+12
*
mirror: fix uninitialized variable delay_ns warnings
Stefan Hajnoczi
2014-08-28
1
-3
/
+1
*
vmdk: Use bdrv_nb_sectors() where sectors, not bytes are wanted
Markus Armbruster
2014-08-22
1
-6
/
+5
*
blkdebug: Delete BH in bdrv_aio_cancel
Fam Zheng
2014-08-22
1
-0
/
+4
*
raw-posix: fix O_DIRECT short reads
Stefan Hajnoczi
2014-08-22
1
-0
/
+9
*
block/iscsi: fix memory corruption on iscsi resize
Peter Lieven
2014-08-22
1
-1
/
+2
*
block/vvfat.c: remove debugging code to reinit stderr if NULL
Michael Tokarev
2014-08-21
1
-9
/
+0
*
quorum: Implement bdrv_refresh_filename()
Max Reitz
2014-08-20
1
-0
/
+39
*
nbd: Implement bdrv_refresh_filename()
Max Reitz
2014-08-20
1
-0
/
+36
*
blkverify: Implement bdrv_refresh_filename()
Max Reitz
2014-08-20
1
-0
/
+29
*
blkdebug: Implement bdrv_refresh_filename()
Max Reitz
2014-08-20
1
-0
/
+97
*
qcow2: Add runtime options for cache sizes
Max Reitz
2014-08-20
2
-11
/
+103
*
qcow2: Use g_try_new0() for cache array
Max Reitz
2014-08-20
1
-4
/
+9
*
qcow2: Constant cache size in bytes
Max Reitz
2014-08-20
2
-4
/
+21
*
block: Drop some superfluous casts from void *
Markus Armbruster
2014-08-20
2
-5
/
+5
*
block: Use g_new() & friends to avoid multiplying sizes
Markus Armbruster
2014-08-20
6
-7
/
+6
*
block: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2014-08-20
15
-32
/
+31
*
qcow2: fix new_blocks double-free in alloc_refcount_block()
Stefan Hajnoczi
2014-08-15
1
-0
/
+1
*
parallels: 2TB+ parallels images support
Denis V. Lunev
2014-08-15
1
-5
/
+20
*
parallels: split check for parallels format in parallels_open
Denis V. Lunev
2014-08-15
1
-5
/
+8
*
parallels: replace tabs with spaces in block/parallels.c
Denis V. Lunev
2014-08-15
1
-5
/
+5
*
parallels: extend parallels format header with actual data values
Denis V. Lunev
2014-08-15
1
-3
/
+5
*
blkdebug: report errors on flush too
Paolo Bonzini
2014-08-15
1
-0
/
+20
*
qcow2: Catch !*host_offset for data allocation
Max Reitz
2014-08-15
1
-0
/
+11
[next]