1. e95eee2 io_uring: cap SQ submit size for SQPOLL with multiple rings by Jens Axboe · 4 years, 4 months ago
  2. e8c2bc1 io_uring: get rid of req->io/io_async_ctx union by Jens Axboe · 4 years, 5 months ago
  3. 4be1c61 io_uring: kill extra user_bufs check by Pavel Begunkov · 4 years, 4 months ago
  4. ab0b196 io_uring: fix overlapped memcpy in io_req_map_rw() by Pavel Begunkov · 4 years, 4 months ago
  5. afb8765 io_uring: refactor io_req_map_rw() by Pavel Begunkov · 4 years, 4 months ago
  6. f4bff10 io_uring: simplify io_rw_prep_async() by Pavel Begunkov · 4 years, 4 months ago
  7. 9055420 io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waits by Jens Axboe · 4 years, 5 months ago
  8. 738277a io_uring: mark io_uring_fops/io_op_defs as __read_mostly by Jens Axboe · 4 years, 5 months ago
  9. aa06165 io_uring: enable IORING_SETUP_ATTACH_WQ to attach to SQPOLL thread too by Jens Axboe · 4 years, 5 months ago
  10. 69fb213 io_uring: base SQPOLL handling off io_sq_data by Jens Axboe · 4 years, 4 months ago
  11. 534ca6d io_uring: split SQPOLL data into separate structure by Jens Axboe · 4 years, 5 months ago
  12. c8d1ba5 io_uring: split work handling part of SQPOLL into helper by Jens Axboe · 4 years, 4 months ago
  13. 3f0e64d io_uring: move SQPOLL post-wakeup ring need wakeup flag into wake handler by Jens Axboe · 4 years, 5 months ago
  14. 6a77938 io_uring: use private ctx wait queue entries for SQPOLL by Jens Axboe · 4 years, 5 months ago
  15. e35afcf io_uring: io_sq_thread() doesn't need to flush signals by Jens Axboe · 4 years, 5 months ago
  16. 7e84e1c io_uring: allow disabling rings during the creation by Stefano Garzarella · 4 years, 5 months ago
  17. 21b55db io_uring: add IOURING_REGISTER_RESTRICTIONS opcode by Stefano Garzarella · 4 years, 5 months ago
  18. 9b82849 io_uring: reference ->nsproxy for file table commands by Jens Axboe · 4 years, 4 months ago
  19. 0f21220 io_uring: don't rely on weak ->files references by Jens Axboe · 4 years, 4 months ago
  20. e6c8aa9 io_uring: enable task/files specific overflow flushing by Jens Axboe · 4 years, 4 months ago
  21. 76e1b64 io_uring: return cancelation status from poll/timeout/files handlers by Jens Axboe · 4 years, 4 months ago
  22. e3bc8e9 io_uring: unconditionally grab req->task by Jens Axboe · 4 years, 4 months ago
  23. 2aede0e io_uring: stash ctx task reference for SQPOLL by Jens Axboe · 4 years, 4 months ago
  24. f573d38 io_uring: move dropping of files into separate helper by Jens Axboe · 4 years, 4 months ago
  25. f3606e3 io_uring: allow timeout/poll/files killing to take task into account by Jens Axboe · 4 years, 4 months ago
  26. 0f07889 Merge branch 'io_uring-5.9' into for-5.10/io_uring by Jens Axboe · 4 years, 4 months ago
  27. c8d317a io_uring: fix async buffered reads when readahead is disabled by Hao Xu · 4 years, 4 months ago
  28. fad8e0d io_uring: fix potential ABBA deadlock in ->show_fdinfo() by Jens Axboe · 4 years, 4 months ago
  29. 8706e04 io_uring: always delete double poll wait entry on match by Jens Axboe · 4 years, 4 months ago
  30. 692495b Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  31. f38c7e3 io_uring: ensure async buffered read-retry is setup properly by Jens Axboe · 4 years, 4 months ago
  32. 62c774e io_uring: don't unconditionally set plug->nowait = true by Jens Axboe · 4 years, 4 months ago
  33. f3cd4850 io_uring: ensure open/openat2 name is cleaned on cancelation by Jens Axboe · 4 years, 4 months ago
  34. 0baca07 Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  35. 4eb8dde io_uring: fix openat/openat2 unified prep handling by Jens Axboe · 4 years, 4 months ago
  36. 6ca56f8 io_uring: mark statx/files_update/epoll_ctl as non-SQPOLL by Jens Axboe · 4 years, 4 months ago
  37. f5cac8b io_uring: don't use retry based buffered reads for non-async bdev by Jens Axboe · 4 years, 4 months ago
  38. 8f3d749 io_uring: don't re-setup vecs/iter in io_resumit_prep() is already there by Jens Axboe · 4 years, 4 months ago
  39. 6200b0a io_uring: don't run task work on an exiting task by Jens Axboe · 4 years, 4 months ago
  40. 87ceb6a io_uring: drop 'ctx' ref on task work cancelation by Jens Axboe · 4 years, 4 months ago
  41. 202700e1 io_uring: grab any needed state during defer prep by Jens Axboe · 4 years, 4 months ago
  42. a8205e3 Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  43. c127a2a io_uring: fix linked deferred ->files cancellation by Pavel Begunkov · 4 years, 4 months ago
  44. b7ddce3 io_uring: fix cancel of deferred reqs with ->files by Pavel Begunkov · 4 years, 4 months ago
  45. c183edf io_uring: fix explicit async read/write mapping for large segments by Jens Axboe · 4 years, 4 months ago
  46. d849ca4 Merge tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 4 months ago
  47. 355afae io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked file by Jens Axboe · 4 years, 5 months ago
  48. 95d1c8e io_uring: set table->files[i] to NULL when io_sqe_file_register failed by Jiufei Xue · 4 years, 5 months ago
  49. 98dfd50 io_uring: fix removing the wrong file in __io_sqe_files_update() by Jiufei Xue · 4 years, 5 months ago
  50. 24148d8 Merge tag 'io_uring-5.9-2020-08-28' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
  51. fdee946 io_uring: don't bounce block based -EAGAIN retry off task_work by Jens Axboe · 4 years, 5 months ago
  52. eefdf30 io_uring: fix IOPOLL -EAGAIN retries by Jens Axboe · 4 years, 5 months ago
  53. 56450c2 io_uring: clear req->result on IOPOLL re-issue by Jens Axboe · 4 years, 5 months ago
  54. 0fef948 io_uring: make offset == -1 consistent with preadv2/pwritev2 by Jens Axboe · 4 years, 5 months ago
  55. 00d23d5 io_uring: ensure read requests go through -ERESTART* transformation by Jens Axboe · 4 years, 5 months ago
  56. 9dab14b io_uring: don't use poll handler if file can't be nonblocking read/written by Jens Axboe · 4 years, 5 months ago
  57. 6b7898e io_uring: fix imbalanced sqo_mm accounting by Jens Axboe · 4 years, 5 months ago
  58. 8421631 io_uring: revert consumed iov_iter bytes on error by Jens Axboe · 4 years, 5 months ago
  59. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  60. fd7d6de io_uring: don't recurse on tsk->sighand->siglock with signalfd by Jens Axboe · 4 years, 5 months ago
  61. 867a23e io_uring: kill extra iovec=NULL in import_iovec() by Pavel Begunkov · 4 years, 5 months ago
  62. f261c16 io_uring: comment on kfree(iovec) checks by Pavel Begunkov · 4 years, 5 months ago
  63. bb17534 io_uring: fix racy req->flags modification by Pavel Begunkov · 4 years, 5 months ago
  64. fc66677 io_uring: use system_unbound_wq for ring exit work by Jens Axboe · 4 years, 5 months ago
  65. 8452fd0 io_uring: cleanup io_import_iovec() of pre-mapped request by Jens Axboe · 4 years, 5 months ago
  66. 3b2a443 io_uring: get rid of kiocb_wait_page_queue_init() by Jens Axboe · 4 years, 5 months ago
  67. b711d4e io_uring: find and cancel head link async work on files exit by Jens Axboe · 4 years, 5 months ago
  68. f91daf5 io_uring: short circuit -EAGAIN for blocking read attempt by Jens Axboe · 4 years, 5 months ago
  69. d4e7cd3 io_uring: sanitize double poll handling by Jens Axboe · 4 years, 5 months ago
  70. 227c0c9 io_uring: internally retry short reads by Jens Axboe · 4 years, 5 months ago
  71. ff6165b io_uring: retain iov_iter state over io_read/io_write calls by Jens Axboe · 4 years, 5 months ago
  72. f254ac0 io_uring: enable lookup of links holding inflight files by Jens Axboe · 4 years, 5 months ago
  73. a36da65 io_uring: fail poll arm on queue proc failure by Jens Axboe · 4 years, 5 months ago
  74. 6d816e0 io_uring: hold 'ctx' reference around task_work queue + execute by Jens Axboe · 4 years, 5 months ago
  75. 51a4cc1 io_uring: defer file table grabbing request cleanup for locked requests by Jens Axboe · 4 years, 5 months ago
  76. 9b7adba io_uring: add missing REQ_F_COMP_LOCKED for nested requests by Jens Axboe · 4 years, 5 months ago
  77. 7271ef3 io_uring: fix recursive completion locking on oveflow flush by Jens Axboe · 4 years, 5 months ago
  78. 0ba9c9e io_uring: use TWA_SIGNAL for task_work uncondtionally by Jens Axboe · 4 years, 5 months ago
  79. f74441e io_uring: account locked memory before potential error case by Jens Axboe · 4 years, 5 months ago
  80. bd74048 io_uring: set ctx sq/cq entry count earlier by Jens Axboe · 4 years, 5 months ago
  81. 2dd2111 io_uring: Fix NULL pointer dereference in loop_rw_iter() by Guoyu Huang · 4 years, 5 months ago
  82. c1dd91d io_uring: add comments on how the async buffered read retry works by Jens Axboe · 4 years, 6 months ago
  83. cbd287c io_uring: io_async_buf_func() need not test page bit by Jens Axboe · 4 years, 6 months ago
  84. cdc8fcb Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 6 months ago
  85. fa15baf io_uring: flip if handling after io_setup_async_rw by Pavel Begunkov · 4 years, 6 months ago
  86. d1719f7 io_uring: don't touch 'ctx' after installing file descriptor by Jens Axboe · 4 years, 6 months ago
  87. 01cec8c io_uring: get rid of atomic FAA for cq_timeouts by Pavel Begunkov · 4 years, 6 months ago
  88. 4693014 io_uring: consolidate *_check_overflow accounting by Pavel Begunkov · 4 years, 6 months ago
  89. dd9dfcd io_uring: fix stalled deferred requests by Pavel Begunkov · 4 years, 6 months ago
  90. b2bd1cf io_uring: fix racy overflow count reporting by Pavel Begunkov · 4 years, 6 months ago
  91. 81b68a5 io_uring: deduplicate __io_complete_rw() by Pavel Begunkov · 4 years, 6 months ago
  92. 010e8e6 io_uring: de-unionise io_kiocb by Pavel Begunkov · 4 years, 6 months ago
  93. f063c54 io_uring: fix missing io_queue_linked_timeout() by Pavel Begunkov · 4 years, 6 months ago
  94. b65e0dd io_uring: mark ->work uninitialised after cleanup by Pavel Begunkov · 4 years, 6 months ago
  95. f56040b io_uring: deduplicate io_grab_files() calls by Pavel Begunkov · 4 years, 6 months ago
  96. ae34817 io_uring: don't do opcode prep twice by Pavel Begunkov · 4 years, 6 months ago
  97. 23b3628 io_uring: clear IORING_SQ_NEED_WAKEUP after executing task works by Xiaoguang Wang · 4 years, 6 months ago
  98. 5af1d13 io_uring: batch put_task_struct() by Pavel Begunkov · 4 years, 6 months ago
  99. cbcf721 io_uring: return locked and pinned page accounting by Pavel Begunkov · 4 years, 6 months ago
  100. 5dbcad5 io_uring: don't miscount pinned memory by Pavel Begunkov · 4 years, 6 months ago