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-12-03
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-12-03' into st...
Peter Maydell
1
-1
/
+20
2018-12-03
mirror: fix dead-lock
Vladimir Sementsov-Ogievskiy
1
-8
/
+5
2018-11-30
nbd/client: Send NBD_CMD_DISC if open fails after connect
Eric Blake
1
-2
/
+16
2018-11-30
nbd/client: Make x-dirty-bitmap more reliable
Eric Blake
1
-0
/
+5
2018-11-19
file-posix: Fix shared locks on reopen commit
Max Reitz
1
-1
/
+1
2018-11-19
qcow2: Don't allow overflow during cluster allocation
Eric Blake
2
-7
/
+19
2018-11-19
vvfat: Fix memory leak
Kevin Wolf
1
-3
/
+3
2018-11-12
qcow2: Read outside array bounds in qcow2_pre_write_overlap_check()
Liam Merwick
1
-8
/
+10
2018-11-12
block: Fix potential Null pointer dereferences in vvfat.c
Liam Merwick
1
-16
/
+30
2018-11-12
block: Null pointer dereference in blk_root_get_parent_desc()
Liam Merwick
1
-1
/
+2
2018-11-12
block: Make more block drivers compile-time configurable
Jeff Cody
1
-6
/
+16
2018-11-12
file-posix: Drop s->lock_fd
Fam Zheng
1
-24
/
+13
2018-11-12
file-posix: Skip effectiveless OFD lock operations
Fam Zheng
1
-10
/
+44
2018-11-12
file-posix: Use error API properly
Fam Zheng
1
-23
/
+16
2018-11-05
vdi: Use a literal number of bytes for DEFAULT_CLUSTER_SIZE
Leonid Bloch
1
-2
/
+2
2018-11-05
iscsi: Support auto-read-only option
Kevin Wolf
1
-3
/
+5
2018-11-05
gluster: Support auto-read-only option
Kevin Wolf
1
-2
/
+10
2018-11-05
curl: Support auto-read-only option
Kevin Wolf
1
-4
/
+4
2018-11-05
file-posix: Support auto-read-only option
Kevin Wolf
1
-3
/
+16
2018-11-05
nbd: Support auto-read-only option
Kevin Wolf
1
-5
/
+5
2018-11-05
block: Require auto-read-only for existing fallbacks
Kevin Wolf
5
-52
/
+22
2018-11-05
rbd: Close image in qemu_rbd_open() error path
Kevin Wolf
1
-0
/
+1
2018-11-05
block: Add auto-read-only option
Kevin Wolf
1
-0
/
+1
2018-11-05
quorum: Forbid adding children in blkverify mode
Alberto Garcia
1
-0
/
+8
2018-11-05
quorum: Return an error if the blkverify mode has invalid settings
Alberto Garcia
1
-7
/
+6
2018-11-05
quorum: Remove quorum_err()
Alberto Garcia
1
-19
/
+5
2018-11-05
block/vdi: Don't take address of fields in packed structs
Peter Maydell
1
-32
/
+32
2018-11-05
block/vhdx: Don't take address of fields in packed structs
Peter Maydell
4
-76
/
+76
2018-11-05
vpc: Don't leak opts in vpc_open()
Kevin Wolf
1
-0
/
+2
2018-11-05
block: change some function return type to bool
Li Qiang
1
-4
/
+4
2018-11-05
qcow2: Get the request alignment for encrypted images from QCryptoBlock
Alberto Garcia
1
-1
/
+1
2018-11-05
block/qcow2-bitmap: Don't take address of fields in packed structs
Peter Maydell
1
-12
/
+12
2018-11-05
block/qcow: Don't take address of fields in packed structs
Peter Maydell
1
-9
/
+9
2018-11-05
block/qcow2: Don't take address of fields in packed structs
Peter Maydell
1
-30
/
+34
2018-11-05
block/vvfat: Fix crash when reporting error about too many files in directory
Thomas Huth
1
-2
/
+2
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
[next]