1. f3cd4850 io_uring: ensure open/openat2 name is cleaned on cancelation by Jens Axboe · 4 years, 4 months ago
  2. 4eb8dde io_uring: fix openat/openat2 unified prep handling by Jens Axboe · 4 years, 4 months ago
  3. 6ca56f8 io_uring: mark statx/files_update/epoll_ctl as non-SQPOLL by Jens Axboe · 4 years, 4 months ago
  4. f5cac8b io_uring: don't use retry based buffered reads for non-async bdev by Jens Axboe · 4 years, 4 months ago
  5. 8f3d749 io_uring: don't re-setup vecs/iter in io_resumit_prep() is already there by Jens Axboe · 4 years, 4 months ago
  6. 6200b0a io_uring: don't run task work on an exiting task by Jens Axboe · 4 years, 4 months ago
  7. 87ceb6a io_uring: drop 'ctx' ref on task work cancelation by Jens Axboe · 4 years, 4 months ago
  8. 202700e1 io_uring: grab any needed state during defer prep by Jens Axboe · 4 years, 4 months ago
  9. c127a2a io_uring: fix linked deferred ->files cancellation by Pavel Begunkov · 4 years, 4 months ago
  10. b7ddce3 io_uring: fix cancel of deferred reqs with ->files by Pavel Begunkov · 4 years, 4 months ago
  11. c183edf io_uring: fix explicit async read/write mapping for large segments by Jens Axboe · 4 years, 4 months ago
  12. 355afae io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked file by Jens Axboe · 4 years, 4 months ago
  13. 95d1c8e io_uring: set table->files[i] to NULL when io_sqe_file_register failed by Jiufei Xue · 4 years, 5 months ago
  14. 98dfd50 io_uring: fix removing the wrong file in __io_sqe_files_update() by Jiufei Xue · 4 years, 5 months ago
  15. fdee946 io_uring: don't bounce block based -EAGAIN retry off task_work by Jens Axboe · 4 years, 5 months ago
  16. eefdf30 io_uring: fix IOPOLL -EAGAIN retries by Jens Axboe · 4 years, 5 months ago
  17. 56450c2 io_uring: clear req->result on IOPOLL re-issue by Jens Axboe · 4 years, 5 months ago
  18. 0fef948 io_uring: make offset == -1 consistent with preadv2/pwritev2 by Jens Axboe · 4 years, 5 months ago
  19. 00d23d5 io_uring: ensure read requests go through -ERESTART* transformation by Jens Axboe · 4 years, 5 months ago
  20. 9dab14b io_uring: don't use poll handler if file can't be nonblocking read/written by Jens Axboe · 4 years, 5 months ago
  21. 6b7898e io_uring: fix imbalanced sqo_mm accounting by Jens Axboe · 4 years, 5 months ago
  22. 8421631 io_uring: revert consumed iov_iter bytes on error by Jens Axboe · 4 years, 5 months ago
  23. fd7d6de io_uring: don't recurse on tsk->sighand->siglock with signalfd by Jens Axboe · 4 years, 5 months ago
  24. 867a23e io_uring: kill extra iovec=NULL in import_iovec() by Pavel Begunkov · 4 years, 5 months ago
  25. f261c16 io_uring: comment on kfree(iovec) checks by Pavel Begunkov · 4 years, 5 months ago
  26. bb17534 io_uring: fix racy req->flags modification by Pavel Begunkov · 4 years, 5 months ago
  27. fc66677 io_uring: use system_unbound_wq for ring exit work by Jens Axboe · 4 years, 5 months ago
  28. 8452fd0 io_uring: cleanup io_import_iovec() of pre-mapped request by Jens Axboe · 4 years, 5 months ago
  29. 3b2a443 io_uring: get rid of kiocb_wait_page_queue_init() by Jens Axboe · 4 years, 5 months ago
  30. b711d4e io_uring: find and cancel head link async work on files exit by Jens Axboe · 4 years, 5 months ago
  31. f91daf5 io_uring: short circuit -EAGAIN for blocking read attempt by Jens Axboe · 4 years, 5 months ago
  32. d4e7cd3 io_uring: sanitize double poll handling by Jens Axboe · 4 years, 5 months ago
  33. 227c0c9 io_uring: internally retry short reads by Jens Axboe · 4 years, 5 months ago
  34. ff6165b io_uring: retain iov_iter state over io_read/io_write calls by Jens Axboe · 4 years, 5 months ago
  35. f254ac0 io_uring: enable lookup of links holding inflight files by Jens Axboe · 4 years, 5 months ago
  36. a36da65 io_uring: fail poll arm on queue proc failure by Jens Axboe · 4 years, 5 months ago
  37. 6d816e0 io_uring: hold 'ctx' reference around task_work queue + execute by Jens Axboe · 4 years, 5 months ago
  38. 51a4cc1 io_uring: defer file table grabbing request cleanup for locked requests by Jens Axboe · 4 years, 5 months ago
  39. 9b7adba io_uring: add missing REQ_F_COMP_LOCKED for nested requests by Jens Axboe · 4 years, 5 months ago
  40. 7271ef3 io_uring: fix recursive completion locking on oveflow flush by Jens Axboe · 4 years, 5 months ago
  41. 0ba9c9e io_uring: use TWA_SIGNAL for task_work uncondtionally by Jens Axboe · 4 years, 5 months ago
  42. f74441e io_uring: account locked memory before potential error case by Jens Axboe · 4 years, 5 months ago
  43. bd74048 io_uring: set ctx sq/cq entry count earlier by Jens Axboe · 4 years, 5 months ago
  44. 2dd2111 io_uring: Fix NULL pointer dereference in loop_rw_iter() by Guoyu Huang · 4 years, 5 months ago
  45. c1dd91d io_uring: add comments on how the async buffered read retry works by Jens Axboe · 4 years, 5 months ago
  46. cbd287c io_uring: io_async_buf_func() need not test page bit by Jens Axboe · 4 years, 5 months ago
  47. cdc8fcb Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 5 months ago
  48. fa15baf io_uring: flip if handling after io_setup_async_rw by Pavel Begunkov · 4 years, 6 months ago
  49. d1719f7 io_uring: don't touch 'ctx' after installing file descriptor by Jens Axboe · 4 years, 6 months ago
  50. 01cec8c io_uring: get rid of atomic FAA for cq_timeouts by Pavel Begunkov · 4 years, 6 months ago
  51. 4693014 io_uring: consolidate *_check_overflow accounting by Pavel Begunkov · 4 years, 6 months ago
  52. dd9dfcd io_uring: fix stalled deferred requests by Pavel Begunkov · 4 years, 6 months ago
  53. b2bd1cf io_uring: fix racy overflow count reporting by Pavel Begunkov · 4 years, 6 months ago
  54. 81b68a5 io_uring: deduplicate __io_complete_rw() by Pavel Begunkov · 4 years, 6 months ago
  55. 010e8e6 io_uring: de-unionise io_kiocb by Pavel Begunkov · 4 years, 6 months ago
  56. f063c54 io_uring: fix missing io_queue_linked_timeout() by Pavel Begunkov · 4 years, 6 months ago
  57. b65e0dd io_uring: mark ->work uninitialised after cleanup by Pavel Begunkov · 4 years, 6 months ago
  58. f56040b io_uring: deduplicate io_grab_files() calls by Pavel Begunkov · 4 years, 6 months ago
  59. ae34817 io_uring: don't do opcode prep twice by Pavel Begunkov · 4 years, 6 months ago
  60. 23b3628 io_uring: clear IORING_SQ_NEED_WAKEUP after executing task works by Xiaoguang Wang · 4 years, 6 months ago
  61. 5af1d13 io_uring: batch put_task_struct() by Pavel Begunkov · 4 years, 6 months ago
  62. cbcf721 io_uring: return locked and pinned page accounting by Pavel Begunkov · 4 years, 6 months ago
  63. 5dbcad5 io_uring: don't miscount pinned memory by Pavel Begunkov · 4 years, 6 months ago
  64. 7fbb1b5 io_uring: don't open-code recv kbuf managment by Pavel Begunkov · 4 years, 6 months ago
  65. 8ff069b io_uring: extract io_put_kbuf() helper by Pavel Begunkov · 4 years, 6 months ago
  66. bc02ef3 io_uring: move BUFFER_SELECT check into *recv[msg] by Pavel Begunkov · 4 years, 6 months ago
  67. 0e1b6fe3 io_uring: free selected-bufs if error'ed by Pavel Begunkov · 4 years, 6 months ago
  68. 14c32ee io_uring: don't forget cflags in io_recv() by Pavel Begunkov · 4 years, 6 months ago
  69. 6b754c8 io_uring: remove extra checks in send/recv by Pavel Begunkov · 4 years, 6 months ago
  70. 7a7cacb io_uring: indent left {send,recv}[msg]() by Pavel Begunkov · 4 years, 6 months ago
  71. 06ef360 io_uring: simplify file ref tracking in submission state by Pavel Begunkov · 4 years, 6 months ago
  72. 57f1a64 io_uring/io-wq: move RLIMIT_FSIZE to io-wq by Pavel Begunkov · 4 years, 6 months ago
  73. 327d6d9 io_uring: alloc ->io in io_req_defer_prep() by Pavel Begunkov · 4 years, 6 months ago
  74. 1c2da9e io_uring: remove empty cleanup of OP_OPEN* reqs by Pavel Begunkov · 4 years, 6 months ago
  75. dca9cf8 io_uring: inline io_req_work_grab_env() by Pavel Begunkov · 4 years, 6 months ago
  76. 0f7e466 io_uring: place cflags into completion data by Pavel Begunkov · 4 years, 6 months ago
  77. 9cf7c10 io_uring: remove sequence from io_kiocb by Pavel Begunkov · 4 years, 6 months ago
  78. 27dc833 io_uring: use non-intrusive list for defer by Pavel Begunkov · 4 years, 6 months ago
  79. 7d6ddea io_uring: remove init for unused list by Pavel Begunkov · 4 years, 6 months ago
  80. 135fcde io_uring: add req->timeout.list by Pavel Begunkov · 4 years, 6 months ago
  81. 40d8ddd io_uring: use completion list for CQ overflow by Pavel Begunkov · 4 years, 6 months ago
  82. d21ffe7 io_uring: use inflight_entry list for iopoll'ing by Pavel Begunkov · 4 years, 6 months ago
  83. 540e32a io_uring: rename ctx->poll into ctx->iopoll by Pavel Begunkov · 4 years, 6 months ago
  84. 3ca405e io_uring: share completion list w/ per-op space by Pavel Begunkov · 4 years, 6 months ago
  85. 252917c io_uring: follow **iovec idiom in io_import_iovec by Pavel Begunkov · 4 years, 6 months ago
  86. c3e330a io_uring: add a helper for async rw iovec prep by Pavel Begunkov · 4 years, 6 months ago
  87. b64e344 io_uring: simplify io_req_map_rw() by Pavel Begunkov · 4 years, 6 months ago
  88. e737512 io_uring: replace rw->task_work with rq->task_work by Pavel Begunkov · 4 years, 6 months ago
  89. 2ae523e io_uring: extract io_sendmsg_copy_hdr() by Pavel Begunkov · 4 years, 6 months ago
  90. 1400e69 io_uring: use more specific type in rcv/snd msg cp by Pavel Begunkov · 4 years, 6 months ago
  91. 270a594 io_uring: rename sr->msg into umsg by Pavel Begunkov · 4 years, 6 months ago
  92. b36200f io_uring: fix sq array offset calculation by Dmitry Vyukov · 4 years, 6 months ago
  93. 760618f Merge branch 'io_uring-5.8' into for-5.9/io_uring by Jens Axboe · 4 years, 6 months ago
  94. 4ae6dbd io_uring: fix lockup in io_fail_links() by Pavel Begunkov · 4 years, 6 months ago
  95. d5e16d8 io_uring: fix ->work corruption with poll_add by Pavel Begunkov · 4 years, 6 months ago
  96. 3e863ea io_uring: missed req_init_async() for IOSQE_ASYNC by Pavel Begunkov · 4 years, 6 months ago
  97. 61710e4 io_uring: always allow drain/link/hardlink/async sqe flags by Daniele Albano · 4 years, 6 months ago
  98. 807abcb io_uring: ensure double poll additions work with both request types by Jens Axboe · 4 years, 6 months ago
  99. 681fda8 io_uring: fix recvmsg memory leak with buffer selection by Pavel Begunkov · 4 years, 6 months ago
  100. 16d5980 io_uring: fix not initialised work->flags by Pavel Begunkov · 4 years, 6 months ago