1. cbcf721 io_uring: return locked and pinned page accounting by Pavel Begunkov · 5 years ago
  2. 5dbcad5 io_uring: don't miscount pinned memory by Pavel Begunkov · 5 years ago
  3. 7fbb1b5 io_uring: don't open-code recv kbuf managment by Pavel Begunkov · 5 years ago
  4. 8ff069b io_uring: extract io_put_kbuf() helper by Pavel Begunkov · 5 years ago
  5. bc02ef3 io_uring: move BUFFER_SELECT check into *recv[msg] by Pavel Begunkov · 5 years ago
  6. 0e1b6fe3 io_uring: free selected-bufs if error'ed by Pavel Begunkov · 5 years ago
  7. 14c32ee io_uring: don't forget cflags in io_recv() by Pavel Begunkov · 5 years ago
  8. 6b754c8 io_uring: remove extra checks in send/recv by Pavel Begunkov · 5 years ago
  9. 7a7cacb io_uring: indent left {send,recv}[msg]() by Pavel Begunkov · 5 years ago
  10. 06ef360 io_uring: simplify file ref tracking in submission state by Pavel Begunkov · 5 years ago
  11. 57f1a64 io_uring/io-wq: move RLIMIT_FSIZE to io-wq by Pavel Begunkov · 5 years ago
  12. 327d6d9 io_uring: alloc ->io in io_req_defer_prep() by Pavel Begunkov · 5 years ago
  13. 1c2da9e io_uring: remove empty cleanup of OP_OPEN* reqs by Pavel Begunkov · 5 years ago
  14. dca9cf8 io_uring: inline io_req_work_grab_env() by Pavel Begunkov · 5 years ago
  15. 0f7e466 io_uring: place cflags into completion data by Pavel Begunkov · 5 years ago
  16. 9cf7c10 io_uring: remove sequence from io_kiocb by Pavel Begunkov · 5 years ago
  17. 27dc833 io_uring: use non-intrusive list for defer by Pavel Begunkov · 5 years ago
  18. 7d6ddea io_uring: remove init for unused list by Pavel Begunkov · 5 years ago
  19. 135fcde io_uring: add req->timeout.list by Pavel Begunkov · 5 years ago
  20. 40d8ddd io_uring: use completion list for CQ overflow by Pavel Begunkov · 5 years ago
  21. d21ffe7 io_uring: use inflight_entry list for iopoll'ing by Pavel Begunkov · 5 years ago
  22. 540e32a io_uring: rename ctx->poll into ctx->iopoll by Pavel Begunkov · 5 years ago
  23. 3ca405e io_uring: share completion list w/ per-op space by Pavel Begunkov · 5 years ago
  24. 252917c io_uring: follow **iovec idiom in io_import_iovec by Pavel Begunkov · 5 years ago
  25. c3e330a io_uring: add a helper for async rw iovec prep by Pavel Begunkov · 5 years ago
  26. b64e344 io_uring: simplify io_req_map_rw() by Pavel Begunkov · 5 years ago
  27. e737512 io_uring: replace rw->task_work with rq->task_work by Pavel Begunkov · 5 years ago
  28. 2ae523e io_uring: extract io_sendmsg_copy_hdr() by Pavel Begunkov · 5 years ago
  29. 1400e69 io_uring: use more specific type in rcv/snd msg cp by Pavel Begunkov · 5 years ago
  30. 270a594 io_uring: rename sr->msg into umsg by Pavel Begunkov · 5 years ago
  31. b36200f io_uring: fix sq array offset calculation by Dmitry Vyukov · 5 years ago
  32. 760618f Merge branch 'io_uring-5.8' into for-5.9/io_uring by Jens Axboe · 5 years ago
  33. 4ae6dbd io_uring: fix lockup in io_fail_links() by Pavel Begunkov · 5 years ago
  34. d5e16d8 io_uring: fix ->work corruption with poll_add by Pavel Begunkov · 5 years ago
  35. 3e863ea io_uring: missed req_init_async() for IOSQE_ASYNC by Pavel Begunkov · 5 years ago
  36. 61710e4 io_uring: always allow drain/link/hardlink/async sqe flags by Daniele Albano · 5 years ago
  37. 807abcb io_uring: ensure double poll additions work with both request types by Jens Axboe · 5 years ago
  38. 681fda8 io_uring: fix recvmsg memory leak with buffer selection by Pavel Begunkov · 5 years ago
  39. 16d5980 io_uring: fix not initialised work->flags by Pavel Begunkov · 5 years ago
  40. dd821e0 io_uring: fix missing msg_name assignment by Pavel Begunkov · 5 years ago
  41. 309fc03 io_uring: account user memory freed when exit has been queued by Jens Axboe · 5 years ago
  42. 667e57d io_uring: fix memleak in io_sqe_files_register() by Yang Yingliang · 5 years ago
  43. 4349f30 io_uring: remove dead 'ctx' argument and move forward declaration by Jens Axboe · 5 years ago
  44. 2bc9930 io_uring: get rid of __req_need_defer() by Jens Axboe · 5 years ago
  45. f3bd9da io_uring: fix memleak in __io_sqe_files_update() by Yang Yingliang · 5 years ago
  46. 6d5f904 io_uring: export cq overflow status to userspace by Xiaoguang Wang · 5 years ago
  47. 5acbbc8 io_uring: only call kfree() for a non-zero pointer by Jens Axboe · 5 years ago
  48. aa34084 io_uring: fix a use after free in io_async_task_func() by Dan Carpenter · 5 years ago
  49. b2edc0a io_uring: don't burn CPU for iopoll on exit by Pavel Begunkov · 5 years ago
  50. 7668b92 io_uring: remove nr_events arg from iopoll_check() by Pavel Begunkov · 5 years ago
  51. 9dedd56 io_uring: partially inline io_iopoll_getevents() by Pavel Begunkov · 5 years ago
  52. 3fcee5a io_uring: briefly loose locks while reaping events by Pavel Begunkov · 5 years ago
  53. eba0a4d io_uring: fix stopping iopoll'ing too early by Pavel Begunkov · 5 years ago
  54. 3aadc23 io_uring: don't delay iopoll'ed req completion by Pavel Begunkov · 5 years ago
  55. 8b3656a io_uring: fix lost cqe->flags by Pavel Begunkov · 5 years ago
  56. 652532a io_uring: keep queue_sqe()'s fail path separately by Pavel Begunkov · 5 years ago
  57. 6df1db6 io_uring: fix mis-refcounting linked timeouts by Pavel Begunkov · 5 years ago
  58. c2c4c83 io_uring: use new io_req_task_work_add() helper throughout by Jens Axboe · 5 years ago
  59. 4c6e277 io_uring: abstract out task work running by Jens Axboe · 5 years ago
  60. 58c6a58 Merge branch 'io_uring-5.8' into for-5.9/io_uring by Jens Axboe · 5 years ago
  61. b7db41c io_uring: fix regression with always ignoring signals in io_cqring_wait() by Jens Axboe · 5 years ago
  62. ce593a6 io_uring: use signal based task_work running by Jens Axboe · 5 years ago
  63. 8eb06d7 io_uring: fix missing ->mm on exit by Pavel Begunkov · 5 years ago
  64. 3fa5e0f io_uring: optimise io_req_find_next() fast check by Pavel Begunkov · 5 years ago
  65. 0be0b0e io_uring: simplify io_async_task_func() by Pavel Begunkov · 5 years ago
  66. ea1164e io_uring: fix NULL mm in io_poll_task_func() by Pavel Begunkov · 5 years ago
  67. cf2f542 io_uring: don't fail iopoll requeue without ->mm by Pavel Begunkov · 5 years ago
  68. ab0b645 io_uring: clean up io_kill_linked_timeout() locking by Jens Axboe · 5 years ago
  69. cbdcb43 io_uring: do grab_env() just before punting by Pavel Begunkov · 5 years ago
  70. debb85f io_uring: factor out grab_env() from defer_prep() by Pavel Begunkov · 5 years ago
  71. edcdfcc io_uring: do init work in grab_env() by Pavel Begunkov · 5 years ago
  72. 351fd53 io_uring: don't pass def into io_req_work_grab_env by Pavel Begunkov · 5 years ago
  73. ecfc517 io_uring: fix potential use after free on fallback request free by Pavel Begunkov · 5 years ago
  74. 8eb7e2d io_uring: kill REQ_F_TIMEOUT_NOSEQ by Pavel Begunkov · 5 years ago
  75. a1a4661 io_uring: kill REQ_F_TIMEOUT by Pavel Begunkov · 5 years ago
  76. 9b5f7bd io_uring: replace find_next() out param with ret by Pavel Begunkov · 5 years ago
  77. 7c86ffe io_uring: deduplicate freeing linked timeouts by Pavel Begunkov · 5 years ago
  78. fb49278 io_uring: fix missing wake_up io_rw_reissue() by Pavel Begunkov · 5 years ago
  79. f3a6fa2 io_uring: fix iopoll -EAGAIN handling by Pavel Begunkov · 5 years ago
  80. 3adfeca io_uring: do task_work_run() during iopoll by Pavel Begunkov · 5 years ago
  81. 6795c5a io_uring: clean up req->result setting by rw by Pavel Begunkov · 5 years ago
  82. 9b0d911 io_uring: kill REQ_F_LINK_NEXT by Pavel Begunkov · 5 years ago
  83. 2d6500d io_uring: cosmetic changes for batch free by Pavel Begunkov · 5 years ago
  84. c352438 io_uring: batch-free linked requests as well by Pavel Begunkov · 5 years ago
  85. 2757a23 io_uring: dismantle req early and remove need_iter by Pavel Begunkov · 5 years ago
  86. e6543a8 io_uring: remove inflight batching in free_many() by Pavel Begunkov · 5 years ago
  87. 8c9cb6c io_uring: fix refs underflow in io_iopoll_queue() by Pavel Begunkov · 5 years ago
  88. 710c2bf io_uring: fix missing io_grab_files() by Pavel Begunkov · 5 years ago
  89. a6d45dd io_uring: don't mark link's head for_async by Pavel Begunkov · 5 years ago
  90. 1bcb8c5d io_uring: fix feeding io-wq with uninit reqs by Pavel Begunkov · 5 years ago
  91. 906a8c3 io_uring: fix punting req w/o grabbed env by Pavel Begunkov · 5 years ago
  92. 8ef7776 io_uring: fix req->work corruption by Pavel Begunkov · 5 years ago
  93. 1e16c2f io_uring: fix function args for !CONFIG_NET by Randy Dunlap · 5 years ago
  94. 2237d76 Merge branch 'io_uring-5.8' into for-5.9/io_uring by Jens Axboe · 5 years ago
  95. f4db718 io-wq: return next work from ->do_work() directly by Pavel Begunkov · 5 years ago
  96. c40f637 io_uring: use task_work for links if possible by Jens Axboe · 5 years ago
  97. a1d7c39 io_uring: enable READ/WRITE to use deferred completions by Jens Axboe · 5 years ago
  98. 229a7b6 io_uring: pass in completion state to appropriate issue side handlers by Jens Axboe · 5 years ago
  99. f13fad7 io_uring: pass down completion state on the issue side by Jens Axboe · 5 years ago
  100. 013538b io_uring: add 'io_comp_state' to struct io_submit_state by Jens Axboe · 5 years ago