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
/
block-backend.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-01-27
block: Separate blk_is_writable() and blk_supports_write_perm()
Kevin Wolf
1
-3
/
+16
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-7
/
+8
2020-09-07
commit: Deal with filters
Max Reitz
1
-2
/
+5
2020-07-21
block: fix bdrv_aio_cancel() for ENOMEDIUM requests
Stefan Hajnoczi
1
-0
/
+8
2020-07-14
block: Avoid stale pointer dereference in blk_get_aio_context()
Greg Kurz
1
-1
/
+3
2020-05-18
block: Pass BdrvChildRole in remaining cases
Max Reitz
1
-4
/
+7
2020-05-18
block: Pass parent_is_format to .inherit_options()
Max Reitz
1
-1
/
+1
2020-05-18
block: Pass BdrvChildRole to .inherit_options()
Max Reitz
1
-1
/
+2
2020-05-18
block: Add BdrvChildRole to BdrvChild
Max Reitz
1
-2
/
+2
2020-05-18
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
1
-3
/
+3
2020-05-18
block: Add blk_make_empty()
Max Reitz
1
-0
/
+10
2020-05-05
block: Add blk_new_with_bs() helper
Eric Blake
1
-0
/
+23
2020-04-30
block-backend: Add flags to blk_truncate()
Kevin Wolf
1
-2
/
+2
2020-04-30
block: Add flags to bdrv(_co)_truncate()
Kevin Wolf
1
-1
/
+1
2020-04-07
block: Fix blk->in_flight during blk_wait_while_drained()
Kevin Wolf
1
-12
/
+5
2020-04-07
block: Increase BB.in_flight for coroutine and sync interfaces
Kevin Wolf
1
-23
/
+80
2020-04-07
block-backend: Reorder flush/pdiscard function definitions
Kevin Wolf
1
-46
/
+46
2019-10-28
block: Add @exact parameter to bdrv_co_truncate()
Max Reitz
1
-3
/
+3
2019-10-28
block/block-backend: add blk_co_pwritev_part
Vladimir Sementsov-Ogievskiy
1
-4
/
+13
2019-10-14
replay: add BH oneshot event for block layer
Pavel Dovgalyuk
1
-3
/
+6
2019-08-16
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-19
/
+50
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-1
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
trace: Do not include qom/cpu.h into generated trace.h
Markus Armbruster
1
-0
/
+1
2019-08-16
block-backend: Queue requests while drained
Kevin Wolf
1
-3
/
+50
2019-08-16
block: Remove blk_pread_unthrottled()
Kevin Wolf
1
-16
/
+0
2019-07-19
block: Do not poll in bdrv_do_drained_end()
Max Reitz
1
-3
/
+3
2019-06-18
block/block-backend: blk_iostatus_reset: drop usage of bs->job
Vladimir Sementsov-Ogievskiy
1
-4
/
+0
2019-06-04
block: Adjust AioContexts when attaching nodes
Kevin Wolf
1
-5
/
+4
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
1
-3
/
+15
2019-06-04
block: Add Error to blk_set_aio_context()
Kevin Wolf
1
-10
/
+16
2019-05-28
block: Make bdrv_root_attach_child() unref child_bs on failure
Alberto Garcia
1
-2
/
+1
2019-05-20
block: Add blk_set_allow_aio_context_change()
Kevin Wolf
1
-0
/
+10
2019-05-20
block: Implement .(can_)set_aio_ctx for BlockBackend
Kevin Wolf
1
-2
/
+43
2019-04-01
block: Add bdrv_get_request_alignment()
Eric Blake
1
-0
/
+7
2019-02-26
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-2
/
+2
2019-02-25
block-backend: Make blk_inc/dec_in_flight public
Kevin Wolf
1
-2
/
+2
2019-02-22
block/block-backend: use QEMU_IOVEC_INIT_BUF
Vladimir Sementsov-Ogievskiy
1
-11
/
+2
2019-02-01
block: Remove blk_attach_dev_legacy() / legacy_dev code
Thomas Huth
1
-45
/
+9
2019-02-01
block: Fix hangs in synchronous APIs with iothreads
Kevin Wolf
1
-0
/
+5
2019-01-31
qapi: add x-debug-query-block-graph
Vladimir Sementsov-Ogievskiy
1
-0
/
+5
2018-11-12
block: Null pointer dereference in blk_root_get_parent_desc()
Liam Merwick
1
-1
/
+2
2018-11-05
block: change some function return type to bool
Li Qiang
1
-4
/
+4
2018-10-01
block-backend: Set werror/rerror defaults in blk_new()
Kevin Wolf
1
-0
/
+3
2018-09-25
block: Use a single global AioWait
Kevin Wolf
1
-7
/
+4
2018-09-25
block-backend: Decrease in_flight only after callback
Kevin Wolf
1
-1
/
+1
2018-09-25
block-backend: Fix potential double blk_delete()
Kevin Wolf
1
-1
/
+8
2018-09-25
block-backend: Add .drained_poll callback
Kevin Wolf
1
-0
/
+9
2018-08-28
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
1
-5
/
+3
[next]