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-07-30
nvme: Limit blkshift to 12 (for 4 kB blocks)
Max Reitz
1
-11
/
+11
2019-07-30
block/copy-on-read: Fix permissions for inactive node
Kevin Wolf
1
-9
/
+7
2019-07-22
block: Dec. drained_end_counter before bdrv_wakeup
Max Reitz
1
-3
/
+2
2019-07-22
block/nvme: don't touch the completion entries
Maxim Levitsky
1
-4
/
+1
2019-07-22
block/nvme: support larger that 512 bytes sector devices
Maxim Levitsky
1
-5
/
+40
2019-07-22
block/nvme: fix doorbell stride
Maxim Levitsky
1
-1
/
+1
2019-07-22
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-07-19' into st...
Peter Maydell
1
-3
/
+2
2019-07-19
nbd: Initialize reply on failure
Eric Blake
1
-3
/
+2
2019-07-19
block: Loop unsafely in bdrv*drained_end()
Max Reitz
1
-4
/
+4
2019-07-19
block: Do not poll in bdrv_do_drained_end()
Max Reitz
2
-26
/
+60
2019-07-19
block: Make bdrv_parent_drained_[^_]*() static
Max Reitz
1
-4
/
+4
2019-07-19
block: Add @drained_end_counter
Max Reitz
1
-18
/
+40
2019-07-19
block: Introduce BdrvChild.parent_quiesce_counter
Max Reitz
1
-3
/
+11
2019-07-16
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-15
/
+14
2019-07-15
gluster: fix .bdrv_reopen_prepare when backing file is a JSON object
Stefano Garzarella
1
-1
/
+11
2019-07-15
block/stream: Swap backing file change order
Max Reitz
1
-1
/
+1
2019-07-15
block/stream: Fix error path
Max Reitz
1
-1
/
+1
2019-07-15
block: Add BDS.never_freeze
Max Reitz
2
-0
/
+8
2019-07-15
nvme: Set number of queues later in nvme_init()
Michal Privoznik
1
-1
/
+1
2019-07-15
iscsi: base all handling of check condition on scsi_sense_to_errno
Paolo Bonzini
1
-15
/
+14
2019-07-15
iscsi: fix busy/timeout/task set full
Paolo Bonzini
1
-1
/
+1
2019-07-12
file-posix: Use max transfer length/segment count only for SCSI passthrough
Maxim Levitsky
1
-26
/
+28
2019-07-08
qcow2: Allow -o compat=v3 during qemu-img amend
Eric Blake
1
-3
/
+3
2019-07-08
block/qcow: Improve error when opening qcow2 files as qcow
John Snow
1
-1
/
+6
2019-07-02
block/stream: introduce a bottom node
Andrey Shinkevich
1
-20
/
+23
2019-07-02
block/stream: refactor stream_run: drop goto
Andrey Shinkevich
1
-9
/
+4
2019-07-02
block: include base when checking image chain for block allocation
Andrey Shinkevich
6
-11
/
+21
2019-07-02
block/rbd: increase dynamically the image size
Stefano Garzarella
1
-3
/
+39
2019-06-24
ssh: switch from libssh2 to libssh
Pino Toscano
3
-301
/
+371
2019-06-24
vmdk: Add read-only support for seSparse snapshots
Sam Eiderman
1
-16
/
+342
2019-06-24
vmdk: Reduce the max bound for L1 table size
Sam Eiderman
1
-6
/
+7
2019-06-24
vmdk: Fix comment regarding max l1_size coverage
Sam Eiderman
1
-3
/
+8
2019-06-18
block/commit: Drop bdrv_child_try_set_perm()
Max Reitz
1
-2
/
+0
2019-06-18
block/mirror: Fix child permissions
Max Reitz
1
-9
/
+23
2019-06-18
file-posix: Update open_flags in raw_set_perm()
Max Reitz
1
-0
/
+4
2019-06-18
block: drop bs->job
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-06-18
block/block-backend: blk_iostatus_reset: drop usage of bs->job
Vladimir Sementsov-Ogievskiy
1
-4
/
+0
2019-06-18
block/replication: drop usage of bs->job
Vladimir Sementsov-Ogievskiy
2
-25
/
+34
2019-06-14
blkdebug: Inject errors on .bdrv_co_block_status()
Max Reitz
1
-0
/
+8
2019-06-14
blkdebug: Add "none" event
Max Reitz
1
-0
/
+2
2019-06-14
blkdebug: Add @iotype error option
Max Reitz
1
-9
/
+41
2019-06-13
block/nbd: merge NBDClientSession struct back to BDRVNBDState
Vladimir Sementsov-Ogievskiy
1
-103
/
+94
2019-06-13
block/nbd: merge nbd-client.* to nbd.c
Vladimir Sementsov-Ogievskiy
5
-1322
/
+1255
2019-06-13
block/nbd-client: drop stale logout
Vladimir Sementsov-Ogievskiy
3
-12
/
+5
2019-06-12
block/gluster: update .help of BLOCK_OPT_PREALLOC option
Stefano Garzarella
1
-1
/
+8
2019-06-12
block/file-posix: update .help of BLOCK_OPT_PREALLOC option
Stefano Garzarella
1
-1
/
+5
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
16
-12
/
+4
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
23
-6
/
+23
2019-06-11
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
Markus Armbruster
2
-0
/
+2
2019-06-04
block/io: bdrv_pdiscard: support int64_t bytes parameter
Vladimir Sementsov-Ogievskiy
1
-8
/
+8
[next]