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
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
2019-10-28
block/block-copy: limit copy_range_size to 16 MiB
Vladimir Sementsov-Ogievskiy
1
-2
/
+8
2019-10-28
block/block-copy: allocate buffer in block_copy_with_bounce_buffer
Vladimir Sementsov-Ogievskiy
1
-13
/
+8
2019-10-28
Revert "mirror: Only mirror granularity-aligned chunks"
Vladimir Sementsov-Ogievskiy
1
-29
/
+0
2019-10-28
block/mirror: support unaligned write in active mirror
Vladimir Sementsov-Ogievskiy
1
-3
/
+68
2019-10-28
block/block-backend: add blk_co_pwritev_part
Vladimir Sementsov-Ogievskiy
1
-4
/
+13
2019-10-28
block/mirror: simplify do_sync_target_write
Vladimir Sementsov-Ogievskiy
1
-67
/
+28
2019-10-26
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
4
-7
/
+8
2019-10-25
qcow2: Fix corruption bug in qcow2_detect_metadata_preallocation()
Kevin Wolf
2
-1
/
+4
2019-10-25
block/backup: drop dead code from backup_job_create
Vladimir Sementsov-Ogievskiy
1
-4
/
+1
2019-10-22
block/nbd: nbd reconnect
Vladimir Sementsov-Ogievskiy
1
-63
/
+268
2019-10-17
qcow2-bitmap: move bitmap reopen-rw code to qcow2_reopen_commit
Vladimir Sementsov-Ogievskiy
1
-1
/
+14
2019-10-17
block/qcow2-bitmap: fix and improve qcow2_reopen_bitmaps_rw
Vladimir Sementsov-Ogievskiy
1
-19
/
+58
[next]