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
*
block: make bdrv_delete() static
Fam Zheng
2013-09-06
13
-21
/
+21
*
iscsi: use bdrv_new() instead of stack structure
Fam Zheng
2013-09-06
1
-7
/
+9
*
vvfat: use bdrv_new() to allocate BlockDriverState
Fam Zheng
2013-09-06
1
-1
/
+1
*
w32: Fix access to host devices (regression)
Stefan Weil
2013-09-06
1
-7
/
+29
*
block: Add iops_size to do the iops accounting for a given io size.
Benoît Canet
2013-09-06
1
-0
/
+3
*
block: Add support for throttling burst max in QMP and the command line.
Benoît Canet
2013-09-06
1
-0
/
+26
*
block: Enable the new throttling code in the block layer.
Benoît Canet
2013-09-06
1
-12
/
+9
*
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2013-09-03
10
-162
/
+759
|
\
|
*
qcow2_check: Mark image consistent
Max Reitz
2013-09-02
1
-1
/
+5
|
*
qcow2-refcount: Repair shared refcount blocks
Max Reitz
2013-09-02
2
-2
/
+147
|
*
qcow2-refcount: Repair OFLAG_COPIED errors
Max Reitz
2013-08-30
3
-8
/
+55
|
*
qcow2-refcount: Move OFLAG_COPIED checks
Max Reitz
2013-08-30
1
-33
/
+82
|
*
qcow2: Employ metadata overlap checks
Max Reitz
2013-08-30
4
-0
/
+86
|
*
qcow2: Metadata overlap checks
Max Reitz
2013-08-30
2
-0
/
+211
|
*
qcow2: Add corrupt bit
Max Reitz
2013-08-30
2
-1
/
+53
|
*
qcow2-refcount: Snapshot update for zero clusters
Max Reitz
2013-08-30
1
-17
/
+35
|
*
gluster: Abort on AIO completion failure
Bharata B Rao
2013-08-30
1
-13
/
+2
|
*
block: Remove old raw driver
Kevin Wolf
2013-08-30
1
-192
/
+0
|
*
switch raw block driver from "raw.o" to "raw_bsd.o"
Laszlo Ersek
2013-08-30
2
-35
/
+45
|
*
raw_bsd: register bdrv_raw
Laszlo Ersek
2013-08-30
1
-5
/
+33
|
*
raw_bsd: add raw_create_options
Laszlo Ersek
2013-08-30
1
-1
/
+12
|
*
raw_bsd: introduce "special members"
Laszlo Ersek
2013-08-30
1
-0
/
+23
|
*
raw_bsd: add raw_create()
Laszlo Ersek
2013-08-30
1
-0
/
+4
|
*
raw_bsd: emit debug events in bdrv_co_readv() and bdrv_co_writev()
Laszlo Ersek
2013-08-30
1
-0
/
+2
|
*
add skeleton for BSD licensed "raw" BlockDriver
Laszlo Ersek
2013-08-30
1
-0
/
+108
|
*
block/qcow2.h: Avoid "1LL << 63" (shifts into sign bit)
Peter Maydell
2013-08-30
1
-3
/
+3
|
*
qcow2: Change default for new images to compat=1.1
Kevin Wolf
2013-08-30
1
-1
/
+3
*
|
curl: qemu_bh_new() can never return NULL
Stefan Hajnoczi
2013-09-01
1
-6
/
+0
*
|
misc: Fix some typos in names and comments
Stefan Weil
2013-09-01
1
-1
/
+1
|
/
*
win32-aio: drop win32_aio_flush_cb()
Stefan Hajnoczi
2013-08-22
1
-9
/
+1
*
aio / timers: Switch entire codebase to the new timer API
Alex Bligh
2013-08-22
3
-15
/
+15
*
aio / timers: convert block_job_sleep_ns and co_sleep_ns to new API
Alex Bligh
2013-08-22
4
-6
/
+6
*
vmdk: support vmfs files
Paolo Bonzini
2013-08-22
1
-2
/
+3
*
vmdk: support vmfsSparse files
Fam Zheng
2013-08-22
1
-8
/
+9
*
vmdk: fix L1 and L2 table size in vmdk3 open
Fam Zheng
2013-08-22
1
-8
/
+8
*
vmdk: Move l1_size check into vmdk_add_extent()
Fam Zheng
2013-08-22
1
-8
/
+8
*
block: Introduce bs->zero_beyond_eof
Asias He
2013-08-22
1
-0
/
+3
*
qcow2: Change default for new images to compat=1.1
Kevin Wolf
2013-08-21
1
-1
/
+1
*
aio: drop io_flush argument
Stefan Hajnoczi
2013-08-19
8
-34
/
+25
*
block/ssh: drop return_true()
Stefan Hajnoczi
2013-08-19
1
-9
/
+1
*
block/sheepdog: drop have_co_req() and aio_flush_request()
Stefan Hajnoczi
2013-08-19
1
-20
/
+5
*
block/rbd: drop qemu_rbd_aio_flush_cb()
Stefan Hajnoczi
2013-08-19
1
-13
/
+1
*
block/nbd: drop nbd_have_request()
Stefan Hajnoczi
2013-08-19
1
-10
/
+3
*
block/linux-aio: drop qemu_laio_completion_cb()
Stefan Hajnoczi
2013-08-19
1
-15
/
+2
*
block/iscsi: drop iscsi_process_flush()
Stefan Hajnoczi
2013-08-19
1
-8
/
+1
*
block/gluster: drop qemu_gluster_aio_flush_cb()
Stefan Hajnoczi
2013-08-19
1
-17
/
+1
*
block/curl: drop curl_aio_flush()
Stefan Hajnoczi
2013-08-19
1
-19
/
+3
*
block: stop relying on io_flush() in bdrv_drain_all()
Stefan Hajnoczi
2013-08-19
1
-1
/
+5
*
raw: add license header
Paolo Bonzini
2013-08-12
1
-0
/
+23
*
vmdk: rename num_gtes_per_gte to num_gtes_per_gt
Fam Zheng
2013-08-06
1
-8
/
+9
[next]