summaryrefslogtreecommitdiffstats
path: root/io_uring/notif.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring/notif: Remove the unused function io_notif_complete()Jiapeng Chong2022-09-051-8/+0
* io_uring/net: simplify zerocopy send user APIPavel Begunkov2022-09-011-10/+2
* io_uring/notif: remove notif registrationPavel Begunkov2022-09-011-71/+0
* io_uring/notif: order notif vs send CQEsPavel Begunkov2022-08-241-2/+4
* io_uring/net: fix must_hold annotationPavel Begunkov2022-08-241-1/+1
* io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher2022-08-121-2/+0
* io_uring: consistently make use of io_notif_to_data()Stefan Metzmacher2022-08-111-1/+1
* io_uring: notification completion optimisationPavel Begunkov2022-07-271-107/+52
* io_uring/net: make page accounting more consistentPavel Begunkov2022-07-251-5/+4
* io_uring: flush notifiers after sendzcPavel Begunkov2022-07-241-1/+1
* io_uring: account locked pages for non-fixed zcPavel Begunkov2022-07-241-0/+6
* io_uring: add notification slot registrationPavel Begunkov2022-07-241-0/+43
* io_uring: add rsrc referencing for notifiersPavel Begunkov2022-07-241-0/+5
* io_uring: complete notifiers in twPavel Begunkov2022-07-241-3/+19
* io_uring: cache struct io_notifPavel Begunkov2022-07-241-7/+50
* io_uring: add zc notification infrastructurePavel Begunkov2022-07-241-0/+102