summaryrefslogtreecommitdiff
path: root/io_uring/notif.c
AgeCommit message (Expand)Author
2023-04-15io_uring/notif: add constant for ubuf_info flagsPavel Begunkov
2023-04-06io_uring: reduce scheduling due to twPavel Begunkov
2023-04-03io_uring: encapsulate task_work statePavel Begunkov
2023-01-29io_uring: refactor req allocationPavel Begunkov
2022-11-21io_uring/net: move mm accounting to a slower pathPavel Begunkov
2022-11-21io_uring: move zc reporting from the hot pathPavel Begunkov
2022-11-21io_uring/net: inline io_notif_flush()Pavel Begunkov
2022-11-21io_uring/net: rename io_uring_tx_zerocopy_callbackPavel Begunkov
2022-11-21io_uring/net: preset notif tw handlerPavel Begunkov
2022-11-21io_uring/net: remove extra notif rsrc setupPavel Begunkov
2022-11-21io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flagStefan Metzmacher
2022-09-05io_uring/notif: Remove the unused function io_notif_complete()Jiapeng Chong
2022-09-01io_uring/net: simplify zerocopy send user APIPavel Begunkov
2022-09-01io_uring/notif: remove notif registrationPavel Begunkov
2022-08-24io_uring/notif: order notif vs send CQEsPavel Begunkov
2022-08-24io_uring/net: fix must_hold annotationPavel Begunkov
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher
2022-08-11io_uring: consistently make use of io_notif_to_data()Stefan Metzmacher
2022-07-27io_uring: notification completion optimisationPavel Begunkov
2022-07-25io_uring/net: make page accounting more consistentPavel Begunkov
2022-07-24io_uring: flush notifiers after sendzcPavel Begunkov
2022-07-24io_uring: account locked pages for non-fixed zcPavel Begunkov
2022-07-24io_uring: add notification slot registrationPavel Begunkov
2022-07-24io_uring: add rsrc referencing for notifiersPavel Begunkov
2022-07-24io_uring: complete notifiers in twPavel Begunkov
2022-07-24io_uring: cache struct io_notifPavel Begunkov
2022-07-24io_uring: add zc notification infrastructurePavel Begunkov