aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/notif.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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