index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-16
nbd: enable use of TLS with NBD block driver
Daniel P. Berrange
3
-12
/
+78
2016-02-16
nbd: implement TLS support in the protocol negotiation
Daniel P. Berrange
1
-3
/
+9
2016-02-16
nbd: convert to using I/O channels for actual socket I/O
Daniel P. Berrange
1
-9
/
+10
2016-02-16
nbd: convert block client to use I/O channels for connection setup
Daniel P. Berrange
3
-50
/
+73
2016-02-09
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-0
/
+1
2016-02-09
block: add missing call to bdrv_drain_recurse
Paolo Bonzini
1
-0
/
+1
2016-02-08
qapi: Swap visit_* arguments for consistent 'name' placement
Eric Blake
1
-1
/
+1
2016-02-02
block: Use returned *file in bdrv_co_get_block_status
Fam Zheng
1
-2
/
+2
2016-02-02
vmdk: Return extent's file in bdrv_get_block_status
Fam Zheng
1
-2
/
+2
2016-02-02
vmdk: Fix calculation of block status's offset
Fam Zheng
1
-2
/
+4
2016-02-02
vpc: Assign bs->file->bs to file in vpc_co_get_block_status
Fam Zheng
1
-0
/
+2
2016-02-02
vdi: Assign bs->file->bs to file in vdi_co_get_block_status
Fam Zheng
1
-0
/
+1
2016-02-02
sheepdog: Assign bs to file in sd_co_get_block_status
Fam Zheng
1
-0
/
+3
2016-02-02
qed: Assign bs->file->bs to file in bdrv_qed_co_get_block_status
Fam Zheng
1
-0
/
+3
2016-02-02
parallels: Assign bs->file->bs to file in parallels_co_get_block_status
Fam Zheng
1
-0
/
+1
2016-02-02
iscsi: Assign bs to file in iscsi_co_get_block_status
Fam Zheng
1
-0
/
+3
2016-02-02
raw: Assign bs to file in raw_co_get_block_status
Fam Zheng
2
-0
/
+2
2016-02-02
qcow2: Assign bs->file->bs to file in qcow2_co_get_block_status
Fam Zheng
1
-0
/
+1
2016-02-02
qcow: Assign bs->file->bs to file in qcow_co_get_block_status
Fam Zheng
1
-0
/
+1
2016-02-02
block: Add "file" output parameter to block status query functions
Fam Zheng
14
-26
/
+48
2016-02-02
block: acquire in bdrv_query_image_info
Paolo Bonzini
1
-2
/
+7
2016-02-02
block: Add blk_remove_all_bs()
Max Reitz
1
-0
/
+15
2016-02-02
block: Use blk_remove_bs() in blk_delete()
Max Reitz
1
-4
/
+3
2016-02-02
block: Remove BDS close notifier
Max Reitz
1
-7
/
+0
2016-02-02
block: Add BB-BDS remove/insert notifiers
Max Reitz
1
-0
/
+20
2016-02-02
vmdk: Fix converting to streamOptimized
Fam Zheng
1
-1
/
+5
2016-02-02
block/qapi: Emit tray_open only if there is a tray
Max Reitz
1
-1
/
+1
2016-02-02
block: Add blk_dev_has_tray()
Max Reitz
1
-1
/
+9
2016-01-20
vmdk: Create streamOptimized as version 3
Fam Zheng
1
-1
/
+7
2016-01-20
qcow2: Make image inaccessible after failed qcow2_invalidate_cache()
Kevin Wolf
1
-0
/
+3
2016-01-20
qcow2: Fix BDRV_O_INACTIVE handling in qcow2_invalidate_cache()
Kevin Wolf
1
-1
/
+2
2016-01-20
qcow2: Implement .bdrv_inactivate
Kevin Wolf
1
-17
/
+28
2016-01-20
block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE
Kevin Wolf
3
-7
/
+7
2016-01-20
block: Assert no write requests under BDRV_O_INCOMING
Kevin Wolf
1
-0
/
+2
2016-01-20
qcow2: Write full header on image creation
Kevin Wolf
1
-0
/
+7
2016-01-20
qcow2: Write feature table only for v3 images
Kevin Wolf
1
-23
/
+25
2016-01-20
block: Clean up includes
Peter Maydell
53
-18
/
+53
2016-01-19
block/raw-posix: avoid bogus fixup for cylinders on DASD disks
Christian Borntraeger
1
-7
/
+0
2016-01-15
nbd-server: do not exit on failed memory allocation
Paolo Bonzini
1
-0
/
+5
2016-01-15
iscsi: send readcapacity10 when readcapacity16 failed
Zhu Lingshan
1
-1
/
+6
2016-01-13
vhdx: Fix "log that needs to be replayed" error message
Markus Armbruster
1
-6
/
+7
2016-01-13
vmdk: Clean up "Invalid extent lines" error message
Markus Armbruster
1
-7
/
+13
2016-01-13
vmdk: Clean up control flow in vmdk_parse_extents() a bit
Markus Armbruster
1
-13
/
+15
2016-01-13
error: Strip trailing '\n' from error string arguments (again)
Markus Armbruster
1
-2
/
+2
2016-01-13
error: Use error_prepend() where it makes obvious sense
Markus Armbruster
2
-6
/
+4
2016-01-13
error: Use error_reportf_err() where it makes obvious sense
Markus Armbruster
1
-3
/
+2
2016-01-13
error: Use error_report_err() where appropriate (again)
Markus Armbruster
1
-2
/
+1
2016-01-11
iscsi: fix readcapacity error message
Zhu Lingshan
1
-1
/
+1
2016-01-07
block/qapi: Clear err for further error
Fam Zheng
1
-0
/
+1
2015-12-22
block/mirror: replace IOV_MAX with blk_get_max_iov()
Stefan Hajnoczi
1
-2
/
+4
[next]