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
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
2013-09-06
block: introduce bdrv_get_block_status API
Paolo Bonzini
10
-26
/
+32
2013-09-06
block: expect errors from bdrv_co_is_allocated
Paolo Bonzini
3
-5
/
+7
2013-09-06
block: remove bdrv_is_allocated_above/bdrv_co_is_allocated_above distinction
Paolo Bonzini
3
-7
/
+7
2013-09-06
block: make bdrv_co_is_allocated static
Paolo Bonzini
3
-5
/
+5
2013-09-06
cow: do not call bdrv_co_is_allocated
Paolo Bonzini
1
-1
/
+1
2013-09-06
cow: make writes go at a less indecent speed
Paolo Bonzini
1
-3
/
+16
2013-09-06
cow: make reads go at a decent speed
Paolo Bonzini
1
-22
/
+32
2013-09-06
block: make bdrv_delete() static
Fam Zheng
13
-21
/
+21
2013-09-06
iscsi: use bdrv_new() instead of stack structure
Fam Zheng
1
-7
/
+9
2013-09-06
vvfat: use bdrv_new() to allocate BlockDriverState
Fam Zheng
1
-1
/
+1
2013-09-06
w32: Fix access to host devices (regression)
Stefan Weil
1
-7
/
+29
2013-09-06
block: Add iops_size to do the iops accounting for a given io size.
Benoît Canet
1
-0
/
+3
2013-09-06
block: Add support for throttling burst max in QMP and the command line.
Benoît Canet
1
-0
/
+26
2013-09-06
block: Enable the new throttling code in the block layer.
Benoît Canet
1
-12
/
+9
2013-09-03
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
10
-162
/
+759
2013-09-02
qcow2_check: Mark image consistent
Max Reitz
1
-1
/
+5
2013-09-02
qcow2-refcount: Repair shared refcount blocks
Max Reitz
2
-2
/
+147
2013-09-01
curl: qemu_bh_new() can never return NULL
Stefan Hajnoczi
1
-6
/
+0
2013-09-01
misc: Fix some typos in names and comments
Stefan Weil
1
-1
/
+1
2013-08-30
qcow2-refcount: Repair OFLAG_COPIED errors
Max Reitz
3
-8
/
+55
2013-08-30
qcow2-refcount: Move OFLAG_COPIED checks
Max Reitz
1
-33
/
+82
2013-08-30
qcow2: Employ metadata overlap checks
Max Reitz
4
-0
/
+86
2013-08-30
qcow2: Metadata overlap checks
Max Reitz
2
-0
/
+211
2013-08-30
qcow2: Add corrupt bit
Max Reitz
2
-1
/
+53
2013-08-30
qcow2-refcount: Snapshot update for zero clusters
Max Reitz
1
-17
/
+35
2013-08-30
gluster: Abort on AIO completion failure
Bharata B Rao
1
-13
/
+2
2013-08-30
block: Remove old raw driver
Kevin Wolf
1
-192
/
+0
2013-08-30
switch raw block driver from "raw.o" to "raw_bsd.o"
Laszlo Ersek
2
-35
/
+45
[next]