1. 79ebeae io_uring: remove IRQ aspect of io_ring_ctx completion lock by Jens Axboe · 4 years ago
  2. 8ef12ef io_uring: run regular file completions from task_work by Jens Axboe · 4 years ago
  3. 89b263f io_uring: run linked timeouts from task_work by Jens Axboe · 4 years ago
  4. 89850fc io_uring: run timeouts from task_work by Jens Axboe · 4 years ago
  5. 62906e8 io_uring: remove file batch-get optimisation by Pavel Begunkov · 4 years ago
  6. 6294f36 io_uring: clean up tctx_task_work() by Pavel Begunkov · 4 years ago
  7. 5d70904 io_uring: inline io_poll_remove_waitqs by Pavel Begunkov · 4 years ago
  8. 90f6736 io_uring: remove extra argument for overflow flush by Pavel Begunkov · 4 years ago
  9. cd0ca2e io_uring: inline struct io_comp_state by Pavel Begunkov · 4 years ago
  10. bb943b8 io_uring: use inflight_entry instead of compl.list by Pavel Begunkov · 4 years ago
  11. 7255834 io_uring: remove redundant args from cache_free by Pavel Begunkov · 4 years ago
  12. c34b025 io_uring: cache __io_free_req()'d requests by Pavel Begunkov · 4 years ago
  13. f56165e io_uring: move io_fallback_req_func() by Pavel Begunkov · 4 years ago
  14. e9dbe22 io_uring: optimise putting task struct by Pavel Begunkov · 4 years ago
  15. af066f3 io_uring: drop exec checks from io_req_task_submit by Pavel Begunkov · 4 years ago
  16. bbbca09 io_uring: kill unused IO_IOPOLL_BATCH by Pavel Begunkov · 4 years ago
  17. 58d3be2 io_uring: improve ctx hang handling by Pavel Begunkov · 4 years ago
  18. d3fddf6 io_uring: deduplicate open iopoll check by Pavel Begunkov · 4 years ago
  19. 543af3a io_uring: inline io_free_req_deferred by Pavel Begunkov · 4 years ago
  20. b9bd2be io_uring: move io_rsrc_node_alloc() definition by Pavel Begunkov · 4 years ago
  21. 6a290a1 io_uring: move io_put_task() definition by Pavel Begunkov · 4 years ago
  22. e73c5c7 io_uring: extract a helper for ctx quiesce by Pavel Begunkov · 4 years ago
  23. 90291099 io_uring: optimise io_cqring_wait() hot path by Pavel Begunkov · 4 years ago
  24. 282cdc8 io_uring: add more locking annotations for submit by Pavel Begunkov · 4 years ago
  25. a2416e1 io_uring: don't halt iopoll too early by Pavel Begunkov · 4 years ago
  26. 864ea92 io_uring: refactor io_alloc_req by Pavel Begunkov · 4 years ago
  27. 2215bed io_uring: remove unnecessary PF_EXITING check by Pavel Begunkov · 4 years ago
  28. ebc11b6 io_uring: clean io-wq callbacks by Pavel Begunkov · 4 years ago
  29. c97d8a0 io_uring: avoid touching inode in rw prep by Pavel Begunkov · 4 years ago
  30. b191e2d io_uring: rename io_file_supports_async() by Pavel Begunkov · 4 years ago
  31. ac17705 io_uring: inline fixed part of io_file_get() by Pavel Begunkov · 4 years ago
  32. 042b0d8 io_uring: use kvmalloc for fixed files by Pavel Begunkov · 4 years ago
  33. 5fd4617 io_uring: be smarter about waking multiple CQ ring waiters by Jens Axboe · 4 years ago
  34. a30f895 io_uring: fix xa_alloc_cycle() error return value check by Jens Axboe · 4 years ago
  35. 9cb0073 io_uring: pin ctx on fallback execution by Pavel Begunkov · 4 years ago
  36. 21f9652 io_uring: only assign io_uring_enter() SQPOLL error in actual error case by Jens Axboe · 4 years ago
  37. 43597aa io_uring: fix ctx-exit io_rsrc_put_work() deadlock by Pavel Begunkov · 4 years ago
  38. c018db4 io_uring: drop ctx->uring_lock before flushing work item by Jens Axboe · 4 years ago
  39. 4956b9e io_uring: rsrc ref lock needs to be IRQ safe by Jens Axboe · 4 years ago
  40. 20c0b38 io_uring: Use WRITE_ONCE() when writing to sq_flags by Nadav Amit · 4 years ago
  41. ef98eb0 io_uring: clear TIF_NOTIFY_SIGNAL when running task work by Nadav Amit · 4 years ago
  42. a890d01 io_uring: fix poll requests leaking second poll entries by Hao Xu · 4 years ago
  43. ef04688 io_uring: don't block level reissue off completion path by Jens Axboe · 4 years ago
  44. 773af69 io_uring: always reissue from task_work context by Jens Axboe · 4 years ago
  45. 110aa25 io_uring: fix race in unified task_work running by Jens Axboe · 4 years ago
  46. 44eff40 io_uring: fix io_prep_async_link locking by Pavel Begunkov · 4 years ago
  47. 991468d io_uring: explicitly catch any illegal async queue attempt by Jens Axboe · 4 years ago
  48. 3c30ef0 io_uring: never attempt iopoll reissue from release path by Jens Axboe · 4 years ago
  49. 0cc936f io_uring: fix early fdput() of file by Jens Axboe · 4 years ago
  50. 362a9e6 io_uring: fix memleak in io_init_wq_offload() by Yang Yingliang · 4 years ago
  51. 46fee9a io_uring: remove double poll entry on arm failure by Pavel Begunkov · 4 years ago
  52. 68b11e8 io_uring: explicitly count entries for poll reqs by Pavel Begunkov · 4 years ago
  53. 1b48773 io_uring: fix io_drain_req() by Pavel Begunkov · 4 years, 1 month ago
  54. 9c68826 io_uring: use right task for exiting checks by Pavel Begunkov · 4 years, 1 month ago
  55. 9ce85ef io_uring: remove dead non-zero 'poll' check by Jens Axboe · 4 years, 1 month ago
  56. 8f487ef io_uring: mitigate unlikely iopoll lag by Pavel Begunkov · 4 years, 1 month ago
  57. c32aace io_uring: fix drain alloc fail return code by Pavel Begunkov · 4 years, 1 month ago
  58. e09ee51 io_uring: fix exiting io_req_task_work_add leaks by Pavel Begunkov · 4 years, 1 month ago
  59. 5b0a6ac io_uring: simplify task_work func by Pavel Begunkov · 4 years, 1 month ago
  60. 9011bf9 io_uring: fix stuck fallback reqs by Pavel Begunkov · 4 years, 1 month ago
  61. e149bd74 io_uring: code clean for kiocb_done() by Hao Xu · 4 years, 1 month ago
  62. 915b3dd io_uring: spin in iopoll() only when reqs are in a single queue by Hao Xu · 4 years, 1 month ago
  63. 99ebe4e io_uring: pre-initialise some of req fields by Pavel Begunkov · 4 years, 1 month ago
  64. 5182ed2 io_uring: refactor io_submit_flush_completions by Pavel Begunkov · 4 years, 1 month ago
  65. 4cfb25b io_uring: optimise hot path restricted checks by Pavel Begunkov · 4 years, 1 month ago
  66. e5dc480 io_uring: remove not needed PF_EXITING check by Pavel Begunkov · 4 years, 1 month ago
  67. dd432ea5 io_uring: mainstream sqpoll task_work running by Pavel Begunkov · 4 years, 1 month ago
  68. b2d9c3d io_uring: refactor io_arm_poll_handler() by Pavel Begunkov · 4 years, 1 month ago
  69. 59b735a io_uring: reduce latency by reissueing the operation by Olivier Langlois · 4 years, 1 month ago
  70. 22634bc io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKAT by Jens Axboe · 4 years, 1 month ago
  71. ed7eb25 io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEAT by Jens Axboe · 4 years, 1 month ago
  72. 12dcb58a io_uring: refactor io_openat2() by Pavel Begunkov · 4 years, 1 month ago
  73. 16340ea io_uring: update sqe layout build checks by Pavel Begunkov · 4 years, 1 month ago
  74. fe7e325 io_uring: fix code style problems by Pavel Begunkov · 4 years, 1 month ago
  75. 1a924a8 io_uring: refactor io_sq_thread() by Pavel Begunkov · 4 years, 1 month ago
  76. 948e194 io_uring: don't change sqpoll creds if not needed by Pavel Begunkov · 4 years, 1 month ago
  77. 4ce8ad9 io_uring: Create define to modify a SQPOLL parameter by Olivier Langlois · 4 years, 1 month ago
  78. 9971350 io_uring: Fix race condition when sqp thread goes to sleep by Olivier Langlois · 4 years, 1 month ago
  79. 7a778f9 io_uring: improve in tctx_task_work() resubmission by Pavel Begunkov · 4 years, 2 months ago
  80. 16f7207 io_uring: don't resched with empty task_list by Pavel Begunkov · 4 years, 2 months ago
  81. c6538be io_uring: refactor tctx task_work list splicing by Pavel Begunkov · 4 years, 2 months ago
  82. ebd0df2 io_uring: optimise task_work submit flushing by Pavel Begunkov · 4 years, 2 months ago
  83. 3f18407 io_uring: inline __tctx_task_work() by Pavel Begunkov · 4 years, 2 months ago
  84. a3dbdf5 io_uring: refactor io_get_sequence() by Pavel Begunkov · 4 years, 2 months ago
  85. c854357 io_uring: clean all flags in io_clean_op() at once by Pavel Begunkov · 4 years, 2 months ago
  86. 1dacb4d io_uring: simplify iovec freeing in io_clean_op() by Pavel Begunkov · 4 years, 2 months ago
  87. b8e64b5 io_uring: track request creds with a flag by Pavel Begunkov · 4 years, 2 months ago
  88. c10d1f9 io_uring: move creds from io-wq work to io_kiocb by Pavel Begunkov · 4 years, 2 months ago
  89. 2a2758f io_uring: refactor io_submit_flush_completions() by Pavel Begunkov · 4 years, 2 months ago
  90. fe76421 io_uring: allow user configurable IO thread CPU affinity by Jens Axboe · 4 years, 2 months ago
  91. 236daeae io_uring: Add to traces the req pointer when available by Olivier Langlois · 4 years, 2 months ago
  92. 2335f6f io_uring: optimise io_commit_cqring() by Pavel Begunkov · 4 years, 2 months ago
  93. 3c19966 io_uring: shove more drain bits out of hot path by Pavel Begunkov · 4 years, 2 months ago
  94. 10c6690 io_uring: switch !DRAIN fast path when possible by Pavel Begunkov · 4 years, 2 months ago
  95. 27f6b31 io_uring: fix min types mismatch in table alloc by Pavel Begunkov · 4 years, 2 months ago
  96. dd9ae8a io_uring: Fix comment of io_get_sqe by Fam Zheng · 4 years, 2 months ago
  97. 441b8a7 io_uring: optimise non-drain path by Pavel Begunkov · 4 years, 2 months ago
  98. 76cc33d io_uring: refactor io_req_defer() by Pavel Begunkov · 4 years, 2 months ago
  99. 0499e58 io_uring: move uring_lock location by Pavel Begunkov · 4 years, 2 months ago
  100. 311997b io_uring: wait heads renaming by Pavel Begunkov · 4 years, 2 months ago