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