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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-10-29
dirty-bitmaps: clean-up bitmaps loading and migration logic
Vladimir Sementsov-Ogievskiy
3
-24
/
+93
2018-10-29
block/dirty-bitmaps: allow clear on disabled bitmaps
John Snow
1
-1
/
+0
2018-10-29
block/dirty-bitmaps: fix merge permissions
John Snow
1
-3
/
+3
2018-10-29
block/dirty-bitmaps: add user_locked status checker
John Snow
1
-0
/
+6
2018-10-29
bloc/qcow2: drop dirty_bitmaps_loaded state variable
Vladimir Sementsov-Ogievskiy
2
-18
/
+2
2018-10-29
block/qcow2: improve error message in qcow2_inactivate
Vladimir Sementsov-Ogievskiy
1
-3
/
+3
2018-10-29
dirty-bitmap: make it possible to restore bitmap after merge
Vladimir Sementsov-Ogievskiy
1
-3
/
+14
2018-10-29
dirty-bitmap: rename bdrv_undo_clear_dirty_bitmap
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2018-10-29
dirty-bitmap: switch assert-fails to errors in bdrv_merge_dirty_bitmap
Vladimir Sementsov-Ogievskiy
1
-2
/
+13
2018-10-19
vpc: Fail open on bad header checksum
Markus Armbruster
1
-3
/
+5
2018-10-19
block: Use warn_report() & friends to report warnings
Markus Armbruster
3
-4
/
+4
2018-10-19
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
2
-4
/
+4
2018-10-12
nvme: correct locking around completion
Paolo Bonzini
1
-2
/
+0
2018-10-01
block-backend: Set werror/rerror defaults in blk_new()
Kevin Wolf
1
-0
/
+3
2018-10-01
qcow2: Explicit number replaced by a constant
Leonid Bloch
1
-2
/
+2
2018-10-01
qcow2: Set the default cache-clean-interval to 10 minutes
Leonid Bloch
2
-2
/
+4
2018-10-01
qcow2: Resize the cache upon image resizing
Leonid Bloch
1
-0
/
+11
2018-10-01
qcow2: Increase the default upper limit on the L2 cache size
Leonid Bloch
1
-1
/
+5
2018-10-01
qcow2: Assign the L2 cache relatively to the image size
Leonid Bloch
2
-15
/
+10
2018-10-01
qcow2: Avoid duplication in setting the refcount cache size
Leonid Bloch
1
-3
/
+2
2018-10-01
qcow2: Make sizes more humanly readable
Leonid Bloch
2
-5
/
+6
2018-10-01
file-posix: Forbid trying to change unsupported options during reopen
Alberto Garcia
1
-2
/
+7
2018-10-01
file-posix: x-check-cache-dropped should default to false on reopen
Alberto Garcia
1
-1
/
+1
2018-10-01
file-posix: Include filename in locking error message
Fam Zheng
1
-4
/
+6
2018-09-28
Merge remote-tracking branch 'remotes/famz/tags/staging-pull-request' into st...
Peter Maydell
1
-0
/
+21
2018-09-26
vmdk: align end of file to a sector boundary
yuchenlin
1
-0
/
+21
2018-09-25
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2018-09-2...
Peter Maydell
1
-0
/
+0
2018-09-25
trivial: Make bios files and source files non-executable
Thomas Huth
1
-0
/
+0
2018-09-25
block: Use a single global AioWait
Kevin Wolf
2
-12
/
+6
2018-09-25
block: Remove aio_poll() in bdrv_drain_poll variants
Kevin Wolf
1
-8
/
+0
2018-09-25
block-backend: Decrease in_flight only after callback
Kevin Wolf
1
-1
/
+1
2018-09-25
block-backend: Fix potential double blk_delete()
Kevin Wolf
1
-1
/
+8
2018-09-25
block-backend: Add .drained_poll callback
Kevin Wolf
1
-0
/
+9
2018-09-25
block: Add missing locking in bdrv_co_drain_bh_cb()
Kevin Wolf
1
-0
/
+15
2018-09-25
block/linux-aio: acquire AioContext before qemu_laio_process_completions
Sergio Lopez
1
-1
/
+1
2018-09-25
block/stream: refactor stream to use job callbacks
John Snow
1
-8
/
+15
2018-09-25
block/mirror: conservative mirror_exit refactor
John Snow
1
-11
/
+33
2018-09-25
block/mirror: don't install backing chain on abort
John Snow
1
-1
/
+1
2018-09-25
block/commit: refactor commit to use job callbacks
John Snow
1
-41
/
+51
2018-09-25
block/stream: add block job creation flags
John Snow
1
-2
/
+3
2018-09-25
block/mirror: add block job creation flags
John Snow
1
-2
/
+3
2018-09-25
block/commit: add block job creation flags
John Snow
1
-2
/
+3
2018-09-24
curl: Make sslverify=off disable host as well as peer verification.
Richard W.M. Jones
1
-0
/
+2
2018-09-24
block/rbd: Attempt to parse legacy filenames
Jeff Cody
1
-2
/
+52
2018-09-24
block/rbd: pull out qemu_rbd_convert_options
Jeff Cody
1
-12
/
+24
2018-09-24
Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-08-31-v2' ...
Peter Maydell
5
-121
/
+76
2018-08-31
block/backup: make function variables consistently named
John Snow
1
-31
/
+31
2018-08-31
jobs: utilize job_exit shim
John Snow
3
-42
/
+10
2018-08-31
block/mirror: utilize job_exit shim
John Snow
1
-18
/
+11
2018-08-31
block/commit: utilize job_exit shim
John Snow
1
-17
/
+5
[next]