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