1. c203228 job: Fix off-by-one assert checks for JobSTT and JobVerbTable by Liam Merwick · 6 years ago
  2. cfe29d8 block: Use a single global AioWait by Kevin Wolf · 6 years ago
  3. 644f3a2 job: Avoid deadlocks in job_completed_txn_abort() by Kevin Wolf · 6 years ago
  4. b5a7a05 blockjob: Lie better in child_job_drained_poll() by Kevin Wolf · 6 years ago
  5. de0fbe6 job: Use AIO_WAIT_WHILE() in job_finish_sync() by Kevin Wolf · 6 years ago
  6. 34dc97b blockjob: Wake up BDS when job becomes idle by Kevin Wolf · 6 years ago
  7. d1756c7 job: Fix missing locking due to mismerge by Kevin Wolf · 6 years ago
  8. 4988016 job: Fix nested aio_poll() hanging in job_txn_apply by Fam Zheng · 6 years ago
  9. ccbfb33 jobs: remove .exit callback by John Snow · 6 years ago
  10. d6f71af Merge remote-tracking branch 'remotes/xanclic/tags/pull-block-2018-08-31-v2' into staging by Peter Maydell · 6 years ago
  11. e21a1c9 jobs: remove job_defer_to_main_loop by John Snow · 6 years ago
  12. 404ff28 jobs: remove ret argument to job_completed; privatize it by John Snow · 6 years ago
  13. 00359a7 jobs: add exit shim by John Snow · 6 years ago
  14. 3d1f8b0 jobs: canonize Error object by John Snow · 6 years ago
  15. f67432a jobs: change start callback to run callback by John Snow · 6 years ago
  16. 3ab7238 qapi: Drop qapi_event_send_FOO()'s Error ** argument by Peter Xu · 6 years ago
  17. e321c05 block: for jobs, do not clear user_paused until after the resume by Jeff Cody · 6 years ago
  18. 62f1360 job: Add job_progress_increase_remaining() by Max Reitz · 7 years ago
  19. 1266c9b job: Add error message for failing jobs by Kevin Wolf · 7 years ago
  20. 456273b job: Add query-jobs QMP command by Kevin Wolf · 7 years ago
  21. 1dac83f job: Add JOB_STATUS_CHANGE QMP event by Kevin Wolf · 7 years ago
  22. 30a5c88 job: Move progress fields to Job by Kevin Wolf · 7 years ago
  23. 2e1795b job: Add job_transition_to_ready() by Kevin Wolf · 7 years ago
  24. df956ae job: Add job_is_ready() by Kevin Wolf · 7 years ago
  25. 5f9a6a0 job: Add job_dismiss() by Kevin Wolf · 7 years ago
  26. 198c49c job: Add job_yield() by Kevin Wolf · 7 years ago
  27. 3d70ff5 job: Move completion and cancellation to Job by Kevin Wolf · 7 years ago
  28. 7eaa8fb job: Move transactions to Job by Kevin Wolf · 7 years ago
  29. 6a74c07 job: Move job_finish_sync() to Job by Kevin Wolf · 7 years ago
  30. 3453d97 job: Move .complete callback to Job by Kevin Wolf · 7 years ago
  31. b69f777 job: Add job_drain() by Kevin Wolf · 7 years ago
  32. 4ad3518 job: Move single job finalisation to Job by Kevin Wolf · 7 years ago
  33. 139a9f0 job: Add job_event_*() by Kevin Wolf · 7 years ago
  34. bb02b65 job: Move BlockJobCreateFlags to Job by Kevin Wolf · 7 years ago
  35. dbe5e6c job: Replace BlockJob.completed with job_is_completed() by Kevin Wolf · 7 years ago
  36. b15de82 job: Move pause/resume functions to Job by Kevin Wolf · 7 years ago
  37. 5d43e86 job: Add job_sleep_ns() by Kevin Wolf · 7 years ago
  38. da01ff7 job: Move coroutine and related code to Job by Kevin Wolf · 7 years ago
  39. 1908a55 job: Move defer_to_main_loop to Job by Kevin Wolf · 7 years ago
  40. 08be6fe job: Add Job.aio_context by Kevin Wolf · 7 years ago
  41. daa7f2f job: Move cancelled to Job by Kevin Wolf · 7 years ago
  42. 80fa2c7 job: Add reference counting by Kevin Wolf · 7 years ago
  43. a50c2ab job: Move state transitions to Job by Kevin Wolf · 7 years ago
  44. e7c1d78 job: Maintain a list of all jobs by Kevin Wolf · 7 years ago
  45. fd61a70 job: Add job_delete() by Kevin Wolf · 7 years ago
  46. 252291e job: Add JobDriver.job_type by Kevin Wolf · 7 years ago
  47. 33e9e9b job: Create Job, JobDriver and job_create() by Kevin Wolf · 7 years ago