1. 3f48cf1 io_uring: unify files and task cancel by Pavel Begunkov · 3 years, 9 months ago
  2. b303fe2 io_uring: track inflight requests through counter by Pavel Begunkov · 3 years, 9 months ago
  3. 368b208 io_uring: unify task and files cancel loops by Pavel Begunkov · 3 years, 9 months ago
  4. 0ea13b4 io_uring: simplify apoll hash removal by Pavel Begunkov · 3 years, 9 months ago
  5. e27414b io_uring: refactor io_poll_complete() by Pavel Begunkov · 3 years, 9 months ago
  6. f40b964 io_uring: clean up io_poll_task_func() by Pavel Begunkov · 3 years, 9 months ago
  7. e0051d7 io-wq: Fix io_wq_worker_affinity() by Peter Zijlstra · 3 years, 9 months ago
  8. cb3b200e io_uring: don't attempt re-add of multishot poll request if racing by Jens Axboe · 3 years, 9 months ago
  9. 417b505 io-wq: simplify code in __io_worker_busy() by Hao Xu · 3 years, 9 months ago
  10. 53a3126 io_uring: kill outdated comment about splice punt by Pavel Begunkov · 3 years, 10 months ago
  11. a04b0ac io_uring: encapsulate fixed files into struct by Pavel Begunkov · 3 years, 10 months ago
  12. 846a4ef io_uring: refactor file tables alloc/free by Pavel Begunkov · 3 years, 10 months ago
  13. f4f7d21 io_uring: don't quiesce intial files register by Pavel Begunkov · 3 years, 10 months ago
  14. 9a321c9 io_uring: set proper FFS* flags on reg file update by Pavel Begunkov · 3 years, 10 months ago
  15. 0441180 io_uring: deduplicate NOSIGNAL setting by Pavel Begunkov · 3 years, 10 months ago
  16. df9727a io_uring: put link timeout req consistently by Pavel Begunkov · 3 years, 10 months ago
  17. c4ea060 io_uring: simplify overflow handling by Pavel Begunkov · 3 years, 10 months ago
  18. e07785b io_uring: lock annotate timeouts and poll by Pavel Begunkov · 3 years, 10 months ago
  19. 47e9039 io_uring: kill unused forward decls by Pavel Begunkov · 3 years, 10 months ago
  20. 4751f53 io_uring: store reg buffer end instead of length by Pavel Begunkov · 3 years, 10 months ago
  21. 75769e3 io_uring: improve import_fixed overflow checks by Pavel Begunkov · 3 years, 10 months ago
  22. 0aec38f io_uring: refactor io_async_cancel() by Pavel Begunkov · 3 years, 10 months ago
  23. e146a4a io_uring: remove unused hash_wait by Pavel Begunkov · 3 years, 10 months ago
  24. 7394161 io_uring: better ref handling in poll_remove_one by Pavel Begunkov · 3 years, 10 months ago
  25. 89b5066 io_uring: combine lock/unlock sections on exit by Pavel Begunkov · 3 years, 10 months ago
  26. 215c390 io_uring: remove useless is_dying check on quiesce by Pavel Begunkov · 3 years, 10 months ago
  27. 28a9fe2 io_uring: reuse io_rsrc_node_destroy() by Pavel Begunkov · 3 years, 10 months ago
  28. a7f0ed5 io_uring: ctx-wide rsrc nodes by Pavel Begunkov · 3 years, 10 months ago
  29. e7c7837 io_uring: refactor io_queue_rsrc_removal() by Pavel Begunkov · 3 years, 10 months ago
  30. 40ae0ff io_uring: move rsrc_put callback into io_rsrc_data by Pavel Begunkov · 3 years, 10 months ago
  31. 82fbcfa io_uring: encapsulate rsrc node manipulations by Pavel Begunkov · 3 years, 10 months ago
  32. f3baed3 io_uring: use rsrc prealloc infra for files reg by Pavel Begunkov · 3 years, 10 months ago
  33. 221aa92 io_uring: simplify io_rsrc_node_ref_zero by Pavel Begunkov · 3 years, 10 months ago
  34. b895c9a io_uring: name rsrc bits consistently by Pavel Begunkov · 3 years, 10 months ago
  35. c80ca47 io-wq: cancel task_work on exit only targeting the current 'wq' by Jens Axboe · 3 years, 10 months ago
  36. c7aab1a task_work: add helper for more targeted task_work canceling by Jens Axboe · 3 years, 10 months ago
  37. b2e720a io_uring: fix race around poll update and poll triggering by Jens Axboe · 3 years, 10 months ago
  38. 50e9698 io_uring: reg buffer overflow checks hardening by Pavel Begunkov · 3 years, 10 months ago
  39. 548d819 io_uring: allow SQPOLL without CAP_SYS_ADMIN or CAP_SYS_NICE by Jens Axboe · 3 years, 10 months ago
  40. 685fe7f io-wq: eliminate the need for a manager thread by Jens Axboe · 3 years, 10 months ago
  41. 66ae0d1 kernel: allow fork with TIF_NOTIFY_SIGNAL pending by Jens Axboe · 3 years, 10 months ago
  42. b69de28 io_uring: allow events and user_data update of running poll requests by Jens Axboe · 3 years, 10 months ago
  43. b2cb805 io_uring: abstract out a io_poll_find_helper() by Jens Axboe · 3 years, 10 months ago
  44. 5082620 io_uring: terminate multishot poll for CQ ring overflow by Jens Axboe · 3 years, 11 months ago
  45. b2c3f7e io_uring: abstract out helper for removing poll waitqs/hashes by Jens Axboe · 3 years, 11 months ago
  46. 88e41cf io_uring: add multishot mode for IORING_OP_POLL_ADD by Jens Axboe · 3 years, 11 months ago
  47. 7471e1a io_uring: include cflags in completion trace event by Jens Axboe · 3 years, 11 months ago
  48. 6c2450a io_uring: allocate memory for overflowed CQEs by Pavel Begunkov · 3 years, 11 months ago
  49. 464dca6 io_uring: mask in error/nval/hangup consistently for poll by Jens Axboe · 3 years, 10 months ago
  50. 9532b99 io_uring: optimise rw complete error handling by Pavel Begunkov · 3 years, 10 months ago
  51. ab45443 io_uring: hide iter revert in resubmit_prep by Pavel Begunkov · 3 years, 10 months ago
  52. 8c13082 io_uring: don't alter iopoll reissue fail ret code by Pavel Begunkov · 3 years, 10 months ago
  53. 1c98679 io_uring: optimise kiocb_end_write for !ISREG by Pavel Begunkov · 3 years, 10 months ago
  54. 59d7001 io_uring: kill unused REQ_F_NO_FILE_TABLE by Pavel Begunkov · 3 years, 10 months ago
  55. e1d675d io_uring: don't init req->work fully in advance by Pavel Begunkov · 3 years, 10 months ago
  56. 8418f22 io-wq: refactor *_get_acct() by Pavel Begunkov · 3 years, 10 months ago
  57. 05356d8 io_uring: remove tctx->sqpoll by Pavel Begunkov · 3 years, 10 months ago
  58. 6820768 io_uring: don't do extra EXITING cancellations by Pavel Begunkov · 3 years, 10 months ago
  59. d4729fb io_uring: don't clear REQ_F_LINK_TIMEOUT by Pavel Begunkov · 3 years, 10 months ago
  60. c15b79d io_uring: optimise io_req_task_work_add() by Pavel Begunkov · 3 years, 10 months ago
  61. e1d767f io_uring: abolish old io_put_file() by Pavel Begunkov · 3 years, 10 months ago
  62. 094bae4 io_uring: optimise io_dismantle_req() fast path by Pavel Begunkov · 3 years, 10 months ago
  63. 68fb897 io_uring: inline io_clean_op()'s fast path by Pavel Begunkov · 3 years, 10 months ago
  64. 2593553 io_uring: remove __io_req_task_cancel() by Pavel Begunkov · 3 years, 10 months ago
  65. dac7a09 io_uring: add helper flushing locked_free_list by Pavel Begunkov · 3 years, 10 months ago
  66. a05432f io_uring: refactor io_free_req_deferred() by Pavel Begunkov · 3 years, 10 months ago
  67. 0d85035 io_uring: inline io_put_req and friends by Pavel Begunkov · 3 years, 10 months ago
  68. 8dd03af io_uring: refactor rsrc refnode allocation by Pavel Begunkov · 3 years, 10 months ago
  69. dd78f49 io_uring: refactor io_flush_cached_reqs() by Pavel Begunkov · 3 years, 10 months ago
  70. 1840038 io_uring: optimise success case of __io_queue_sqe by Pavel Begunkov · 3 years, 10 months ago
  71. de968c1 io_uring: inline __io_queue_linked_timeout() by Pavel Begunkov · 3 years, 10 months ago
  72. 9667065 io_uring: keep io_req_free_batch() call locality by Pavel Begunkov · 3 years, 10 months ago
  73. cf27f3b io_uring: optimise tctx node checks/alloc by Pavel Begunkov · 3 years, 10 months ago
  74. 33f993d io_uring: optimise io_uring_enter() by Pavel Begunkov · 3 years, 10 months ago
  75. 493f3b15 io_uring: don't take ctx refs in task_work handler by Pavel Begunkov · 3 years, 10 months ago
  76. 45ab03b io_uring: transform ret == 0 for poll cancelation completions by Jens Axboe · 3 years, 11 months ago
  77. b9b0e0d io_uring: correct comment on poll vs iopoll by Jens Axboe · 3 years, 11 months ago
  78. 7b29f92 io_uring: cache async and regular file state for fixed files by Jens Axboe · 3 years, 10 months ago
  79. d44f554 io_uring: don't check for io_uring_fops for fixed files by Jens Axboe · 3 years, 10 months ago
  80. c9dca27 io_uring: simplify io_sqd_update_thread_idle() by Pavel Begunkov · 3 years, 10 months ago
  81. abc54d6 io_uring: switch to atomic_t for io_kiocb reference count by Jens Axboe · 3 years, 11 months ago
  82. de9b4cc io_uring: wrap io_kiocb reference count manipulation in helpers by Jens Axboe · 3 years, 11 months ago
  83. 179ae0d io_uring: simplify io_resubmit_prep() by Pavel Begunkov · 3 years, 11 months ago
  84. b7e298d io_uring: merge defer_prep() and prep_async() by Pavel Begunkov · 3 years, 11 months ago
  85. 26f0505 io_uring: rethink def->needs_async_data by Pavel Begunkov · 3 years, 11 months ago
  86. 6cb7868 io_uring: untie alloc_async_data and needs_async_data by Pavel Begunkov · 3 years, 11 months ago
  87. 2e052d4 io_uring: refactor out send/recv async setup by Pavel Begunkov · 3 years, 11 months ago
  88. 8c3f9cd io_uring: use better types for cflags by Pavel Begunkov · 3 years, 11 months ago
  89. 9fb8cb4 io_uring: refactor provide/remove buffer locking by Pavel Begunkov · 3 years, 11 months ago
  90. f41db273 io_uring: add a helper failing not issued requests by Pavel Begunkov · 3 years, 11 months ago
  91. dafecf1 io_uring: further deduplicate file slot selection by Pavel Begunkov · 3 years, 11 months ago
  92. 2c4b8eb io_uring: reuse io_req_task_queue_fail() by Pavel Begunkov · 3 years, 11 months ago
  93. e83acd7 io_uring: avoid taking ctx refs for task-cancel by Pavel Begunkov · 3 years, 11 months ago
  94. d434405 Linux 5.12-rc7 by Linus Torvalds · 3 years, 9 months ago
  95. 7d90072 Merge tag 'for-5.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 9 months ago
  96. add6b92 Merge tag 'locking-urgent-2021-04-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 9 months ago
  97. 06f838e Merge tag 'x86_urgent_for_v5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 9 months ago
  98. 52e4412 Merge branch 'for-5.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu by Linus Torvalds · 3 years, 9 months ago
  99. efc2da9 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 9 months ago
  100. 95c7b07 Merge tag 'powerpc-5.12-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 9 months ago