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
2018-07-12
file-posix: specify expected filetypes
John Snow
1
-8
/
+31
2018-07-10
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
16
-149
/
+311
2018-07-10
block: Use common write req handling in truncate
Fam Zheng
1
-20
/
+35
2018-07-10
block: Fix bdrv_co_truncate overlap check
Fam Zheng
1
-1
/
+2
2018-07-10
block: Use common req handling in copy offloading
Fam Zheng
1
-14
/
+10
2018-07-10
block: Use common req handling for discard
Fam Zheng
1
-10
/
+23
2018-07-10
block: Fix handling of image enlarging write
Fam Zheng
1
-3
/
+7
2018-07-10
block: Extract common write req handling
Fam Zheng
1
-34
/
+57
2018-07-10
block: Use uint64_t for BdrvTrackedRequest byte fields
Fam Zheng
1
-3
/
+5
2018-07-10
block: Use BdrvChild to discard
Fam Zheng
10
-18
/
+18
2018-07-10
block: Add copy offloading trace points
Fam Zheng
4
-0
/
+15
2018-07-10
block: Prefix file driver trace points with "file_"
Fam Zheng
3
-4
/
+4
2018-07-10
Revert "block: Remove deprecated -drive option serial"
Cornelia Huck
1
-0
/
+1
2018-07-10
block/blklogwrites: Make sure the log sector size is not too small
Ari Sundholm
1
-1
/
+4
2018-07-10
block/backup: fix fleecing scheme: use serialized writes
Vladimir Sementsov-Ogievskiy
1
-6
/
+14
2018-07-10
block: add BDRV_REQ_SERIALISING flag
Vladimir Sementsov-Ogievskiy
1
-1
/
+27
2018-07-10
block: split flags in copy_range
Vladimir Sementsov-Ogievskiy
7
-52
/
+75
2018-07-10
block/io: fix copy_range
Vladimir Sementsov-Ogievskiy
1
-15
/
+27
2018-07-10
block: Fix copy-on-read crash with partial final cluster
Kevin Wolf
1
-0
/
+6
2018-07-10
block: Poll after drain on attaching a node
Kevin Wolf
1
-6
/
+20
2018-07-09
qcow2: add overlap check for bitmap directory
Vladimir Sementsov-Ogievskiy
4
-30
/
+54
2018-07-09
vmdk: Fix possible segfault with non-VMDK backing
Max Reitz
1
-0
/
+6
2018-07-09
raw: Drop superfluous semicolon
Fam Zheng
1
-1
/
+1
2018-07-09
qcow2: Drop unreachable break
Fam Zheng
1
-1
/
+0
2018-07-09
file-posix: Fix fd_open check in raw_co_copy_range_to
Fam Zheng
1
-1
/
+1
2018-07-09
qcow2: Drop unused cluster_data
Fam Zheng
1
-2
/
+0
2018-07-05
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
6
-33
/
+679
2018-07-05
file-posix: Unlock FD after creation
Max Reitz
1
-3
/
+14
2018-07-05
file-posix: Fix creation locking
Max Reitz
1
-2
/
+2
2018-07-05
block/blklogwrites: Add an option for the update interval of the log superblock
Ari Sundholm
1
-2
/
+18
2018-07-05
block/blklogwrites: Add an option for appending to an old log
Ari Sundholm
1
-14
/
+133
2018-07-05
block/blklogwrites: Change log_sector_size from int64_t to uint64_t
Ari Sundholm
1
-5
/
+3
2018-07-05
block/crypto: Fix memory leak in create error path
Kevin Wolf
1
-1
/
+1
2018-07-05
block: Add blklogwrites
Aapo Vienamo
2
-0
/
+415
2018-07-05
qcow2: add compress threads
Vladimir Sementsov-Ogievskiy
2
-1
/
+64
2018-07-05
qcow2: refactor data compression
Vladimir Sementsov-Ogievskiy
1
-27
/
+51
2018-07-04
dirty-bitmap: fix double lock on bitmap enabling
Vladimir Sementsov-Ogievskiy
1
-1
/
+2
2018-07-04
block/dirty-bitmap: add bdrv_enable_dirty_bitmap_locked
Vladimir Sementsov-Ogievskiy
1
-2
/
+7
2018-07-03
Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging
Peter Maydell
3
-57
/
+129
2018-07-03
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-07-02' into st...
Peter Maydell
4
-3
/
+13
2018-07-02
backup: Use copy offloading
Fam Zheng
2
-41
/
+110
2018-07-02
block: Honour BDRV_REQ_NO_SERIALISING in copy range
Fam Zheng
1
-2
/
+4
2018-07-02
block: Fix parameter checking in bdrv_co_copy_range_internal
Fam Zheng
1
-14
/
+15
2018-07-02
nbd/client: Add x-dirty-bitmap to query bitmap from server
Eric Blake
3
-2
/
+12
2018-07-02
iscsi: Avoid potential for get_status overflow
Eric Blake
1
-1
/
+1
2018-07-02
vdi: Use definitions from "qemu/units.h"
Philippe Mathieu-Daudé
1
-4
/
+3
2018-06-29
block: Remove unused sector-based vectored I/O
Eric Blake
1
-36
/
+0
2018-06-29
vhdx: Switch to byte-based calls
Eric Blake
1
-6
/
+6
2018-06-29
replication: Switch to byte-based calls
Eric Blake
1
-6
/
+8
2018-06-29
qcow: Switch to a byte-based driver
Eric Blake
1
-15
/
+20
[next]