| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-02 | Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+5 |
| 2025-09-19 | io_uring: fix incorrect io_kiocb reference in io_link_skb | Yang Xiuwei | 1 | -1/+1 |
| 2025-08-24 | io_uring/zctx: check chained notif contexts | Pavel Begunkov | 1 | -0/+5 |
| 2025-05-06 | io_uring: remove io_preinit_req() | Pavel Begunkov | 1 | -0/+1 |
| 2025-02-17 | io_uring: introduce type alias for io_tw_state | Caleb Sander Mateos | 1 | -2/+2 |
| 2024-11-06 | io_uring: move struct io_kiocb from task_struct to io_uring_task | Jens Axboe | 1 | -2/+2 |
| 2024-11-06 | io_uring/rsrc: split io_kiocb node type assignments | Jens Axboe | 1 | -2/+2 |
| 2024-11-02 | io_uring/rsrc: get rid of the empty node and dummy_ubuf | Jens Axboe | 1 | -2/+2 |
| 2024-11-02 | io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entries | Jens Axboe | 1 | -2/+2 |
| 2024-11-02 | io_uring/rsrc: get rid of per-ring io_rsrc_node list | Jens Axboe | 1 | -1/+2 |
| 2024-04-30 | io_uring/notif: disable LAZY_WAKE for linked notifs | Pavel Begunkov | 1 | -1/+4 |
| 2024-04-22 | io_uring/notif: implement notification stacking | Pavel Begunkov | 1 | -7/+64 |
| 2024-04-22 | io_uring/notif: simplify io_notif_flush() | Pavel Begunkov | 1 | -3/+3 |
| 2024-04-22 | Merge branch 'for-uring-ubufops' of git://git.kernel.org/pub/scm/linux/kernel... | Jens Axboe | 1 | -2/+6 |
| 2024-04-22 | net: extend ubuf_info callback to ops structure | Pavel Begunkov | 1 | -5/+13 |
| 2024-04-15 | io_uring/notif: remove ctx var from io_notif_tw_complete | Pavel Begunkov | 1 | -3/+2 |
| 2024-04-15 | io_uring/notif: refactor io_tx_ubuf_complete() | Pavel Begunkov | 1 | -4/+5 |
| 2024-04-15 | io_uring/net: get rid of io_notif_complete_tw_ext | Pavel Begunkov | 1 | -13/+5 |
| 2024-04-15 | io_uring/net: merge ubuf sendzc callbacks | Pavel Begunkov | 1 | -18/+8 |
| 2023-04-15 | io_uring/notif: add constant for ubuf_info flags | Pavel Begunkov | 1 | -1/+1 |
| 2023-04-06 | io_uring: reduce scheduling due to tw | Pavel Begunkov | 1 | -1/+1 |
| 2023-04-03 | io_uring: encapsulate task_work state | Pavel Begunkov | 1 | -2/+2 |
| 2023-01-29 | io_uring: refactor req allocation | Pavel Begunkov | 1 | -2/+1 |
| 2022-11-21 | io_uring/net: move mm accounting to a slower path | Pavel Begunkov | 1 | -18/+13 |
| 2022-11-21 | io_uring: move zc reporting from the hot path | Pavel Begunkov | 1 | -4/+27 |
| 2022-11-21 | io_uring/net: inline io_notif_flush() | Pavel Begunkov | 1 | -10/+0 |
| 2022-11-21 | io_uring/net: rename io_uring_tx_zerocopy_callback | Pavel Begunkov | 1 | -4/+3 |
| 2022-11-21 | io_uring/net: preset notif tw handler | Pavel Begunkov | 1 | -6/+3 |
| 2022-11-21 | io_uring/net: remove extra notif rsrc setup | Pavel Begunkov | 1 | -1/+0 |
| 2022-11-21 | io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flag | Stefan Metzmacher | 1 | -0/+12 |
| 2022-09-05 | io_uring/notif: Remove the unused function io_notif_complete() | Jiapeng Chong | 1 | -8/+0 |
| 2022-09-01 | io_uring/net: simplify zerocopy send user API | Pavel Begunkov | 1 | -10/+2 |
| 2022-09-01 | io_uring/notif: remove notif registration | Pavel Begunkov | 1 | -71/+0 |
| 2022-08-24 | io_uring/notif: order notif vs send CQEs | Pavel Begunkov | 1 | -2/+4 |
| 2022-08-24 | io_uring/net: fix must_hold annotation | Pavel Begunkov | 1 | -1/+1 |
| 2022-08-12 | io_uring: make io_kiocb_to_cmd() typesafe | Stefan Metzmacher | 1 | -2/+0 |
| 2022-08-11 | io_uring: consistently make use of io_notif_to_data() | Stefan Metzmacher | 1 | -1/+1 |
| 2022-07-27 | io_uring: notification completion optimisation | Pavel Begunkov | 1 | -107/+52 |
| 2022-07-25 | io_uring/net: make page accounting more consistent | Pavel Begunkov | 1 | -5/+4 |
| 2022-07-24 | io_uring: flush notifiers after sendzc | Pavel Begunkov | 1 | -1/+1 |
| 2022-07-24 | io_uring: account locked pages for non-fixed zc | Pavel Begunkov | 1 | -0/+6 |
| 2022-07-24 | io_uring: add notification slot registration | Pavel Begunkov | 1 | -0/+43 |
| 2022-07-24 | io_uring: add rsrc referencing for notifiers | Pavel Begunkov | 1 | -0/+5 |
| 2022-07-24 | io_uring: complete notifiers in tw | Pavel Begunkov | 1 | -3/+19 |
| 2022-07-24 | io_uring: cache struct io_notif | Pavel Begunkov | 1 | -7/+50 |
| 2022-07-24 | io_uring: add zc notification infrastructure | Pavel Begunkov | 1 | -0/+102 |