1. 3e863ea io_uring: missed req_init_async() for IOSQE_ASYNC by Pavel Begunkov · 4 years, 6 months ago
  2. 61710e4 io_uring: always allow drain/link/hardlink/async sqe flags by Daniele Albano · 4 years, 6 months ago
  3. 807abcb io_uring: ensure double poll additions work with both request types by Jens Axboe · 4 years, 6 months ago
  4. 681fda8 io_uring: fix recvmsg memory leak with buffer selection by Pavel Begunkov · 4 years, 6 months ago
  5. 16d5980 io_uring: fix not initialised work->flags by Pavel Begunkov · 4 years, 6 months ago
  6. dd821e0 io_uring: fix missing msg_name assignment by Pavel Begunkov · 4 years, 6 months ago
  7. 309fc03 io_uring: account user memory freed when exit has been queued by Jens Axboe · 4 years, 6 months ago
  8. 667e57d io_uring: fix memleak in io_sqe_files_register() by Yang Yingliang · 4 years, 6 months ago
  9. f3bd9da io_uring: fix memleak in __io_sqe_files_update() by Yang Yingliang · 4 years, 6 months ago
  10. 6d5f904 io_uring: export cq overflow status to userspace by Xiaoguang Wang · 4 years, 6 months ago
  11. b7db41c io_uring: fix regression with always ignoring signals in io_cqring_wait() by Jens Axboe · 4 years, 6 months ago
  12. ce593a6 io_uring: use signal based task_work running by Jens Axboe · 4 years, 6 months ago
  13. d60b5fb io_uring: fix current->mm NULL dereference on exit by Pavel Begunkov · 4 years, 7 months ago
  14. cd664b0 io_uring: fix hanging iopoll in case of -EAGAIN by Pavel Begunkov · 4 years, 7 months ago
  15. b772f07 io_uring: fix io_sq_thread no schedule when busy by Xuan Zhuo · 4 years, 7 months ago
  16. 6f2cc16 io_uring: fix possible race condition against REQ_F_NEED_CLEANUP by Xiaoguang Wang · 4 years, 7 months ago
  17. 56952e9 io_uring: reap poll completions while waiting for refs to drop on exit by Jens Axboe · 4 years, 7 months ago
  18. 9d8426a io_uring: acquire 'mm' for task_work for SQPOLL by Jens Axboe · 4 years, 7 months ago
  19. bbde017 io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_completed by Xiaoguang Wang · 4 years, 7 months ago
  20. 2d7d679 io_uring: don't fail links for EAGAIN error in IOPOLL mode by Xiaoguang Wang · 4 years, 7 months ago
  21. 801dd57 io_uring: cancel by ->task not pid by Pavel Begunkov · 4 years, 7 months ago
  22. 4dd2824 io_uring: lazy get task by Pavel Begunkov · 4 years, 7 months ago
  23. 67c4d9e io_uring: batch cancel in io_uring_cancel_files() by Pavel Begunkov · 4 years, 7 months ago
  24. 44e728b io_uring: cancel all task's requests on exit by Pavel Begunkov · 4 years, 7 months ago
  25. 4f26bda io-wq: add an option to cancel all matched reqs by Pavel Begunkov · 4 years, 7 months ago
  26. 59960b9 io_uring: fix lazy work init by Pavel Begunkov · 4 years, 7 months ago
  27. b961f8d Merge tag 'io_uring-5.8-2020-06-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  28. 65a6543 io_uring: fix io_kiocb.flags modification race in IOPOLL mode by Xiaoguang Wang · 4 years, 7 months ago
  29. 37c54f9 kernel: set USER_DS in kthread_use_mm by Christoph Hellwig · 4 years, 7 months ago
  30. f5678e7 kernel: better document the use_mm/unuse_mm API contract by Christoph Hellwig · 4 years, 7 months ago
  31. 9bf5b9eb kernel: move use_mm/unuse_mm to kthread.c by Christoph Hellwig · 4 years, 7 months ago
  32. e697dee io_uring: check file O_NONBLOCK state for accept by Jiufei Xue · 4 years, 7 months ago
  33. 405a5d2 io_uring: avoid unnecessary io_wq_work copy for fast poll feature by Xiaoguang Wang · 4 years, 7 months ago
  34. 7cdaf58 io_uring: avoid whole io_wq_work copy for requests completed inline by Xiaoguang Wang · 4 years, 7 months ago
  35. c5b8562 io_uring: allow O_NONBLOCK async retry by Jens Axboe · 4 years, 7 months ago
  36. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  37. f5fa38c io_wq: add per-wq work handler instead of per work by Pavel Begunkov · 4 years, 7 months ago
  38. d4c81f3 io_uring: don't arm a timeout through work.func by Pavel Begunkov · 4 years, 7 months ago
  39. ac45abc io_uring: remove custom ->func handlers by Pavel Begunkov · 4 years, 7 months ago
  40. 3af73b2 io_uring: don't derive close state from ->func by Pavel Begunkov · 4 years, 7 months ago
  41. a8c73c1 io_uring: use kvfree() in io_sqe_buffer_register() by Denis Efremov · 4 years, 7 months ago
  42. efe68c1 io_uring: validate the full range of provided buffers for access by Bijan Mottahedeh · 4 years, 7 months ago
  43. dddb3e2 io_uring: re-set iov base/len for buffer select retry by Jens Axboe · 4 years, 7 months ago
  44. d2b6f48 io_uring: move send/recv IOPOLL check into prep by Pavel Begunkov · 4 years, 7 months ago
  45. ec65fea io_uring: deduplicate io_openat{,2}_prep() by Pavel Begunkov · 4 years, 7 months ago
  46. 25e72d1 io_uring: do build_open_how() only once by Pavel Begunkov · 4 years, 7 months ago
  47. 3232dd0 io_uring: fix {SQ,IO}POLL with unsupported opcodes by Pavel Begunkov · 4 years, 7 months ago
  48. fd2206e io_uring: disallow close of ring itself by Jens Axboe · 4 years, 7 months ago
  49. 1ee08de Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  50. 7b53d59 io_uring: fix overflowed reqs cancellation by Pavel Begunkov · 4 years, 7 months ago
  51. bfe68a2 io_uring: off timeouts based only on completions by Pavel Begunkov · 4 years, 7 months ago
  52. 360428f io_uring: move timeouts flushing to a helper by Pavel Begunkov · 4 years, 7 months ago
  53. e62753e io_uring: call statx directly by Bijan Mottahedeh · 4 years, 8 months ago
  54. 1d9e128 io_uring: add io_statx structure by Bijan Mottahedeh · 4 years, 8 months ago
  55. 0bf0eef io_uring: get rid of manual punting in io_close by Pavel Begunkov · 4 years, 8 months ago
  56. 0451894 io_uring: separate DRAIN flushing into a cold path by Pavel Begunkov · 4 years, 8 months ago
  57. 56080b0 io_uring: don't re-read sqe->off in timeout_prep() by Pavel Begunkov · 4 years, 8 months ago
  58. 733f5c9 io_uring: simplify io_timeout locking by Pavel Begunkov · 4 years, 8 months ago
  59. 4518a3c io_uring: fix flush req->refs underflow by Pavel Begunkov · 4 years, 8 months ago
  60. 6b668c9 io_uring: don't submit sqes when ctx->refs is dying by Xiaoguang Wang · 4 years, 8 months ago
  61. d4ae271 io_uring: reset -EBUSY error when io sq thread is waken up by Xiaoguang Wang · 4 years, 8 months ago
  62. b532576 io_uring: don't add non-IO requests to iopoll pending list by Jens Axboe · 4 years, 8 months ago
  63. 4f4eeba io_uring: don't use kiocb.private to store buf_index by Bijan Mottahedeh · 4 years, 8 months ago
  64. e3aabf9 io_uring: cancel work if task_work_add() fails by Jens Axboe · 4 years, 8 months ago
  65. 3106725 io_uring: async task poll trigger cleanup by Jens Axboe · 4 years, 8 months ago
  66. 948a774 io_uring: remove dead check in io_splice() by Jens Axboe · 4 years, 8 months ago
  67. f2a8d5c io_uring: add tee(2) support by Pavel Begunkov · 4 years, 8 months ago
  68. c11368a5 io_uring: don't repeat valid flag list by Pavel Begunkov · 4 years, 8 months ago
  69. 9f13c35 io_uring: rename io_file_put() by Pavel Begunkov · 4 years, 8 months ago
  70. 0cdaf76 io_uring: remove req->needs_fixed_files by Pavel Begunkov · 4 years, 8 months ago
  71. 3bfa5bc io_uring: cleanup io_poll_remove_one() logic by Jens Axboe · 4 years, 8 months ago
  72. bd2ab18 io_uring: fix FORCE_ASYNC req preparation by Pavel Begunkov · 4 years, 8 months ago
  73. 650b548 io_uring: don't prepare DRAIN reqs twice by Pavel Begunkov · 4 years, 8 months ago
  74. 583863e io_uring: initialize ctx->sqo_wait earlier by Jens Axboe · 4 years, 8 months ago
  75. 6a4d07c io_uring: file registration list and lock optimization by Jens Axboe · 4 years, 8 months ago
  76. 7e55a19 io_uring: add IORING_CQ_EVENTFD_DISABLED to the CQ ring flags by Stefano Garzarella · 4 years, 8 months ago
  77. 0d9b5b3 io_uring: add 'cq_flags' field for the CQ ring by Stefano Garzarella · 4 years, 8 months ago
  78. 18bceab io_uring: allow POLL_ADD with double poll_wait() users by Jens Axboe · 4 years, 8 months ago
  79. 4a38aed2 io_uring: batch reap of dead file registrations by Jens Axboe · 4 years, 8 months ago
  80. 0f158b4 io_uring: name sq thread and ref completions by Jens Axboe · 4 years, 8 months ago
  81. 9d9e88a io_uring: polled fixed file must go through free iteration by Jens Axboe · 4 years, 8 months ago
  82. 8469508 io_uring: remove duplicate semicolon at the end of line by Xiaoming Ni · 4 years, 8 months ago
  83. c968742 io_uring: fix zero len do_splice() by Pavel Begunkov · 4 years, 8 months ago
  84. 7d01bd7 io_uring: remove obsolete 'state' parameter by Xiaoguang Wang · 4 years, 8 months ago
  85. 904fbcb io_uring: remove 'fd is io_uring' from close path by Jens Axboe · 4 years, 8 months ago
  86. 63ff822 io_uring: don't use 'fd' for openat/openat2/statx by Jens Axboe · 4 years, 8 months ago
  87. 7f13657 io_uring: handle -EFAULT properly in io_uring_setup() by Xiaoguang Wang · 4 years, 8 months ago
  88. d8f1b97 io_uring: fix mismatched finish_wait() calls in io_uring_cancel_files() by Xiaoguang Wang · 4 years, 9 months ago
  89. 2fb3e82 io_uring: punt splice async because of inode mutex by Pavel Begunkov · 4 years, 8 months ago
  90. 4ee3631 io_uring: check non-sync defer_list carefully by Pavel Begunkov · 4 years, 8 months ago
  91. 7759a0b io_uring: fix extra put in sync_file_range() by Pavel Begunkov · 4 years, 8 months ago
  92. 3fd44c8 io_uring: use cond_resched() in io_ring_ctx_wait_and_kill() by Xiaoguang Wang · 4 years, 8 months ago
  93. dd461af io_uring: use proper references for fallback_req locking by Bijan Mottahedeh · 4 years, 8 months ago
  94. 490e896 io_uring: only force async punt if poll based retry can't handle it by Jens Axboe · 4 years, 8 months ago
  95. af197f5 io_uring: enable poll retry for any file with ->read_iter / ->write_iter by Jens Axboe · 4 years, 8 months ago
  96. 5b0bbee io_uring: statx must grab the file table for valid fd by Jens Axboe · 4 years, 9 months ago
  97. 44575a6 io_uring: only restore req->work for req that needs do completion by Xiaoguang Wang · 4 years, 9 months ago
  98. 31af27c io_uring: don't count rqs failed after current one by Pavel Begunkov · 4 years, 9 months ago
  99. b55ce73 io_uring: kill already cached timeout.seq_offset by Pavel Begunkov · 4 years, 9 months ago
  100. 22cad15 io_uring: fix cached_sq_head in io_timeout() by Pavel Begunkov · 4 years, 9 months ago