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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
include
/
block
/
blockjob.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-20
include/block: Untangle inclusion loops
Markus Armbruster
1
-1
/
+1
2022-10-07
blockjob: remove unused functions
Emanuele Giuseppe Esposito
1
-19
/
+12
2022-10-07
blockjob.h: categorize fields in struct BlockJob
Emanuele Giuseppe Esposito
1
-6
/
+26
2022-10-07
blockjob: introduce block_job _locked() APIs
Emanuele Giuseppe Esposito
1
-0
/
+18
2022-03-04
include/block/blockjob.h: global state API
Emanuele Giuseppe Esposito
1
-7
/
+22
2021-12-28
blockjob: drop BlockJob.blk field
Vladimir Sementsov-Ogievskiy
1
-3
/
+0
2021-12-28
blockjob: implement and use block_job_get_aio_context
Vladimir Sementsov-Ogievskiy
1
-0
/
+7
2021-03-08
blockjob: return status from block_job_set_speed()
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2019-06-18
blockdev: blockdev_mark_auto_del: drop usage of bs->job
Vladimir Sementsov-Ogievskiy
1
-0
/
+9
2018-09-25
block: Use a single global AioWait
Kevin Wolf
1
-10
/
+0
2018-09-25
blockjob: Wake up BDS when job becomes idle
Kevin Wolf
1
-0
/
+13
2018-05-23
blockjob: Remove BlockJob.driver
Kevin Wolf
1
-3
/
+0
2018-05-23
job: Move progress fields to Job
Kevin Wolf
1
-25
/
+0
2018-05-23
job: Add job_transition_to_ready()
Kevin Wolf
1
-0
/
+3
2018-05-23
job: Add job_is_ready()
Kevin Wolf
1
-5
/
+0
2018-05-23
job: Add job_dismiss()
Kevin Wolf
1
-9
/
+0
2018-05-23
job: Move completion and cancellation to Job
Kevin Wolf
1
-55
/
+0
2018-05-23
job: Move transactions to Job
Kevin Wolf
1
-54
/
+0
2018-05-23
job: Switch transactions to JobTxn
Kevin Wolf
1
-6
/
+5
2018-05-23
job: Move .complete callback to Job
Kevin Wolf
1
-10
/
+0
2018-05-23
job: Convert block_job_cancel_async() to Job
Kevin Wolf
1
-6
/
+0
2018-05-23
job: Move single job finalisation to Job
Kevin Wolf
1
-9
/
+0
2018-05-23
job: Add job_event_*()
Kevin Wolf
1
-0
/
+9
2018-05-23
job: Move BlockJobCreateFlags to Job
Kevin Wolf
1
-17
/
+0
2018-05-23
job: Replace BlockJob.completed with job_is_completed()
Kevin Wolf
1
-3
/
+0
2018-05-23
job: Move pause/resume functions to Job
Kevin Wolf
1
-32
/
+0
2018-05-23
job: Move coroutine and related code to Job
Kevin Wolf
1
-40
/
+0
2018-05-23
job: Move defer_to_main_loop to Job
Kevin Wolf
1
-5
/
+0
2018-05-23
job: Move cancelled to Job
Kevin Wolf
1
-8
/
+0
2018-05-23
job: Add reference counting
Kevin Wolf
1
-21
/
+0
2018-05-23
job: Move state transitions to Job
Kevin Wolf
1
-3
/
+0
2018-05-23
job: Maintain a list of all jobs
Kevin Wolf
1
-3
/
+0
2018-05-23
job: Create Job, JobDriver and job_create()
Kevin Wolf
1
-5
/
+4
2018-05-15
blockjob: Add block_job_driver()
Kevin Wolf
1
-0
/
+7
2018-05-15
blockjob: Implement block_job_set_speed() centrally
Kevin Wolf
1
-0
/
+2
2018-05-15
blockjob: Move RateLimit to BlockJob
Kevin Wolf
1
-0
/
+4
2018-05-15
blockjob: Wrappers for progress counter access
Kevin Wolf
1
-0
/
+19
2018-03-19
block/mirror: change the semantic of 'force' of block-job-cancel
Liang Li
1
-2
/
+10
2018-03-19
blockjobs: add block-job-finalize
John Snow
1
-0
/
+17
2018-03-19
blockjobs: add PENDING status and event
John Snow
1
-0
/
+5
2018-03-19
blockjobs: add block_job_dismiss
John Snow
1
-0
/
+14
2018-03-19
blockjobs: add block_job_verb permission table
John Snow
1
-2
/
+11
2018-03-19
blockjobs: add status enum
John Snow
1
-0
/
+3
2018-03-19
Blockjobs: documentation touchup
John Snow
1
-4
/
+4
2018-03-19
blockjobs: model single jobs as transactions
John Snow
1
-1
/
+0
2017-11-29
blockjob: reimplement block_job_sleep_ns to allow cancellation
Paolo Bonzini
1
-1
/
+7
2017-06-26
fix: avoid an infinite loop or a dangling pointer problem in img_commit
sochin.jiang
1
-0
/
+18
2017-05-24
blockjob: introduce block_job_pause/resume_all
Paolo Bonzini
1
-16
/
+0
2017-02-28
blockjob: Factor out block_job_remove_all_bdrv()
Kevin Wolf
1
-0
/
+9
2017-02-28
blockjob: Add permissions to block_job_add_bdrv()
Kevin Wolf
1
-1
/
+4
[next]