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-04-29
block/file-posix: Fix check_cache_dropped() error handling
Markus Armbruster
1
-1
/
+4
2020-04-29
various: Remove suspicious '\' character outside of #define in C code
Philippe Mathieu-Daudé
2
-6
/
+6
2020-04-20
block/iscsi:fix heap-buffer-overflow in iscsi_aio_ioctl_cb
Chen Qun
1
-2
/
+1
2020-04-07
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
4
-84
/
+133
2020-04-07
vpc: Don't round up already aligned BAT sizes
Kevin Wolf
1
-1
/
+1
2020-04-07
block: Fix blk->in_flight during blk_wait_while_drained()
Kevin Wolf
1
-12
/
+5
2020-04-07
block: Increase BB.in_flight for coroutine and sync interfaces
Kevin Wolf
1
-23
/
+80
2020-04-07
block-backend: Reorder flush/pdiscard function definitions
Kevin Wolf
1
-46
/
+46
2020-04-07
backup: don't acquire aio_context in backup_clean
Stefan Reiter
1
-4
/
+0
2020-04-07
replication: assert we own context before job_cancel_sync
Stefan Reiter
1
-1
/
+4
2020-04-07
qcow2: Check request size in qcow2_co_pwritev_compressed_part()
Alberto Garcia
1
-0
/
+5
2020-04-07
qcow2: Forbid discard in qcow2 v2 images with backing files
Alberto Garcia
1
-0
/
+6
2020-03-27
qcow2: Remove unused fields from BDRVQcow2State
Kevin Wolf
1
-3
/
+0
2020-03-27
mirror: Wait only for in-flight operations
Kevin Wolf
1
-1
/
+8
2020-03-27
Revert "mirror: Don't let an operation wait for itself"
Kevin Wolf
1
-12
/
+9
2020-03-27
block/iscsi:use the flags in iscsi_open() prevent Clang warning
Chen Qun
1
-1
/
+1
2020-03-26
sheepdog: Consistently set bdrv_has_zero_init_truncate
Eric Blake
1
-0
/
+2
2020-03-26
qcow2: Avoid feature name extension on small cluster size
Eric Blake
1
-2
/
+9
2020-03-26
qcow2: List autoclear bit names in header
Eric Blake
1
-1
/
+11
2020-03-26
qcow2: Comment typo fixes
Eric Blake
1
-3
/
+3
2020-03-26
block: trickle down the fallback image creation function use to the block dri...
Maxim Levitsky
4
-13
/
+19
2020-03-26
block: pass BlockDriver reference to the .bdrv_co_create
Maxim Levitsky
17
-18
/
+45
2020-03-26
block/mirror: fix use after free of local_err
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2020-03-24
block/qcow2: zero data_file child after free
Vladimir Sementsov-Ogievskiy
1
-0
/
+2
2020-03-24
block: Avoid memleak on qcow2 image info failure
Eric Blake
1
-0
/
+1
2020-03-19
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...
Peter Maydell
2
-14
/
+17
2020-03-18
block/qcow2-bitmap: use bdrv_dirty_bitmap_next_dirty
Vladimir Sementsov-Ogievskiy
1
-10
/
+5
2020-03-18
block/dirty-bitmap: improve _next_dirty_area API
Vladimir Sementsov-Ogievskiy
1
-2
/
+4
2020-03-18
block/dirty-bitmap: add _next_dirty API
Vladimir Sementsov-Ogievskiy
1
-0
/
+6
2020-03-18
block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2020-03-18
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-03-17' into...
Peter Maydell
1
-3
/
+1
2020-03-17
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-2
/
+2
2020-03-17
Use &error_abort instead of separate assert()
Markus Armbruster
1
-3
/
+1
2020-03-16
misc: Replace zero-length arrays with flexible array member (manual)
Philippe Mathieu-Daudé
1
-1
/
+1
2020-03-16
misc: Replace zero-length arrays with flexible array member (automatic)
Philippe Mathieu-Daudé
1
-1
/
+1
2020-03-16
block/io: fix bdrv_co_do_copy_on_readv
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2020-03-12
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2
-0
/
+41
2020-03-11
crypto.c: cleanup created file when block_crypto_co_create_opts_luks fails
Daniel Henrique Barboza
1
-0
/
+18
2020-03-11
block: introducing 'bdrv_co_delete_file' interface
Daniel Henrique Barboza
1
-0
/
+23
2020-03-11
block/block-copy: hide structure definitions
Vladimir Sementsov-Ogievskiy
3
-14
/
+76
2020-03-11
block/block-copy: reduce intersecting request lock
Vladimir Sementsov-Ogievskiy
1
-24
/
+105
2020-03-11
block/block-copy: rename start to offset in interfaces
Vladimir Sementsov-Ogievskiy
1
-41
/
+41
2020-03-11
block/block-copy: refactor interfaces to use bytes instead of end
Vladimir Sementsov-Ogievskiy
1
-37
/
+41
2020-03-11
block/block-copy: factor out find_conflicting_inflight_req
Vladimir Sementsov-Ogievskiy
1
-12
/
+19
2020-03-11
block/block-copy: use block_status
Vladimir Sementsov-Ogievskiy
2
-13
/
+61
2020-03-11
block/block-copy: specialcase first copy_range request
Vladimir Sementsov-Ogievskiy
1
-10
/
+31
2020-03-11
block/block-copy: fix progress calculation
Vladimir Sementsov-Ogievskiy
2
-15
/
+14
2020-03-11
block/qcow2-threads: fix qcow2_decompress
Vladimir Sementsov-Ogievskiy
1
-5
/
+7
2020-03-11
block/qcow2: do free crypto_opts in qcow2_close()
Pan Nengyuan
1
-0
/
+1
2020-03-11
block/curl: HTTP header field names are case insensitive
David Edmondson
1
-2
/
+3
[next]