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
*
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
2013-09-23
1
-1
/
+1
|
\
|
*
qcow2: Correct snapshots size for overlap check
Max Reitz
2013-09-20
1
-1
/
+1
*
|
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
2013-09-23
1
-0
/
+6
|
\
\
|
|
/
|
/
|
|
*
block/iscsi: Drop iscsi_co_get_block_status for older versions of libiscsi
Stefan Weil
2013-09-18
1
-0
/
+6
*
|
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2013-09-17
32
-161
/
+932
|
\
\
|
|
/
|
/
|
|
*
qcow2: Use Error parameter
Max Reitz
2013-09-12
1
-46
/
+88
|
*
block: Error parameter for create functions
Max Reitz
2013-09-12
6
-6
/
+22
|
*
block: Error parameter for open functions
Max Reitz
2013-09-12
10
-15
/
+49
|
*
bdrv: Use "Error" for creating images
Max Reitz
2013-09-12
15
-16
/
+31
|
*
bdrv: Use "Error" for opening images
Max Reitz
2013-09-12
26
-33
/
+61
|
*
snapshot: distinguish id and name in snapshot delete
Wenchao Xia
2013-09-12
5
-22
/
+122
|
*
snapshot: new function bdrv_snapshot_find_by_id_and_name()
Wenchao Xia
2013-09-12
1
-0
/
+73
|
*
qcow2: Implement bdrv_amend_options
Max Reitz
2013-09-12
1
-0
/
+194
|
*
qcow2: Save refcount order in BDRVQcowState
Max Reitz
2013-09-12
2
-1
/
+3
|
*
qcow2-cluster: Expand zero clusters
Max Reitz
2013-09-12
3
-14
/
+253
|
*
qcow2-cache: Empty cache
Max Reitz
2013-09-12
2
-0
/
+20
|
*
raw-win32.c: Fix incorrect handling behaviour of small block files
Tal Kain
2013-09-12
1
-0
/
+1
|
*
qcow2: Discard VM state in active L1 after creating snapshot
Kevin Wolf
2013-09-12
3
-5
/
+12
|
*
qcow2: Pass discard type to qcow2_discard_clusters()
Kevin Wolf
2013-09-12
3
-6
/
+6
*
|
iscsi: split discard requests in multiple parts
Peter Lieven
2013-09-12
1
-83
/
+73
*
|
iscsi: add .bdrv_get_block_status
Peter Lieven
2013-09-12
1
-0
/
+136
*
|
iscsi: add logical block provisioning information to iscsilun
Peter Lieven
2013-09-12
1
-0
/
+77
*
|
scsi: prefer UUID to VM name for the initiator name
Paolo Bonzini
2013-09-12
1
-7
/
+16
|
/
*
raw-posix: report unwritten extents as zero
Paolo Bonzini
2013-09-06
1
-0
/
+3
*
raw-posix: return get_block_status data and flags
Paolo Bonzini
2013-09-06
1
-7
/
+10
*
block: return get_block_status data and flags for formats
Paolo Bonzini
2013-09-06
8
-19
/
+94
*
block: introduce bdrv_get_block_status API
Paolo Bonzini
2013-09-06
10
-26
/
+32
*
block: expect errors from bdrv_co_is_allocated
Paolo Bonzini
2013-09-06
3
-5
/
+7
*
block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinction
Paolo Bonzini
2013-09-06
3
-7
/
+7
*
block: make bdrv_co_is_allocated static
Paolo Bonzini
2013-09-06
3
-5
/
+5
*
cow: do not call bdrv_co_is_allocated
Paolo Bonzini
2013-09-06
1
-1
/
+1
*
cow: make writes go at a less indecent speed
Paolo Bonzini
2013-09-06
1
-3
/
+16
*
cow: make reads go at a decent speed
Paolo Bonzini
2013-09-06
1
-22
/
+32
*
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
[next]