summaryrefslogtreecommitdiffstats
path: root/io_uring/rsrc.h
Commit message (Expand)AuthorAgeFilesLines
* io_uring/rsrc: improve code generation for fixed file assignmentJens Axboe2024-01-111-5/+9
* io_uring: drop any code related to SCM_RIGHTSJens Axboe2023-12-191-15/+0
* io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov2023-12-071-7/+0
* io_uring/rsrc: Annotate struct io_mapped_ubuf with __counted_byKees Cook2023-08-171-1/+1
* io_uring/rsrc: Remove unused declaration io_rsrc_put_tw()Yue Haibing2023-08-091-1/+0
* io_uring/rsrc: disassociate nodes and rsrc_dataPavel Begunkov2023-04-181-1/+2
* io_uring/rsrc: devirtualise rsrc put callbacksPavel Begunkov2023-04-181-1/+1
* io_uring/rsrc: inline io_rsrc_put_work()Pavel Begunkov2023-04-181-1/+0
* io_uring/rsrc: add empty flag in rsrc_nodePavel Begunkov2023-04-181-1/+1
* io_uring/rsrc: merge nodes and io_rsrc_putPavel Begunkov2023-04-181-20/+2
* io_uring/rsrc: infer node from ctx on io_queue_rsrc_removalPavel Begunkov2023-04-181-2/+1
* io_uring/rsrc: remove unused io_rsrc_node::llistPavel Begunkov2023-04-181-1/+0
* io_uring/rsrc: inline switch_start fast pathPavel Begunkov2023-04-151-1/+8
* io_uring/rsrc: remove rsrc_data refsPavel Begunkov2023-04-151-2/+0
* io_uring/rsrc: use wq for quiescingPavel Begunkov2023-04-151-1/+0
* io_uring/rsrc: remove io_rsrc_node::donePavel Begunkov2023-04-151-1/+0
* io_uring/rsrc: refactor io_rsrc_node_switchPavel Begunkov2023-04-121-0/+7
* io_uring/rsrc: add custom limit for node cachingPavel Begunkov2023-04-041-0/+2
* io_uring/rsrc: optimise io_rsrc_data refcountingPavel Begunkov2023-04-041-1/+1
* io_uring/rsrc: add lockdep sanity checksPavel Begunkov2023-04-041-2/+4
* io_uring/rsrc: cache struct io_rsrc_nodePavel Begunkov2023-04-041-2/+7
* io_uring/rsrc: optimise io_rsrc_put allocationPavel Begunkov2023-04-041-0/+2
* io_uring/rsrc: rename rsrc_listPavel Begunkov2023-04-041-1/+7
* io_uring/rsrc: protect node refs with uring_lockPavel Begunkov2023-04-041-24/+5
* io_uring: don't put nodes under spinlocksPavel Begunkov2023-04-041-3/+3
* io_uring/rsrc: keep cached refs per nodePavel Begunkov2023-04-041-7/+9
* io_uring/rsrc: use non-pcpu refcounts for nodesPavel Begunkov2023-04-041-2/+4
* io_uring/rsrc: fix rogue rsrc node grabbingPavel Begunkov2023-03-291-7/+5
* io_uring: use tw for putting rsrcPavel Begunkov2022-12-071-0/+1
* io_uring: remove FFS_SCMPavel Begunkov2022-10-161-4/+0
* Revert "io_uring: rename IORING_OP_FILES_UPDATE"Pavel Begunkov2022-09-011-2/+2
* io_uring/net: make page accounting more consistentPavel Begunkov2022-07-251-0/+9
* io_uring: rename IORING_OP_FILES_UPDATEPavel Begunkov2022-07-241-2/+2
* io_uring: add rsrc referencing for notifiersPavel Begunkov2022-07-241-3/+9
* io_uring: move io_import_fixed()Pavel Begunkov2022-07-241-0/+3
* io_uring: move a few private types to local headersJens Axboe2022-07-241-0/+8
* io_uring: move rsrc related data, core, and commandsJens Axboe2022-07-241-0/+155