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
/
blockjob.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-04
ratelimit: protect with a mutex
Paolo Bonzini
1
-0
/
+3
2021-04-30
block: drop ctx argument from bdrv_root_attach_child
Vladimir Sementsov-Ogievskiy
1
-2
/
+1
2021-04-30
block: BdrvChildClass: add .get_parent_aio_context handler
Vladimir Sementsov-Ogievskiy
1
-0
/
+8
2021-03-11
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-03-09' into st...
Peter Maydell
1
-10
/
+8
2021-03-08
blockjob: return status from block_job_set_speed()
Vladimir Sementsov-Ogievskiy
1
-10
/
+8
2021-03-08
blockjob: report a better error message
Stefano Garzarella
1
-3
/
+7
2021-02-15
blockjob: Fix crash with IOthread when block commit after snapshot
Michael Qiu
1
-2
/
+6
2021-01-26
blockjob: add set_speed to BlockJobDriver
Vladimir Sementsov-Ogievskiy
1
-0
/
+6
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-1
/
+1
2020-05-18
block: Add BdrvChildRole to BdrvChild
Max Reitz
1
-2
/
+3
2020-05-18
block: Rename BdrvChildRole to BdrvChildClass
Max Reitz
1
-1
/
+1
2020-05-05
block: Add blk_new_with_bs() helper
Eric Blake
1
-5
/
+2
2020-03-11
job: refactor progress to separate object
Vladimir Sementsov-Ogievskiy
1
-8
/
+8
2019-12-18
blockjob: Fix error message for negative speed
Kevin Wolf
1
-1
/
+2
2019-09-16
blockjob: update nodes head while removing all bdrv
Sergio Lopez
1
-4
/
+13
2019-09-10
job: drop job_drain
Vladimir Sementsov-Ogievskiy
1
-13
/
+0
2019-08-16
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+3
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
block-backend: Queue requests while drained
Kevin Wolf
1
-0
/
+3
2019-07-19
block: Do not poll in bdrv_do_drained_end()
Max Reitz
1
-1
/
+1
2019-06-18
block: drop bs->job
Vladimir Sementsov-Ogievskiy
1
-8
/
+0
2019-06-18
blockdev: blockdev_mark_auto_del: drop usage of bs->job
Vladimir Sementsov-Ogievskiy
1
-0
/
+14
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
2019-06-04
block: Adjust AioContexts when attaching nodes
Kevin Wolf
1
-2
/
+8
2019-06-04
block: Add BlockBackend.ctx
Kevin Wolf
1
-1
/
+1
2019-05-28
block: Make bdrv_root_attach_child() unref child_bs on failure
Alberto Garcia
1
-1
/
+1
2019-05-20
blockjob: Remove AioContext notifiers
Kevin Wolf
1
-41
/
+2
2019-05-20
blockjob: Propagate AioContext change to all job nodes
Kevin Wolf
1
-0
/
+34
2019-03-19
blockjob: fix user pause in block_job_error_action
Vladimir Sementsov-Ogievskiy
1
-3
/
+5
2018-09-25
block: Use a single global AioWait
Kevin Wolf
1
-12
/
+1
2018-09-25
blockjob: Lie better in child_job_drained_poll()
Kevin Wolf
1
-1
/
+1
2018-09-25
blockjob: Wake up BDS when job becomes idle
Kevin Wolf
1
-0
/
+18
2018-08-28
qapi: Drop qapi_event_send_FOO()'s Error ** argument
Peter Xu
1
-8
/
+5
2018-06-18
block: Really pause block jobs on drain
Kevin Wolf
1
-0
/
+23
2018-05-23
blockjob: Remove BlockJob.driver
Kevin Wolf
1
-7
/
+10
2018-05-23
job: Move progress fields to Job
Kevin Wolf
1
-18
/
+8
2018-05-23
job: Add job_transition_to_ready()
Kevin Wolf
1
-15
/
+18
2018-05-23
job: Add job_is_ready()
Kevin Wolf
1
-2
/
+1
2018-05-23
job: Add job_dismiss()
Kevin Wolf
1
-13
/
+0
2018-05-23
job: Add job_yield()
Kevin Wolf
1
-16
/
+0
2018-05-23
job: Move completion and cancellation to Job
Kevin Wolf
1
-76
/
+0
2018-05-23
job: Move transactions to Job
Kevin Wolf
1
-233
/
+5
2018-05-23
job: Switch transactions to JobTxn
Kevin Wolf
1
-28
/
+32
2018-05-23
job: Move job_finish_sync() to Job
Kevin Wolf
1
-46
/
+9
2018-05-23
job: Move .complete callback to Job
Kevin Wolf
1
-18
/
+5
2018-05-23
job: Add job_drain()
Kevin Wolf
1
-10
/
+10
2018-05-23
job: Convert block_job_cancel_async() to Job
Kevin Wolf
1
-12
/
+13
2018-05-23
job: Move single job finalisation to Job
Kevin Wolf
1
-117
/
+25
2018-05-23
job: Add job_event_*()
Kevin Wolf
1
-14
/
+27
2018-05-23
blockjob: Split block_job_event_pending()
Kevin Wolf
1
-9
/
+18
[next]