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
2020-01-06
backup-top: Begin drain earlier
Max Reitz
1
-2
/
+2
2020-01-06
qcow2: Allow writing compressed data of multiple clusters
Andrey Shinkevich
1
-27
/
+75
2020-01-06
block: introduce compress filter driver
Andrey Shinkevich
2
-0
/
+169
2020-01-06
qcow2-bitmaps: fix qcow2_can_store_new_dirty_bitmap
Vladimir Sementsov-Ogievskiy
1
-23
/
+18
2020-01-06
throttle-groups: fix memory leak in throttle_group_set_limit:
PanNengyuan
1
-2
/
+2
2020-01-06
blkdebug: Allow taking/unsharing permissions
Max Reitz
1
-1
/
+92
2019-12-20
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-11
/
+10
2019-12-19
qcow2: Move error check of local_err near its assignment
Tuguoyi
1
-5
/
+5
2019-12-18
qcow2: Use offset_into_cluster()
Alberto Garcia
1
-5
/
+3
2019-12-18
qcow2: Declare BDRV_REQ_NO_FALLBACK supported
Kevin Wolf
1
-1
/
+2
2019-12-18
nbd: assert that Error** is not NULL in nbd_iter_channel_error
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2019-12-18
block/snapshot: rename Error ** parameter to more common errp
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2019-12-09
block/qcow2-bitmap: fix crash bug in qcow2_co_remove_persistent_dirty_bitmap
Vladimir Sementsov-Ogievskiy
1
-3
/
+6
2019-12-02
block/file-posix: Fix laio_init() error handling crash bug
Markus Armbruster
1
-1
/
+1
2019-11-26
block/qcow2-bitmap: fix bitmap migration
Vladimir Sementsov-Ogievskiy
1
-1
/
+20
2019-11-18
nbd: Don't send oversize strings
Eric Blake
1
-0
/
+10
2019-11-18
bitmap: Enforce maximum bitmap name length
Eric Blake
2
-3
/
+11
2019-11-07
qcow2: Fix QCOW2_COMPRESSED_SECTOR_MASK
Max Reitz
1
-1
/
+1
2019-11-07
qcow2-bitmap: Fix uint64_t left-shift overflow
Tuguoyi
1
-3
/
+11
2019-11-04
block/file-posix: Let post-EOF fallocate serialize
Max Reitz
1
-0
/
+36
2019-11-04
block: Add bdrv_co_get_self_request()
Max Reitz
1
-0
/
+18
2019-11-04
block: Make wait/mark serialising requests public
Max Reitz
1
-12
/
+12
2019-11-04
block/block-copy: fix s->copy_size for compressed cluster
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2019-10-28
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-10-28' in...
Peter Maydell
30
-322
/
+936
2019-10-28
block: Pass truncate exact=true where reasonable
Max Reitz
3
-5
/
+19
2019-10-28
block: Let format drivers pass @exact
Max Reitz
3
-3
/
+16
2019-10-28
block: Evaluate @exact in protocol drivers
Max Reitz
2
-2
/
+13
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
24
-55
/
+74
2019-10-28
block: Do not truncate file node when formatting
Max Reitz
3
-16
/
+0
2019-10-28
block/cor: Drop cor_co_truncate()
Max Reitz
1
-8
/
+0
2019-10-28
block: Handle filter truncation like native impl.
Max Reitz
1
-7
/
+6
2019-10-28
qcow2: Fix v3 snapshot table entry compliancy
Max Reitz
1
-0
/
+18
2019-10-28
qcow2: Repair snapshot table with too many entries
Max Reitz
1
-0
/
+14
2019-10-28
qcow2: Fix overly long snapshot tables
Max Reitz
1
-10
/
+78
2019-10-28
qcow2: Keep track of the snapshot table length
Max Reitz
1
-1
/
+13
2019-10-28
qcow2: Fix broken snapshot table entries
Max Reitz
1
-11
/
+56
2019-10-28
qcow2: Add qcow2_check_fix_snapshot_table()
Max Reitz
3
-1
/
+36
2019-10-28
qcow2: Separate qcow2_check_read_snapshot_table()
Max Reitz
3
-18
/
+120
2019-10-28
qcow2: Write v3-compliant snapshot list on upgrade
Max Reitz
1
-2
/
+30
2019-10-28
qcow2: Put qcow2_upgrade() into its own function
Max Reitz
1
-5
/
+38
2019-10-28
qcow2: Make qcow2_write_snapshots() public
Max Reitz
2
-1
/
+2
2019-10-28
qcow2: Keep unknown extra snapshot data
Max Reitz
2
-10
/
+58
2019-10-28
qcow2: Add Error ** to qcow2_read_snapshots()
Max Reitz
3
-4
/
+8
2019-10-28
qcow2: Use endof()
Max Reitz
1
-3
/
+4
2019-10-28
mirror: Do not dereference invalid pointers
Max Reitz
1
-4
/
+9
2019-10-28
block/nvme: add support for discard
Maxim Levitsky
2
-0
/
+85
2019-10-28
block/nvme: add support for write zeros
Maxim Levitsky
2
-1
/
+72
2019-10-28
block/block-copy: increase buffered copy request
Vladimir Sementsov-Ogievskiy
1
-16
/
+32
2019-10-28
block/block-copy: add memory limit
Vladimir Sementsov-Ogievskiy
1
-0
/
+5
2019-10-28
block/block-copy: refactor copying
Vladimir Sementsov-Ogievskiy
2
-70
/
+54
[next]