aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/notif.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-15io_uring/notif: add constant for ubuf_info flagsPavel Begunkov1-0/+1
2023-04-06io_uring: reduce scheduling due to twPavel Begunkov1-1/+1
2022-11-21io_uring: move zc reporting from the hot pathPavel Begunkov1-0/+1
2022-11-21io_uring/net: inline io_notif_flush()Pavel Begunkov1-1/+10
2022-11-21io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flagStefan Metzmacher1-0/+3
2022-09-01io_uring/net: simplify zerocopy send user APIPavel Begunkov1-41/+2
2022-09-01io_uring/notif: remove notif registrationPavel Begunkov1-11/+0
2022-08-15io_uring/notif: raise limit on notification slotsPavel Begunkov1-1/+1
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher1-1/+1
2022-07-27io_uring: notification completion optimisationPavel Begunkov1-29/+13
2022-07-25io_uring/net: make page accounting more consistentPavel Begunkov1-0/+19
2022-07-25io_uring/net: improve io_get_notif_slot typesPavel Begunkov1-1/+1
2022-07-24io_uring: flush notifiers after sendzcPavel Begunkov1-0/+11
2022-07-24io_uring: add notification slot registrationPavel Begunkov1-0/+3
2022-07-24io_uring: add rsrc referencing for notifiersPavel Begunkov1-0/+1
2022-07-24io_uring: complete notifiers in twPavel Begunkov1-0/+3
2022-07-24io_uring: cache struct io_notifPavel Begunkov1-0/+5
2022-07-24io_uring: add zc notification infrastructurePavel Begunkov1-0/+64