1. ce8a79d Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 3 months ago
  2. 96f7e44 Merge tag 'for-6.2/io_uring-next-2022-12-08' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 3 months ago
  3. 54e60e5 Merge tag 'for-6.2/io_uring-2022-12-08' of git://git.kernel.dk/linux by Linus Torvalds · 2 years, 3 months ago
  4. 9b93f50 Merge tag 'fs.idmapped.mnt_idmap.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping by Linus Torvalds · 2 years, 3 months ago
  5. 75f4d9a Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 2 years, 3 months ago
  6. 761c61c io_uring/msg_ring: flag target ring as having task_work, if needed by Jens Axboe · 2 years, 3 months ago
  7. f66f734 io_uring: skip spinlocking for ->task_complete by Pavel Begunkov · 2 years, 3 months ago
  8. 6d043ee io_uring: do msg_ring in target task via tw by Pavel Begunkov · 2 years, 3 months ago
  9. 1721131 io_uring: extract a io_msg_install_complete helper by Pavel Begunkov · 2 years, 3 months ago
  10. 1137302 io_uring: get rid of double locking by Pavel Begunkov · 2 years, 3 months ago
  11. 77e443a io_uring: never run tw and fallback in parallel by Pavel Begunkov · 2 years, 3 months ago
  12. d34b1b0 io_uring: use tw for putting rsrc by Pavel Begunkov · 2 years, 3 months ago
  13. 17add5c io_uring: force multishot CQEs into task context by Pavel Begunkov · 2 years, 3 months ago
  14. e6aeb27 io_uring: complete all requests in task context by Pavel Begunkov · 2 years, 3 months ago
  15. 1b346e4 io_uring: don't check overflow flush failures by Pavel Begunkov · 2 years, 3 months ago
  16. a85381d io_uring: skip overflow CQE posting for dying ring by Pavel Begunkov · 2 years, 3 months ago
  17. 4c979ea io_uring: improve io_double_lock_ctx fail handling by Pavel Begunkov · 2 years, 3 months ago
  18. ef0ec1a io_uring: dont remove file from msg_ring reqs by Pavel Begunkov · 2 years, 3 months ago
  19. 998b30c io_uring: Fix a null-ptr-deref in io_tctx_exit_cb() by Harshit Mogalapalli · 2 years, 3 months ago
  20. 77e3202 io_uring: don't reinstall quiesce node for each tw by Pavel Begunkov · 2 years, 3 months ago
  21. 0ced756 io_uring: improve rsrc quiesce refs checks by Pavel Begunkov · 2 years, 3 months ago
  22. 618d653 io_uring: don't raw spin unlock to match cq_lock by Pavel Begunkov · 2 years, 3 months ago
  23. 443e575 io_uring: combine poll tw handlers by Pavel Begunkov · 2 years, 3 months ago
  24. c3bfb57 io_uring: improve poll warning handling by Pavel Begunkov · 2 years, 3 months ago
  25. 047b6ae io_uring: remove ctx variable in io_poll_check_events by Pavel Begunkov · 2 years, 3 months ago
  26. 9805fa2 io_uring: carve io_poll_check_events fast path by Pavel Begunkov · 2 years, 3 months ago
  27. f6f7f90 io_uring: kill io_poll_issue's PF_EXITING check by Pavel Begunkov · 2 years, 3 months ago
  28. b2cf789 Merge branch 'for-6.2/io_uring' into for-6.2/io_uring-next by Jens Axboe · 2 years, 3 months ago
  29. de4eda9 use less confusing names for iov_iter direction initializers by Al Viro · 2 years, 6 months ago
  30. 7cfe7a0 io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not available by Jens Axboe · 2 years, 3 months ago
  31. 12ad3d2 io_uring/poll: fix poll_refs race with cancelation by Lin Ma · 2 years, 3 months ago
  32. 9d94c04 io_uring/filetable: fix file reference underflow by Lin Ma · 2 years, 3 months ago
  33. a26a35e io_uring: make poll refs more robust by Pavel Begunkov · 2 years, 4 months ago
  34. 2f38934 io_uring: cmpxchg for poll arm refs release by Pavel Begunkov · 2 years, 4 months ago
  35. 5d772916 io_uring: keep unlock_post inlined in hot path by Pavel Begunkov · 2 years, 3 months ago
  36. c3b49093 io_uring: don't use complete_post in kbuf by Pavel Begunkov · 2 years, 3 months ago
  37. 10d8bc3 io_uring: spelling fix by Dylan Yudaken · 2 years, 3 months ago
  38. 27f35fe io_uring: remove io_req_complete_post_tw by Dylan Yudaken · 2 years, 3 months ago
  39. 9a69245 io_uring: allow multishot polled reqs to defer completion by Dylan Yudaken · 2 years, 3 months ago
  40. b529c96 io_uring: remove overflow param from io_post_aux_cqe by Dylan Yudaken · 2 years, 3 months ago
  41. 2e2ef4a io_uring: add lockdep assertion in io_fill_cqe_aux by Dylan Yudaken · 2 years, 3 months ago
  42. a77ab74 io_uring: make io_fill_cqe_aux static by Dylan Yudaken · 2 years, 3 months ago
  43. 9b8c547 io_uring: add io_aux_cqe which allows deferred completion by Dylan Yudaken · 2 years, 3 months ago
  44. 931147d io_uring: allow defer completion for aux posted cqes by Dylan Yudaken · 2 years, 3 months ago
  45. 973fc83 io_uring: defer all io_req_complete_failed by Dylan Yudaken · 2 years, 3 months ago
  46. c06c6c5 io_uring: always lock in io_apoll_task_func by Dylan Yudaken · 2 years, 3 months ago
  47. 2dac1a1 io_uring: remove iopoll spinlock by Pavel Begunkov · 2 years, 3 months ago
  48. 1bec951 io_uring: iopoll protect complete_post by Pavel Begunkov · 2 years, 3 months ago
  49. fa18fa2 io_uring: inline __io_req_complete_put() by Pavel Begunkov · 2 years, 3 months ago
  50. 833b5df io_uring: remove io_req_tw_post_queue by Pavel Begunkov · 2 years, 3 months ago
  51. 624fd77 io_uring: use io_req_task_complete() in timeout by Pavel Begunkov · 2 years, 3 months ago
  52. e276ae3 io_uring: hold locks for io_req_complete_failed by Pavel Begunkov · 2 years, 3 months ago
  53. 2ccc92f io_uring: add completion locking for iopoll by Pavel Begunkov · 2 years, 3 months ago
  54. 6c16fe3 io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post() by Jens Axboe · 2 years, 4 months ago
  55. 4061f0e Revert "io_uring: disallow self-propelled ring polling" by Jens Axboe · 2 years, 4 months ago
  56. 4464853 io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeups by Jens Axboe · 2 years, 4 months ago
  57. f9d567c io_uring: inline __io_req_complete_post() by Pavel Begunkov · 2 years, 4 months ago
  58. d759360 io_uring: split tw fallback into a function by Pavel Begunkov · 2 years, 4 months ago
  59. e52d2e5 io_uring: inline io_req_task_work_add() by Pavel Begunkov · 2 years, 4 months ago
  60. 23a6c9a io_uring: update outdated comment of callbacks by Lin Ma · 2 years, 4 months ago
  61. cd42a53 io_uring/poll: remove outdated comments of caching by Lin Ma · 2 years, 4 months ago
  62. e2ad599 io_uring: allow multishot recv CQEs to overflow by Dylan Yudaken · 2 years, 4 months ago
  63. 515e269 io_uring: revert "io_uring fix multishot accept ordering" by Dylan Yudaken · 2 years, 4 months ago
  64. ef67fcb io_uring: do not always force run task_work in io_uring_register by Dylan Yudaken · 2 years, 4 months ago
  65. df730ec io_uring: fix two assignments in if conditions by Xinghui Li · 2 years, 4 months ago
  66. 42385b0 io_uring/net: move mm accounting to a slower path by Pavel Begunkov · 2 years, 4 months ago
  67. 40725d1 io_uring: move zc reporting from the hot path by Pavel Begunkov · 2 years, 4 months ago
  68. bedd20b io_uring/net: inline io_notif_flush() by Pavel Begunkov · 2 years, 4 months ago
  69. 7fa8e84 io_uring/net: rename io_uring_tx_zerocopy_callback by Pavel Begunkov · 2 years, 4 months ago
  70. fc1dd0d io_uring/net: preset notif tw handler by Pavel Begunkov · 2 years, 4 months ago
  71. 5bc8e88 io_uring/net: remove extra notif rsrc setup by Pavel Begunkov · 2 years, 4 months ago
  72. 3671163 io_uring: move kbuf put out of generic tw complete by Pavel Begunkov · 2 years, 4 months ago
  73. e307e66 io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flag by Stefan Metzmacher · 2 years, 4 months ago
  74. 7fdbc5f io_uring: disallow self-propelled ring polling by Pavel Begunkov · 2 years, 4 months ago
  75. 100d6b1 io_uring: fix multishot recv request leaks by Pavel Begunkov · 2 years, 4 months ago
  76. 9148286 io_uring: fix multishot accept request leaks by Pavel Begunkov · 2 years, 4 months ago
  77. 539bcb5 io_uring: fix tw losing poll events by Pavel Begunkov · 2 years, 4 months ago
  78. b98186a io_uring: update res mask in io_poll_check_events by Pavel Begunkov · 2 years, 4 months ago
  79. 12e4e8c io_uring/rw: enable bio caches for IRQ rw by Pavel Begunkov · 2 years, 4 months ago
  80. 5576035 io_uring/poll: lockdep annote io_poll_req_insert_locked by Pavel Begunkov · 2 years, 4 months ago
  81. 30a3366 io_uring/poll: fix double poll req->flags races by Pavel Begunkov · 2 years, 4 months ago
  82. 3851d25 io_uring: check for rollover of buffer ID when providing buffers by Jens Axboe · 2 years, 4 months ago
  83. 0fc8c2a io_uring: calculate CQEs from the user visible value by Dylan Yudaken · 2 years, 4 months ago
  84. 5a6f52d acl: conver higher-level helpers to rely on mnt_idmap by Christian Brauner · 2 years, 4 months ago
  85. b302676 io_uring: unlock if __io_run_local_work locked inside by Dylan Yudaken · 2 years, 4 months ago
  86. 8de11cdc io_uring: use io_run_local_work_locked helper by Dylan Yudaken · 2 years, 4 months ago
  87. cc767e7 io_uring/net: fail zc sendmsg when unsupported by socket by Pavel Begunkov · 2 years, 5 months ago
  88. edf8143 io_uring/net: fail zc send when unsupported by socket by Pavel Begunkov · 2 years, 5 months ago
  89. 996d3ef io-wq: Fix memory leak in worker creation by Rafael Mendonca · 2 years, 5 months ago
  90. 16bbdfe io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd() by Harshit Mogalapalli · 2 years, 5 months ago
  91. 5c61795 io_uring/rw: remove leftover debug statement by Jens Axboe · 2 years, 5 months ago
  92. 02bac94 io_uring: don't iopoll from io_ring_ctx_wait_and_kill() by Pavel Begunkov · 2 years, 5 months ago
  93. 34f0bc4 io_uring: reuse io_alloc_req() by Pavel Begunkov · 2 years, 5 months ago
  94. 4d50595 io_uring: kill hot path fixed file bitmap debug checks by Pavel Begunkov · 2 years, 5 months ago
  95. 38eddb2 io_uring: remove FFS_SCM by Pavel Begunkov · 2 years, 5 months ago
  96. 2ec33a6 io_uring/rw: ensure kiocb_end_write() is always called by Jens Axboe · 2 years, 5 months ago
  97. 0092793 io_uring: fix fdinfo sqe offsets calculation by Pavel Begunkov · 2 years, 5 months ago
  98. c86416c io_uring: local variable rw shadows outer variable in io_write by Stefan Roesch · 2 years, 5 months ago
  99. 1152849 io_uring/opdef: remove 'audit_skip' from SENDMSG_ZC by Jens Axboe · 2 years, 5 months ago
  100. 44f8774 io_uring: optimise locking for local tw with submit_wait by Pavel Begunkov · 2 years, 5 months ago