1. b36200f io_uring: fix sq array offset calculation by Dmitry Vyukov · 5 years ago
  2. 760618f Merge branch 'io_uring-5.8' into for-5.9/io_uring by Jens Axboe · 5 years ago
  3. 4ae6dbd io_uring: fix lockup in io_fail_links() by Pavel Begunkov · 5 years ago
  4. d5e16d8 io_uring: fix ->work corruption with poll_add by Pavel Begunkov · 5 years ago
  5. 3e863ea io_uring: missed req_init_async() for IOSQE_ASYNC by Pavel Begunkov · 5 years ago
  6. 61710e4 io_uring: always allow drain/link/hardlink/async sqe flags by Daniele Albano · 5 years ago
  7. 807abcb io_uring: ensure double poll additions work with both request types by Jens Axboe · 5 years ago
  8. 681fda8 io_uring: fix recvmsg memory leak with buffer selection by Pavel Begunkov · 5 years ago
  9. 16d5980 io_uring: fix not initialised work->flags by Pavel Begunkov · 5 years ago
  10. dd821e0 io_uring: fix missing msg_name assignment by Pavel Begunkov · 5 years ago
  11. 309fc03 io_uring: account user memory freed when exit has been queued by Jens Axboe · 5 years ago
  12. 667e57d io_uring: fix memleak in io_sqe_files_register() by Yang Yingliang · 5 years ago
  13. 4349f30 io_uring: remove dead 'ctx' argument and move forward declaration by Jens Axboe · 5 years ago
  14. 2bc9930 io_uring: get rid of __req_need_defer() by Jens Axboe · 5 years ago
  15. f3bd9da io_uring: fix memleak in __io_sqe_files_update() by Yang Yingliang · 5 years ago
  16. 6d5f904 io_uring: export cq overflow status to userspace by Xiaoguang Wang · 5 years ago
  17. 5acbbc8 io_uring: only call kfree() for a non-zero pointer by Jens Axboe · 5 years ago
  18. aa34084 io_uring: fix a use after free in io_async_task_func() by Dan Carpenter · 5 years ago
  19. b2edc0a io_uring: don't burn CPU for iopoll on exit by Pavel Begunkov · 5 years ago
  20. 7668b92 io_uring: remove nr_events arg from iopoll_check() by Pavel Begunkov · 5 years ago
  21. 9dedd56 io_uring: partially inline io_iopoll_getevents() by Pavel Begunkov · 5 years ago
  22. 3fcee5a io_uring: briefly loose locks while reaping events by Pavel Begunkov · 5 years ago
  23. eba0a4d io_uring: fix stopping iopoll'ing too early by Pavel Begunkov · 5 years ago
  24. 3aadc23 io_uring: don't delay iopoll'ed req completion by Pavel Begunkov · 5 years ago
  25. 8b3656a io_uring: fix lost cqe->flags by Pavel Begunkov · 5 years ago
  26. 652532a io_uring: keep queue_sqe()'s fail path separately by Pavel Begunkov · 5 years ago
  27. 6df1db6 io_uring: fix mis-refcounting linked timeouts by Pavel Begunkov · 5 years ago
  28. c2c4c83 io_uring: use new io_req_task_work_add() helper throughout by Jens Axboe · 5 years ago
  29. 4c6e277 io_uring: abstract out task work running by Jens Axboe · 5 years ago
  30. 58c6a58 Merge branch 'io_uring-5.8' into for-5.9/io_uring by Jens Axboe · 5 years ago
  31. b7db41c io_uring: fix regression with always ignoring signals in io_cqring_wait() by Jens Axboe · 5 years ago
  32. ce593a6 io_uring: use signal based task_work running by Jens Axboe · 5 years ago
  33. 8eb06d7 io_uring: fix missing ->mm on exit by Pavel Begunkov · 5 years ago
  34. 3fa5e0f io_uring: optimise io_req_find_next() fast check by Pavel Begunkov · 5 years ago
  35. 0be0b0e io_uring: simplify io_async_task_func() by Pavel Begunkov · 5 years ago
  36. ea1164e io_uring: fix NULL mm in io_poll_task_func() by Pavel Begunkov · 5 years ago
  37. cf2f542 io_uring: don't fail iopoll requeue without ->mm by Pavel Begunkov · 5 years ago
  38. ab0b645 io_uring: clean up io_kill_linked_timeout() locking by Jens Axboe · 5 years ago
  39. cbdcb43 io_uring: do grab_env() just before punting by Pavel Begunkov · 5 years ago
  40. debb85f io_uring: factor out grab_env() from defer_prep() by Pavel Begunkov · 5 years ago
  41. edcdfcc io_uring: do init work in grab_env() by Pavel Begunkov · 5 years ago
  42. 351fd53 io_uring: don't pass def into io_req_work_grab_env by Pavel Begunkov · 5 years ago
  43. ecfc517 io_uring: fix potential use after free on fallback request free by Pavel Begunkov · 5 years ago
  44. 8eb7e2d io_uring: kill REQ_F_TIMEOUT_NOSEQ by Pavel Begunkov · 5 years ago
  45. a1a4661 io_uring: kill REQ_F_TIMEOUT by Pavel Begunkov · 5 years ago
  46. 9b5f7bd io_uring: replace find_next() out param with ret by Pavel Begunkov · 5 years ago
  47. 7c86ffe io_uring: deduplicate freeing linked timeouts by Pavel Begunkov · 5 years ago
  48. fb49278 io_uring: fix missing wake_up io_rw_reissue() by Pavel Begunkov · 5 years ago
  49. f3a6fa2 io_uring: fix iopoll -EAGAIN handling by Pavel Begunkov · 5 years ago
  50. 3adfeca io_uring: do task_work_run() during iopoll by Pavel Begunkov · 5 years ago
  51. 6795c5a io_uring: clean up req->result setting by rw by Pavel Begunkov · 5 years ago
  52. 9b0d911 io_uring: kill REQ_F_LINK_NEXT by Pavel Begunkov · 5 years ago
  53. 2d6500d io_uring: cosmetic changes for batch free by Pavel Begunkov · 5 years ago
  54. c352438 io_uring: batch-free linked requests as well by Pavel Begunkov · 5 years ago
  55. 2757a23 io_uring: dismantle req early and remove need_iter by Pavel Begunkov · 5 years ago
  56. e6543a8 io_uring: remove inflight batching in free_many() by Pavel Begunkov · 5 years ago
  57. 8c9cb6c io_uring: fix refs underflow in io_iopoll_queue() by Pavel Begunkov · 5 years ago
  58. 710c2bf io_uring: fix missing io_grab_files() by Pavel Begunkov · 5 years ago
  59. a6d45dd io_uring: don't mark link's head for_async by Pavel Begunkov · 5 years ago
  60. 1bcb8c5d io_uring: fix feeding io-wq with uninit reqs by Pavel Begunkov · 5 years ago
  61. 906a8c3 io_uring: fix punting req w/o grabbed env by Pavel Begunkov · 5 years ago
  62. 8ef7776 io_uring: fix req->work corruption by Pavel Begunkov · 5 years ago
  63. 1e16c2f io_uring: fix function args for !CONFIG_NET by Randy Dunlap · 5 years ago
  64. 2237d76 Merge branch 'io_uring-5.8' into for-5.9/io_uring by Jens Axboe · 5 years ago
  65. f4db718 io-wq: return next work from ->do_work() directly by Pavel Begunkov · 5 years ago
  66. c40f637 io_uring: use task_work for links if possible by Jens Axboe · 5 years ago
  67. a1d7c39 io_uring: enable READ/WRITE to use deferred completions by Jens Axboe · 5 years ago
  68. 229a7b6 io_uring: pass in completion state to appropriate issue side handlers by Jens Axboe · 5 years ago
  69. f13fad7 io_uring: pass down completion state on the issue side by Jens Axboe · 5 years ago
  70. 013538b io_uring: add 'io_comp_state' to struct io_submit_state by Jens Axboe · 5 years ago
  71. e1e1609 io_uring: provide generic io_req_complete() helper by Jens Axboe · 5 years ago
  72. d3cac64 io_uring: fix NULL-mm for linked reqs by Pavel Begunkov · 5 years ago
  73. d60b5fb io_uring: fix current->mm NULL dereference on exit by Pavel Begunkov · 5 years ago
  74. cd664b0 io_uring: fix hanging iopoll in case of -EAGAIN by Pavel Begunkov · 5 years ago
  75. b772f07 io_uring: fix io_sq_thread no schedule when busy by Xuan Zhuo · 5 years ago
  76. f6b6c7d io_uring: kill NULL checks for submit state by Pavel Begunkov · 5 years ago
  77. b90cd19 io_uring: set @poll->file after @poll init by Pavel Begunkov · 5 years ago
  78. 24c7467 io_uring: remove REQ_F_MUST_PUNT by Pavel Begunkov · 5 years ago
  79. 62ef731 io_uring: remove setting REQ_F_MUST_PUNT in rw by Pavel Begunkov · 5 years ago
  80. bcf5a06 io_uring: support true async buffered reads, if file provides it by Jens Axboe · 5 years ago
  81. b63534c io_uring: re-issue block requests that failed because of resources by Jens Axboe · 5 years ago
  82. 4503b76 io_uring: catch -EIO from buffered issue request failure by Jens Axboe · 5 years ago
  83. ac8691c io_uring: always plug for any number of IOs by Jens Axboe · 5 years ago
  84. 2e0464d io_uring: separate reporting of ring pages from registered pages by Bijan Mottahedeh · 5 years ago
  85. 3097582 io_uring: report pinned memory usage by Bijan Mottahedeh · 5 years ago
  86. aad5d8d io_uring: rename ctx->account_mem field by Bijan Mottahedeh · 5 years ago
  87. a087e2b io_uring: add wrappers for memory accounting by Bijan Mottahedeh · 5 years ago
  88. a31eb4a io_uring: use EPOLLEXCLUSIVE flag to aoid thundering herd type behavior by Jiufei Xue · 5 years ago
  89. 5769a35 io_uring: change the poll type to be 32-bits by Jiufei Xue · 5 years ago
  90. 6f2cc16 io_uring: fix possible race condition against REQ_F_NEED_CLEANUP by Xiaoguang Wang · 5 years ago
  91. 56952e9 io_uring: reap poll completions while waiting for refs to drop on exit by Jens Axboe · 5 years ago
  92. 9d8426a io_uring: acquire 'mm' for task_work for SQPOLL by Jens Axboe · 5 years ago
  93. bbde017 io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_completed by Xiaoguang Wang · 5 years ago
  94. 2d7d679 io_uring: don't fail links for EAGAIN error in IOPOLL mode by Xiaoguang Wang · 5 years ago
  95. 801dd57 io_uring: cancel by ->task not pid by Pavel Begunkov · 5 years ago
  96. 4dd2824 io_uring: lazy get task by Pavel Begunkov · 5 years ago
  97. 67c4d9e io_uring: batch cancel in io_uring_cancel_files() by Pavel Begunkov · 5 years ago
  98. 44e728b io_uring: cancel all task's requests on exit by Pavel Begunkov · 5 years ago
  99. 4f26bda io-wq: add an option to cancel all matched reqs by Pavel Begunkov · 5 years ago
  100. 59960b9 io_uring: fix lazy work init by Pavel Begunkov · 5 years ago