aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/notif.c
AgeCommit message (Expand)Author
2022-12-31io_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