aboutsummaryrefslogtreecommitdiff
path: root/job.c
AgeCommit message (Expand)Author
2018-08-21block: for jobs, do not clear user_paused until after the resumeJeff Cody
2018-06-18job: Add job_progress_increase_remaining()Max Reitz
2018-05-30job: Add error message for failing jobsKevin Wolf
2018-05-23job: Add query-jobs QMP commandKevin Wolf
2018-05-23job: Add JOB_STATUS_CHANGE QMP eventKevin Wolf
2018-05-23job: Move progress fields to JobKevin Wolf
2018-05-23job: Add job_transition_to_ready()Kevin Wolf
2018-05-23job: Add job_is_ready()Kevin Wolf
2018-05-23job: Add job_dismiss()Kevin Wolf
2018-05-23job: Add job_yield()Kevin Wolf
2018-05-23job: Move completion and cancellation to JobKevin Wolf
2018-05-23job: Move transactions to JobKevin Wolf
2018-05-23job: Move job_finish_sync() to JobKevin Wolf
2018-05-23job: Move .complete callback to JobKevin Wolf
2018-05-23job: Add job_drain()Kevin Wolf
2018-05-23job: Move single job finalisation to JobKevin Wolf
2018-05-23job: Add job_event_*()Kevin Wolf
2018-05-23job: Move BlockJobCreateFlags to JobKevin Wolf
2018-05-23job: Replace BlockJob.completed with job_is_completed()Kevin Wolf
2018-05-23job: Move pause/resume functions to JobKevin Wolf
2018-05-23job: Add job_sleep_ns()Kevin Wolf
2018-05-23job: Move coroutine and related code to JobKevin Wolf
2018-05-23job: Move defer_to_main_loop to JobKevin Wolf
2018-05-23job: Add Job.aio_contextKevin Wolf
2018-05-23job: Move cancelled to JobKevin Wolf
2018-05-23job: Add reference countingKevin Wolf
2018-05-23job: Move state transitions to JobKevin Wolf
2018-05-23job: Maintain a list of all jobsKevin Wolf
2018-05-23job: Add job_delete()Kevin Wolf
2018-05-23job: Add JobDriver.job_typeKevin Wolf
2018-05-23job: Create Job, JobDriver and job_create()Kevin Wolf