aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/rsrc.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-12io_uring: Don't include af_unix.h.Kuniyuki Iwashima1-2/+0
2024-01-11io_uring/rsrc: improve code generation for fixed file assignmentJens Axboe1-5/+9
2023-12-19io_uring: drop any code related to SCM_RIGHTSJens Axboe1-15/+0
2023-12-07io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov1-7/+0
2023-08-17io_uring/rsrc: Annotate struct io_mapped_ubuf with __counted_byKees Cook1-1/+1
2023-08-09io_uring/rsrc: Remove unused declaration io_rsrc_put_tw()Yue Haibing1-1/+0
2023-04-18io_uring/rsrc: disassociate nodes and rsrc_dataPavel Begunkov1-1/+2
2023-04-18io_uring/rsrc: devirtualise rsrc put callbacksPavel Begunkov1-1/+1
2023-04-18io_uring/rsrc: inline io_rsrc_put_work()Pavel Begunkov1-1/+0
2023-04-18io_uring/rsrc: add empty flag in rsrc_nodePavel Begunkov1-1/+1
2023-04-18io_uring/rsrc: merge nodes and io_rsrc_putPavel Begunkov1-20/+2
2023-04-18io_uring/rsrc: infer node from ctx on io_queue_rsrc_removalPavel Begunkov1-2/+1
2023-04-18io_uring/rsrc: remove unused io_rsrc_node::llistPavel Begunkov1-1/+0
2023-04-15io_uring/rsrc: inline switch_start fast pathPavel Begunkov1-1/+8
2023-04-15io_uring/rsrc: remove rsrc_data refsPavel Begunkov1-2/+0
2023-04-15io_uring/rsrc: use wq for quiescingPavel Begunkov1-1/+0
2023-04-15io_uring/rsrc: remove io_rsrc_node::donePavel Begunkov1-1/+0
2023-04-12io_uring/rsrc: refactor io_rsrc_node_switchPavel Begunkov1-0/+7
2023-04-04io_uring/rsrc: add custom limit for node cachingPavel Begunkov1-0/+2
2023-04-04io_uring/rsrc: optimise io_rsrc_data refcountingPavel Begunkov1-1/+1
2023-04-04io_uring/rsrc: add lockdep sanity checksPavel Begunkov1-2/+4
2023-04-04io_uring/rsrc: cache struct io_rsrc_nodePavel Begunkov1-2/+7
2023-04-04io_uring/rsrc: optimise io_rsrc_put allocationPavel Begunkov1-0/+2
2023-04-04io_uring/rsrc: rename rsrc_listPavel Begunkov1-1/+7
2023-04-04io_uring/rsrc: protect node refs with uring_lockPavel Begunkov1-24/+5
2023-04-04io_uring: don't put nodes under spinlocksPavel Begunkov1-3/+3
2023-04-04io_uring/rsrc: keep cached refs per nodePavel Begunkov1-7/+9
2023-04-04io_uring/rsrc: use non-pcpu refcounts for nodesPavel Begunkov1-2/+4
2023-03-29io_uring/rsrc: fix rogue rsrc node grabbingPavel Begunkov1-7/+5
2022-12-07io_uring: use tw for putting rsrcPavel Begunkov1-0/+1
2022-10-16io_uring: remove FFS_SCMPavel Begunkov1-4/+0
2022-09-01Revert "io_uring: rename IORING_OP_FILES_UPDATE"Pavel Begunkov1-2/+2
2022-07-25io_uring/net: make page accounting more consistentPavel Begunkov1-0/+9
2022-07-24io_uring: rename IORING_OP_FILES_UPDATEPavel Begunkov1-2/+2
2022-07-24io_uring: add rsrc referencing for notifiersPavel Begunkov1-3/+9
2022-07-24io_uring: move io_import_fixed()Pavel Begunkov1-0/+3
2022-07-24io_uring: move a few private types to local headersJens Axboe1-0/+8
2022-07-24io_uring: move rsrc related data, core, and commandsJens Axboe1-0/+155