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-06-18
block: Don't poll in parent drain callbacks
Kevin Wolf
1
-8
/
+16
2018-06-18
block: Drain recursively with a single BDRV_POLL_WHILE()
Kevin Wolf
1
-18
/
+45
2018-06-18
block: Remove bdrv_drain_recurse()
Kevin Wolf
1
-33
/
+3
2018-06-18
block: Really pause block jobs on drain
Kevin Wolf
2
-6
/
+42
2018-06-18
block: Avoid unnecessary aio_poll() in AIO_WAIT_WHILE()
Kevin Wolf
1
-1
/
+10
2018-06-18
block: Don't manually poll in bdrv_drain_all()
Kevin Wolf
1
-29
/
+12
2018-06-18
block: Remove 'recursive' parameter from bdrv_drain_invoke()
Kevin Wolf
1
-10
/
+3
2018-06-18
block: Use bdrv_do_drain_begin/end in bdrv_drain_all()
Kevin Wolf
1
-8
/
+2
2018-06-18
test-bdrv-drain: bdrv_drain() works with cross-AioContext events
Kevin Wolf
1
-4
/
+0
2018-06-15
block: Remove deprecated -drive option serial
Kevin Wolf
1
-1
/
+0
2018-06-15
rbd: New parameter key-secret
Markus Armbruster
1
-16
/
+25
2018-06-15
rbd: New parameter auth-client-required
Markus Armbruster
1
-10
/
+32
2018-06-15
block: Make remaining uses of qobject input visitor more robust
Markus Armbruster
2
-5
/
+15
2018-06-15
block: Factor out qobject_input_visitor_new_flat_confused()
Markus Armbruster
11
-60
/
+24
2018-06-15
block: Clean up a misuse of qobject_to() in .bdrv_co_create_opts()
Markus Armbruster
6
-30
/
+24
2018-06-15
block: Fix -drive for certain non-string scalars
Markus Armbruster
3
-30
/
+6
2018-06-15
block: Fix -blockdev for certain non-string scalars
Markus Armbruster
9
-9
/
+9
2018-06-15
block: Add block-specific QDict header
Max Reitz
17
-0
/
+17
2018-06-15
iscsi: Drop deprecated -drive parameter "filename"
Markus Armbruster
1
-21
/
+2
2018-06-15
rbd: Drop deprecated -drive parameter "filename"
Markus Armbruster
1
-16
/
+0
2018-06-11
qapi: add x-block-dirty-bitmap-merge
Vladimir Sementsov-Ogievskiy
1
-0
/
+18
2018-06-11
block/dirty-bitmap: add lock to bdrv_enable/disable_dirty_bitmap
Vladimir Sementsov-Ogievskiy
1
-2
/
+4
2018-06-11
block: simplify code around releasing bitmaps
Paolo Bonzini
1
-52
/
+32
2018-06-11
block: remove bdrv_dirty_bitmap_make_anon
Paolo Bonzini
1
-9
/
+0
2018-06-11
qcow2: Do not mark inactive images corrupt
Max Reitz
1
-1
/
+1
2018-06-11
throttle: Fix crash on reopen
Alberto Garcia
1
-21
/
+33
2018-06-11
block/qcow2-bitmap: fix free_bitmap_clusters
Vladimir Sementsov-Ogievskiy
1
-1
/
+0
2018-06-11
qcow2: Repair OFLAG_COPIED when fixing leaks
Max Reitz
1
-8
/
+17
2018-06-11
block: Add Error parameter to bdrv_amend_options
Max Reitz
1
-31
/
+41
2018-06-11
block/file-posix: File locking during creation
Max Reitz
1
-2
/
+35
2018-06-11
block/file-posix: Pass FD to locking helpers
Max Reitz
1
-13
/
+14
2018-06-05
sheepdog: remove huge BSS object
Paolo Bonzini
1
-10
/
+12
2018-06-05
sheepdog: cleanup repeated expression
Paolo Bonzini
1
-3
/
+3
2018-06-04
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
6
-95
/
+757
2018-06-04
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
11
-12
/
+12
2018-06-01
block-backend: Add blk_co_copy_range
Fam Zheng
1
-0
/
+18
2018-06-01
iscsi: Implement copy offloading
Fam Zheng
1
-0
/
+219
2018-06-01
iscsi: Create and use iscsi_co_wait_for_task
Fam Zheng
1
-37
/
+17
2018-06-01
iscsi: Query and save device designator when opening
Fam Zheng
1
-0
/
+41
2018-06-01
file-posix: Implement bdrv_co_copy_range
Fam Zheng
1
-3
/
+95
2018-06-01
qcow2: Implement copy offloading
Fam Zheng
1
-30
/
+199
2018-06-01
raw: Implement copy offloading
Fam Zheng
1
-0
/
+32
2018-06-01
raw: Check byte range uniformly
Fam Zheng
1
-25
/
+39
2018-06-01
block: Introduce API for copy offloading
Fam Zheng
1
-0
/
+97
2018-05-31
block: use local path for local headers
Michael S. Tsirkin
11
-12
/
+12
2018-05-30
block/create: Mark blockdev-create stable
Kevin Wolf
1
-2
/
+2
2018-05-30
block/create: Make x-blockdev-create a job
Kevin Wolf
1
-21
/
+46
2018-05-30
job: Add error message for failing jobs
Kevin Wolf
4
-4
/
+4
2018-05-29
vhdx: Fix vhdx_co_create() return value
Kevin Wolf
1
-1
/
+1
2018-05-29
vdi: Fix vdi_co_do_create() return value
Kevin Wolf
1
-0
/
+1
[prev]
[next]