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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2013-10-10
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
1
-3
/
+3
2013-10-09
block/iscsi: reenable iscsi_co_get_block_status
Peter Lieven
1
-3
/
+3
2013-10-07
qcow2: Free allocated L2 cluster on error
Max Reitz
1
-0
/
+4
2013-10-02
qcow2: Switch L1 table in a single sequence
Max Reitz
1
-2
/
+5
2013-10-02
block: vhdx - add migration blocker
Jeff Cody
1
-0
/
+10
2013-10-02
qcow2: CHECK_OFLAG_COPIED is obsolete
Max Reitz
1
-3
/
+1
2013-10-02
qcow2: Correct endianness in overlap check
Max Reitz
1
-2
/
+2
2013-09-27
qcow2: Remove useless count_contiguous_clusters() parameter
Kevin Wolf
1
-6
/
+6
2013-09-27
qcow2: COMPRESSED on count_contiguous_clusters
Max Reitz
1
-4
/
+2
2013-09-27
qcow2: count_contiguous_clusters and compression
Max Reitz
1
-2
/
+5
2013-09-27
qcow2: Free only newly allocated clusters on error
Max Reitz
1
-6
/
+10
2013-09-27
qcow2: Always use error path in l2_allocate
Max Reitz
1
-2
/
+3
2013-09-27
qcow2: Don't put invalid L2 table into cache
Max Reitz
1
-2
/
+4
2013-09-27
qcow2: Correct bitmap size in zero expansion
Max Reitz
1
-11
/
+27
2013-09-25
qcow2: Assert against currently impossible overflow
Max Reitz
1
-0
/
+1
2013-09-25
block: qed - use QEMU_PACKED for on-disk structures
Jeff Cody
1
-1
/
+1
2013-09-25
block: qcow2 - used QEMU_PACKED for on-disk structures
Jeff Cody
2
-2
/
+2
2013-09-25
block: vpc - use QEMU_PACKED for on-disk structures
Jeff Cody
1
-14
/
+14
2013-09-25
block: vdi - use QEMU_PACKED for on-disk structures
Jeff Cody
1
-1
/
+1
2013-09-25
rbd: avoid qemu_rbd_snap_list() memory leaks
Stefan Hajnoczi
1
-1
/
+2
2013-09-25
block: Fix compiler warning (-Werror=uninitialized)
Stefan Weil
1
-2
/
+3
2013-09-25
block: introduce BlockDriver.bdrv_needs_filename to enable some drivers.
BenoƮt Canet
6
-0
/
+16
2013-09-25
vmdk: fix cluster size check for flat extents
Fam Zheng
1
-3
/
+3
2013-09-25
qcow2: Don't shadow return value
Max Reitz
1
-1
/
+0
2013-09-23
Merge remote-tracking branch 'stefanha/block' into staging
Anthony Liguori
1
-1
/
+1
2013-09-23
Merge remote-tracking branch 'bonzini/scsi-next' into staging
Anthony Liguori
1
-0
/
+6
2013-09-20
qcow2: Correct snapshots size for overlap check
Max Reitz
1
-1
/
+1
2013-09-18
block/iscsi: Drop iscsi_co_get_block_status for older versions of libiscsi
Stefan Weil
1
-0
/
+6
2013-09-17
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
32
-161
/
+932
2013-09-12
iscsi: split discard requests in multiple parts
Peter Lieven
1
-83
/
+73
2013-09-12
qcow2: Use Error parameter
Max Reitz
1
-46
/
+88
2013-09-12
block: Error parameter for create functions
Max Reitz
6
-6
/
+22
2013-09-12
block: Error parameter for open functions
Max Reitz
10
-15
/
+49
2013-09-12
bdrv: Use "Error" for creating images
Max Reitz
15
-16
/
+31
2013-09-12
bdrv: Use "Error" for opening images
Max Reitz
26
-33
/
+61
2013-09-12
snapshot: distinguish id and name in snapshot delete
Wenchao Xia
5
-22
/
+122
2013-09-12
snapshot: new function bdrv_snapshot_find_by_id_and_name()
Wenchao Xia
1
-0
/
+73
2013-09-12
qcow2: Implement bdrv_amend_options
Max Reitz
1
-0
/
+194
2013-09-12
qcow2: Save refcount order in BDRVQcowState
Max Reitz
2
-1
/
+3
2013-09-12
qcow2-cluster: Expand zero clusters
Max Reitz
3
-14
/
+253
2013-09-12
qcow2-cache: Empty cache
Max Reitz
2
-0
/
+20
2013-09-12
raw-win32.c: Fix incorrect handling behaviour of small block files
Tal Kain
1
-0
/
+1
2013-09-12
qcow2: Discard VM state in active L1 after creating snapshot
Kevin Wolf
3
-5
/
+12
2013-09-12
qcow2: Pass discard type to qcow2_discard_clusters()
Kevin Wolf
3
-6
/
+6
2013-09-12
iscsi: add .bdrv_get_block_status
Peter Lieven
1
-0
/
+136
2013-09-12
iscsi: add logical block provisioning information to iscsilun
Peter Lieven
1
-0
/
+77
2013-09-12
scsi: prefer UUID to VM name for the initiator name
Paolo Bonzini
1
-7
/
+16
2013-09-06
raw-posix: report unwritten extents as zero
Paolo Bonzini
1
-0
/
+3
2013-09-06
raw-posix: return get_block_status data and flags
Paolo Bonzini
1
-7
/
+10
2013-09-06
block: return get_block_status data and flags for formats
Paolo Bonzini
8
-19
/
+94
[next]