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
*
vvfat: correctly propagate errors
Paolo Bonzini
2014-02-21
1
-6
/
+3
*
vhdx: correctly propagate errors
Paolo Bonzini
2014-02-21
1
-12
/
+9
*
qed: correctly propagate errors
Paolo Bonzini
2014-02-21
1
-7
/
+6
*
qcow: correctly propagate errors
Paolo Bonzini
2014-02-21
1
-6
/
+6
*
curl: correctly propagate errors
Paolo Bonzini
2014-02-21
1
-8
/
+5
*
cow: correctly propagate errors
Paolo Bonzini
2014-02-21
1
-5
/
+3
*
gluster: correctly propagate errors
Paolo Bonzini
2014-02-21
1
-11
/
+13
*
gluster: default scheme to gluster:// and host to localhost.
Paolo Bonzini
2014-02-21
1
-2
/
+2
*
iscsi: correctly propagate errors in iscsi_open
Paolo Bonzini
2014-02-21
1
-50
/
+53
*
iscsi: fix indentation
Paolo Bonzini
2014-02-21
1
-22
/
+23
*
nbd: correctly propagate errors
Paolo Bonzini
2014-02-21
1
-18
/
+16
*
nbd: produce a better error if neither host nor port is passed
Paolo Bonzini
2014-02-21
1
-7
/
+6
*
block: Remove bdrv_open_image()'s force_raw option
Max Reitz
2014-02-21
2
-3
/
+3
*
block: Make bdrv_file_open() static
Max Reitz
2014-02-21
7
-15
/
+31
*
block: Add reference parameter to bdrv_open()
Max Reitz
2014-02-21
3
-4
/
+5
*
block: Change BDS parameter of bdrv_open() to **
Max Reitz
2014-02-21
5
-12
/
+16
*
qcow2: Set zero flag for discarded clusters
Kevin Wolf
2014-02-21
1
-2
/
+20
*
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
2014-02-20
15
-25
/
+25
|
\
|
*
Use error_is_set() only when necessary
Markus Armbruster
2014-02-17
15
-25
/
+25
*
|
block: mirror - use local_err to avoid NULL errp
Jeff Cody
2014-02-14
1
-2
/
+4
*
|
block: Don't throw away errno via error_setg
Jeff Cody
2014-02-14
3
-10
/
+17
*
|
block: Add notes to iSCSI's .bdrv_open and .bdrv_reopen_prepare
Jeff Cody
2014-02-14
1
-2
/
+8
|
/
*
blkdebug: Don't leak bs->file on failure
Kevin Wolf
2014-02-09
1
-5
/
+9
*
raw: Fix BlockLimits passthrough
Kevin Wolf
2014-02-09
1
-1
/
+7
*
qcow2: check for NULL l2meta
Hu Tao
2014-02-09
1
-15
/
+16
*
qcow2: fix offset overflow in qcow2_alloc_clusters_at()
Hu Tao
2014-02-09
1
-1
/
+7
*
qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset()
Hu Tao
2014-02-09
3
-15
/
+14
*
block/iscsi: always fill bs->bl.opt_transfer_length
Peter Lieven
2014-02-09
1
-3
/
+2
*
block: add native support for NFS
Peter Lieven
2014-02-09
2
-0
/
+440
*
block/vhdx: Error checking fixes
Markus Armbruster
2014-01-31
2
-6
/
+6
*
block/vmdk: add basic .bdrv_check support
Peter Lieven
2014-01-31
1
-0
/
+48
*
block: remove qcow2 .bdrv_make_empty implementation
Jeff Cody
2014-01-31
1
-21
/
+0
*
block: remove QED .bdrv_make_empty implementation
Jeff Cody
2014-01-31
1
-6
/
+0
*
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
2014-01-24
1
-0
/
+8
|
\
|
*
block: add .bdrv_reopen_prepare() stub for iscsi
Jeff Cody
2014-01-15
1
-0
/
+9
*
|
qemu-iotests: Test pwritev RMW logic
Kevin Wolf
2014-01-24
1
-0
/
+8
*
|
blkdebug: Make required alignment configurable
Kevin Wolf
2014-01-24
1
-0
/
+16
*
|
iscsi: Set bs->request_alignment
Paolo Bonzini
2014-01-24
1
-0
/
+1
*
|
block: Switch BdrvTrackedRequest to byte granularity
Kevin Wolf
2014-01-24
1
-1
/
+6
*
|
raw: Probe required direct I/O alignment
Paolo Bonzini
2014-01-24
2
-17
/
+126
*
|
block: Update BlockLimits when they might have changed
Kevin Wolf
2014-01-24
1
-0
/
+2
*
|
block: Move initialisation of BlockLimits to bdrv_refresh_limits()
Kevin Wolf
2014-01-24
4
-23
/
+67
*
|
block: resize backing image during active layer commit, if needed
Jeff Cody
2014-01-24
1
-0
/
+38
*
|
block/curl: Implement the libcurl timer callback interface
Peter Maydell
2014-01-24
1
-11
/
+70
*
|
block: Create authorizations mechanism for external snapshot and resize.
Benoît Canet
2014-01-24
1
-1
/
+1
*
|
qmp: Add QMP query-named-block-nodes to list the named BlockDriverState nodes.
Benoît Canet
2014-01-24
1
-54
/
+55
*
|
qapi: Add "backing" to BlockStats
Fam Zheng
2014-01-24
1
-0
/
+5
*
|
vmdk: Fix format specific information (create type) for streamOptimized
Fam Zheng
2014-01-24
1
-0
/
+4
*
|
drive mirror:fix memory leak
Zhang Min
2014-01-24
1
-0
/
+1
*
|
sheepdog: fix 'qemu-img map'
Liu Yuan
2014-01-24
1
-2
/
+3
[next]