Sign in
qemu
/
qemu
/
dfdc48d5e2c48d28fd9aa8829928d77650b350ae
/
block
c23909e
block/backup: add 'always' bitmap sync policy
by John Snow
· 5 years ago
62aa1fb
block/backup: upgrade copy_bitmap to BdrvDirtyBitmap
by John Snow
· 5 years ago
28636b8
block/dirty-bitmap: add bdrv_dirty_bitmap_get
by John Snow
· 5 years ago
b7661ca
block/dirty-bitmap: add bdrv_dirty_bitmap_merge_internal
by John Snow
· 5 years ago
cf0cd29
block/backup: add 'never' policy to bitmap sync mode
by John Snow
· 5 years ago
c8b5650
block/backup: Add mirror sync mode 'bitmap'
by John Snow
· 5 years ago
e018ccb
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
by Peter Maydell
· 5 years ago
c6a2225
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-08-15' into staging
by Peter Maydell
· 5 years ago
54d3123
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
by Markus Armbruster
· 5 years ago
d5938f2
Clean up inclusion of sysemu/sysemu.h
by Markus Armbruster
· 5 years ago
db72581
Include qemu/main-loop.h less
by Markus Armbruster
· 5 years ago
13d4ff0
trace: Do not include qom/cpu.h into generated trace.h
by Markus Armbruster
· 5 years ago
a6b257a
file-posix: Handle undetectable alignment
by Nir Soffer
· 5 years ago
cf31293
block-backend: Queue requests while drained
by Kevin Wolf
· 5 years ago
d2da5e2
mirror: Keep mirror_top_bs drained after dropping permissions
by Kevin Wolf
· 5 years ago
421919d
block: Remove blk_pread_unthrottled()
by Kevin Wolf
· 5 years ago
8f071c9
block/nbd: refactor nbd connection parameters
by Vladimir Sementsov-Ogievskiy
· 6 years ago
b172ae2
block/nbd: add cmdline and qapi parameter reconnect-delay
by Vladimir Sementsov-Ogievskiy
· 6 years ago
a34b1e5
block/nbd: move from quit to state
by Vladimir Sementsov-Ogievskiy
· 6 years ago
a8e2bb6
block/nbd: use non-blocking io channel for nbd negotiation
by Vladimir Sementsov-Ogievskiy
· 6 years ago
962b7b3
block/nbd: split connection_co start out of nbd_client_connect
by Vladimir Sementsov-Ogievskiy
· 6 years ago
9913660
block/stream: use BDRV_REQ_PREFETCH
by Vladimir Sementsov-Ogievskiy
· 5 years ago
3299e5e
block: implement BDRV_REQ_PREFETCH
by Vladimir Sementsov-Ogievskiy
· 5 years ago
110571be
block/backup: disable copy_range for compressed backup
by Vladimir Sementsov-Ogievskiy
· 5 years ago
9adc1cb
mirror: Only mirror granularity-aligned chunks
by Max Reitz
· 5 years ago
4a5b91c
backup: Copy only dirty areas
by Max Reitz
· 5 years ago
1120407
nvme: Limit blkshift to 12 (for 4 kB blocks)
by Max Reitz
· 5 years ago
2b23f28
block/copy-on-read: Fix permissions for inactive node
by Kevin Wolf
· 5 years ago
65181d6
block: Dec. drained_end_counter before bdrv_wakeup
by Max Reitz
· 5 years ago
258867d
block/nvme: don't touch the completion entries
by Maxim Levitsky
· 5 years ago
118d1b6
block/nvme: support larger that 512 bytes sector devices
by Maxim Levitsky
· 5 years ago
461bba0
block/nvme: fix doorbell stride
by Maxim Levitsky
· 5 years ago
b9e02bb
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-07-19' into staging
by Peter Maydell
· 5 years ago
5cf42b1
nbd: Initialize reply on failure
by Eric Blake
· 5 years ago
61ad631
block: Loop unsafely in bdrv*drained_end()
by Max Reitz
· 5 years ago
e037c09
block: Do not poll in bdrv_do_drained_end()
by Max Reitz
· 5 years ago
f4c8a43
block: Make bdrv_parent_drained_[^_]*() static
by Max Reitz
· 5 years ago
8e1da77
block: Add @drained_end_counter
by Max Reitz
· 5 years ago
804db8e
block: Introduce BdrvChild.parent_quiesce_counter
by Max Reitz
· 5 years ago
697f592
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
by Peter Maydell
· 5 years ago
0b1847b
gluster: fix .bdrv_reopen_prepare when backing file is a JSON object
by Stefano Garzarella
· 5 years ago
8441d82
block/stream: Swap backing file change order
by Max Reitz
· 5 years ago
17a7c39
block/stream: Fix error path
by Max Reitz
· 5 years ago
e5182c1
block: Add BDS.never_freeze
by Max Reitz
· 5 years ago
95667c3
nvme: Set number of queues later in nvme_init()
by Michal Privoznik
· 5 years ago
8c46026
iscsi: base all handling of check condition on scsi_sense_to_errno
by Paolo Bonzini
· 5 years ago
00e3ccc
iscsi: fix busy/timeout/task set full
by Paolo Bonzini
· 5 years ago
867eccf
file-posix: Use max transfer length/segment count only for SCSI passthrough
by Maxim Levitsky
· 5 years ago
f7077c9
qcow2: Allow -o compat=v3 during qemu-img amend
by Eric Blake
· 5 years ago
197bfa7
block/qcow: Improve error when opening qcow2 files as qcow
by John Snow
· 5 years ago
c624b01
block/stream: introduce a bottom node
by Andrey Shinkevich
· 6 years ago
96a07d5
block/stream: refactor stream_run: drop goto
by Andrey Shinkevich
· 6 years ago
170d3bd
block: include base when checking image chain for block allocation
by Andrey Shinkevich
· 6 years ago
d24f802
block/rbd: increase dynamically the image size
by Stefano Garzarella
· 6 years ago
b10d49d
ssh: switch from libssh2 to libssh
by Pino Toscano
· 5 years ago
98eb973
vmdk: Add read-only support for seSparse snapshots
by Sam Eiderman
· 5 years ago
59d6ee4
vmdk: Reduce the max bound for L1 table size
by Sam Eiderman
· 5 years ago
940a2cd
vmdk: Fix comment regarding max l1_size coverage
by Sam Eiderman
· 5 years ago
a193ad3
block/commit: Drop bdrv_child_try_set_perm()
by Max Reitz
· 6 years ago
f94dc3b
block/mirror: Fix child permissions
by Max Reitz
· 6 years ago
094e363
file-posix: Update open_flags in raw_set_perm()
by Max Reitz
· 6 years ago
b23c580
block: drop bs->job
by Vladimir Sementsov-Ogievskiy
· 6 years ago
68d00e4
block/block-backend: blk_iostatus_reset: drop usage of bs->job
by Vladimir Sementsov-Ogievskiy
· 6 years ago
cc19f17
block/replication: drop usage of bs->job
by Vladimir Sementsov-Ogievskiy
· 6 years ago
1adb0b5
blkdebug: Inject errors on .bdrv_co_block_status()
by Max Reitz
· 6 years ago
f8cec15
blkdebug: Add "none" event
by Max Reitz
· 6 years ago
16789db
blkdebug: Add @iotype error option
by Max Reitz
· 6 years ago
611ae1d
block/nbd: merge NBDClientSession struct back to BDRVNBDState
by Vladimir Sementsov-Ogievskiy
· 6 years ago
86f8cdf
block/nbd: merge nbd-client.* to nbd.c
by Vladimir Sementsov-Ogievskiy
· 6 years ago
0a93b35
block/nbd-client: drop stale logout
by Vladimir Sementsov-Ogievskiy
· 6 years ago
2ea8e96
block/gluster: update .help of BLOCK_OPT_PREALLOC option
by Stefano Garzarella
· 6 years ago
abea005
block/file-posix: update .help of BLOCK_OPT_PREALLOC option
by Stefano Garzarella
· 6 years ago
a8d2532
Include qemu-common.h exactly where needed
by Markus Armbruster
· 6 years ago
0b8fa32
Include qemu/module.h where needed, drop it from qemu-common.h
by Markus Armbruster
· 6 years ago
856dfd8
qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
by Markus Armbruster
· 6 years ago
d93e572
block/io: bdrv_pdiscard: support int64_t bytes parameter
by Vladimir Sementsov-Ogievskiy
· 6 years ago
1477b6c
block/qcow2-refcount: add trace-point to qcow2_process_discards
by Vladimir Sementsov-Ogievskiy
· 6 years ago
d0ee020
block: Remove wrong bdrv_set_aio_context() calls
by Kevin Wolf
· 6 years ago
132ada8
block: Adjust AioContexts when attaching nodes
by Kevin Wolf
· 6 years ago
d861ab3
block: Add BlockBackend.ctx
by Kevin Wolf
· 6 years ago
97896a4
block: Add Error to blk_set_aio_context()
by Kevin Wolf
· 6 years ago
2b02fd8
block/linux-aio: Drop unused BlockAIOCB submission method
by Julia Suvorova
· 6 years ago
5cb2737
block/io: Delay decrementing the quiesce_counter
by Max Reitz
· 6 years ago
69f4750
block: avoid recursive block_status call if possible
by Vladimir Sementsov-Ogievskiy
· 6 years ago
62f6849
Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging
by Peter Maydell
· 6 years ago
eff0829
qapi: support external bitmaps in block-dirty-bitmap-merge
by Vladimir Sementsov-Ogievskiy
· 6 years ago
6388903
qcow2-bitmap: initialize bitmap directory alignment
by Andrey Shinkevich
· 6 years ago
c8bb23c
qcow2: skip writing zero buffers to empty COW areas
by Anton Nefedov
· 6 years ago
b441dc7
block: Make bdrv_root_attach_child() unref child_bs on failure
by Alberto Garcia
· 6 years ago
ae6b12f
block/backup: refactor: split out backup_calculate_cluster_size
by Vladimir Sementsov-Ogievskiy
· 6 years ago
c334e89
block/backup: unify different modes code path
by Vladimir Sementsov-Ogievskiy
· 6 years ago
9eb5a24
block/backup: refactor and tolerate unallocated cluster skipping
by Vladimir Sementsov-Ogievskiy
· 6 years ago
a8389e3
block/backup: move to copy_bitmap with granularity
by Vladimir Sementsov-Ogievskiy
· 6 years ago
c2da341
block/backup: simplify backup_incremental_init_copy_bitmap
by Vladimir Sementsov-Ogievskiy
· 6 years ago
8ac0f15
qcow2: do encryption in threads
by Vladimir Sementsov-Ogievskiy
· 6 years ago
5447c3a
qcow2: bdrv_co_pwritev: move encryption code out of the lock
by Vladimir Sementsov-Ogievskiy
· 6 years ago
f24196d
qcow2: qcow2_co_preadv: improve locking
by Vladimir Sementsov-Ogievskiy
· 6 years ago
6f13a31
qcow2-threads: split out generic path
by Vladimir Sementsov-Ogievskiy
· 6 years ago
0f5636c
qcow2-threads: qcow2_co_do_compress: protect queuing by mutex
by Vladimir Sementsov-Ogievskiy
· 6 years ago
269062e
qcow2-threads: use thread_pool_submit_co
by Vladimir Sementsov-Ogievskiy
· 6 years ago
Next »