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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-23
block: Fix typos in comments (found by codespell)
Stefan Weil
1
-1
/
+1
2018-07-10
block: Poll after drain on attaching a node
Kevin Wolf
1
-1
/
+1
2018-07-05
block: Don't silently truncate node names
Kevin Wolf
1
-0
/
+6
2018-07-05
block: Move two block permission constants to the relevant enum
Ari Sundholm
1
-6
/
+0
2018-06-29
block: Move bdrv_truncate() implementation to io.c
Kevin Wolf
1
-110
/
+1
2018-06-29
block: Convert .bdrv_truncate callback to coroutine_fn
Kevin Wolf
1
-8
/
+55
2018-06-18
block: Generalize should_update_child() rule
Max Reitz
1
-10
/
+34
2018-06-18
block: Allow graph changes in bdrv_drain_all_begin/end sections
Kevin Wolf
1
-3
/
+31
2018-06-18
block: ignore_bds_parents parameter for drain functions
Kevin Wolf
1
-4
/
+7
2018-06-18
block: Don't poll in parent drain callbacks
Kevin Wolf
1
-1
/
+1
2018-06-18
block: Drain recursively with a single BDRV_POLL_WHILE()
Kevin Wolf
1
-1
/
+1
2018-06-18
block: Really pause block jobs on drain
Kevin Wolf
1
-0
/
+9
2018-06-15
block: Add block-specific QDict header
Max Reitz
1
-0
/
+1
2018-06-11
block: Make bdrv_is_writable() public
Max Reitz
1
-3
/
+14
2018-06-11
block: Add Error parameter to bdrv_amend_options
Max Reitz
1
-2
/
+6
2018-05-23
block: Cancel job in bdrv_close_all() callers
Kevin Wolf
1
-3
/
+1
2018-05-23
job: Move completion and cancellation to Job
Kevin Wolf
1
-1
/
+3
2018-05-04
qobject: Modify qobject_ref() to return obj
Marc-André Lureau
1
-4
/
+4
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
1
-39
/
+39
2018-03-19
block: Deprecate "backing": ""
Max Reitz
1
-0
/
+4
2018-03-19
block: Handle null backing link
Max Reitz
1
-1
/
+4
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
1
-2
/
+2
2018-03-19
block: Fix leak of ignore_children in error path
Fam Zheng
1
-1
/
+1
2018-03-19
block: Fix flags in reopen queue
Fam Zheng
1
-0
/
+8
2018-03-09
block: Fail bdrv_truncate() with negative size
Kevin Wolf
1
-0
/
+5
2018-03-09
block: Make bdrv_is_whitelisted() public
Kevin Wolf
1
-1
/
+1
2018-03-09
qcow2: Use BlockdevRef in qcow2_co_create()
Kevin Wolf
1
-0
/
+47
2018-03-09
block: convert bdrv_check callback to coroutine_fn
Paolo Bonzini
1
-3
/
+40
2018-03-09
block: convert bdrv_invalidate_cache callback to coroutine_fn
Paolo Bonzini
1
-4
/
+37
2018-03-06
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-3
/
+8
2018-03-02
Include less of the generated modular QAPI headers
Markus Armbruster
1
-1
/
+0
2018-03-02
Include qapi/qmp/qerror.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-03-02
block: rename .bdrv_create() to .bdrv_co_create_opts()
Stefan Hajnoczi
1
-2
/
+2
2018-03-02
block: add BlockBackend->in_flight counter
Stefan Hajnoczi
1
-1
/
+1
2018-03-02
block: extract AIO_WAIT_WHILE() from BlockDriverState
Stefan Hajnoczi
1
-0
/
+5
2018-02-09
block: Simplify bdrv_can_write_zeroes_with_unmap()
Eric Blake
1
-7
/
+1
2018-02-09
Move include qemu/option.h from qemu-common.h to actual users
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/qmp/qbool.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/qmp/qstring.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qapi/qmp/qdict.h exactly where needed
Markus Armbruster
1
-0
/
+1
2018-02-09
Include qmp-commands.h exactly where needed
Markus Armbruster
1
-1
/
+0
2018-02-09
Include qapi/error.h exactly where needed
Markus Armbruster
1
-0
/
+2
2017-12-22
block: Keep nodes drained between reopen_queue/multiple
Kevin Wolf
1
-7
/
+16
2017-12-22
block: Allow graph changes in subtree drained section
Kevin Wolf
1
-3
/
+29
2017-12-22
block: Don't notify parents in drain call chain
Kevin Wolf
1
-4
/
+9
2017-12-22
block: Open backing image in force share mode for size probe
Fam Zheng
1
-1
/
+2
2017-12-22
block: Formats don't need CONSISTENT_READ with NO_IO
Kevin Wolf
1
-1
/
+5
2017-12-19
block: avoid recursive AioContext acquire in bdrv_inactivate_all()
Paolo Bonzini
1
-3
/
+11
2017-11-21
block: Close a BlockDriverState completely even when bs->drv is NULL
Alberto Garcia
1
-29
/
+28
2017-11-21
block: Don't use BLK_PERM_CONSISTENT_READ for format probing
Kevin Wolf
1
-1
/
+4
[next]