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
*
osdep: remove use of socket_error() from all code
Daniel P. Berrange
2019-11-29
1
-3
/
+2
*
util: Shorten references into SocketAddress
Eric Blake
2019-11-29
1
-6
/
+8
*
block/backup: avoid copying less than full target clusters
John Snow
2019-11-29
1
-3
/
+22
*
block/backup: make backup cluster size configurable
John Snow
2019-11-29
1
-28
/
+36
*
mirror: Add mirror_wait_for_io
Fam Zheng
2019-11-29
1
-12
/
+12
*
mirror: Rewrite mirror_iteration
Fam Zheng
2019-11-29
1
-132
/
+203
*
vhdx: Simplify vhdx_set_shift_bits()
Max Reitz
2019-11-29
1
-4
/
+4
*
vhdx: DIV_ROUND_UP() in vhdx_calc_bat_entries()
Max Reitz
2019-11-29
1
-8
/
+2
*
iscsi: add support for getting CHAP password via QCryptoSecret API
Daniel P. Berrange
2019-11-29
1
-1
/
+23
*
curl: add support for HTTP authentication parameters
Daniel P. Berrange
2019-11-29
1
-0
/
+66
*
rbd: add support for getting password from QCryptoSecret object
Daniel P. Berrange
2019-11-29
1
-0
/
+47
*
sheepdog: allow to delete snapshot
Vasiliy Tolstov
2019-11-29
1
-2
/
+123
*
block/nfs: add support for setting debug level
Peter Lieven
2019-11-29
1
-0
/
+12
*
qapi: Add burst length fields to BlockDeviceInfo
Alberto Garcia
2019-11-29
1
-0
/
+20
*
quorum: fix segfault when read fails in fifo mode
Changlong Xie
2019-11-29
1
-1
/
+2
*
nbd: enable use of TLS with NBD block driver
Daniel P. Berrange
2019-11-29
3
-12
/
+78
*
nbd: implement TLS support in the protocol negotiation
Daniel P. Berrange
2019-11-29
1
-3
/
+9
*
nbd: convert to using I/O channels for actual socket I/O
Daniel P. Berrange
2019-11-29
1
-9
/
+10
*
nbd: convert block client to use I/O channels for connection setup
Daniel P. Berrange
2019-11-29
3
-50
/
+73
*
block: add missing call to bdrv_drain_recurse
Paolo Bonzini
2019-11-29
1
-0
/
+1
*
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
2019-11-29
1
-1
/
+1
*
block: Use returned *file in bdrv_co_get_block_status
Fam Zheng
2019-11-29
1
-2
/
+2
*
vmdk: Return extent's file in bdrv_get_block_status
Fam Zheng
2019-11-29
1
-2
/
+2
*
vmdk: Fix calculation of block status's offset
Fam Zheng
2019-11-29
1
-2
/
+4
*
vpc: Assign bs->file->bs to file in vpc_co_get_block_status
Fam Zheng
2019-11-29
1
-0
/
+2
*
vdi: Assign bs->file->bs to file in vdi_co_get_block_status
Fam Zheng
2019-11-29
1
-0
/
+1
*
sheepdog: Assign bs to file in sd_co_get_block_status
Fam Zheng
2019-11-29
1
-0
/
+3
*
qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_status
Fam Zheng
2019-11-29
1
-0
/
+3
*
parallels: Assign bs->file->bs to file in parallels_co_get_block_status
Fam Zheng
2019-11-29
1
-0
/
+1
*
iscsi: Assign bs to file in iscsi_co_get_block_status
Fam Zheng
2019-11-29
1
-0
/
+3
*
raw: Assign bs to file in raw_co_get_block_status
Fam Zheng
2019-11-29
2
-0
/
+2
*
qcow2: Assign bs->file->bs to file in qcow2_co_get_block_status
Fam Zheng
2019-11-29
1
-0
/
+1
*
qcow: Assign bs->file->bs to file in qcow_co_get_block_status
Fam Zheng
2019-11-29
1
-0
/
+1
*
block: Add "file" output parameter to block status query functions
Fam Zheng
2019-11-29
14
-26
/
+48
*
block: acquire in bdrv_query_image_info
Paolo Bonzini
2019-11-29
1
-2
/
+7
*
block: Add blk_remove_all_bs()
Max Reitz
2019-11-29
1
-0
/
+15
*
block: Use blk_remove_bs() in blk_delete()
Max Reitz
2019-11-29
1
-4
/
+3
*
block: Remove BDS close notifier
Max Reitz
2019-11-29
1
-7
/
+0
*
block: Add BB-BDS remove/insert notifiers
Max Reitz
2019-11-29
1
-0
/
+20
*
vmdk: Fix converting to streamOptimized
Fam Zheng
2019-11-29
1
-1
/
+5
*
block/qapi: Emit tray_open only if there is a tray
Max Reitz
2019-11-29
1
-1
/
+1
*
block: Add blk_dev_has_tray()
Max Reitz
2019-11-29
1
-1
/
+9
*
vmdk: Create streamOptimized as version 3
Fam Zheng
2019-11-29
1
-1
/
+7
*
qcow2: Make image inaccessible after failed qcow2_invalidate_cache()
Kevin Wolf
2019-11-29
1
-0
/
+3
*
qcow2: Fix BDRV_O_INACTIVE handling in qcow2_invalidate_cache()
Kevin Wolf
2019-11-29
1
-1
/
+2
*
qcow2: Implement .bdrv_inactivate
Kevin Wolf
2019-11-29
1
-17
/
+28
*
block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE
Kevin Wolf
2019-11-29
3
-7
/
+7
*
block: Assert no write requests under BDRV_O_INCOMING
Kevin Wolf
2019-11-29
1
-0
/
+2
*
qcow2: Write full header on image creation
Kevin Wolf
2019-11-29
1
-0
/
+7
*
qcow2: Write feature table only for v3 images
Kevin Wolf
2019-11-29
1
-23
/
+25
[next]