aboutsummaryrefslogtreecommitdiff
path: root/io_uring/rsrc.h
AgeCommit message (Expand)AuthorFilesLines
2023-04-18io_uring/rsrc: disassociate nodes and rsrc_dataGravatar Pavel Begunkov 1-1/+2
2023-04-18io_uring/rsrc: devirtualise rsrc put callbacksGravatar Pavel Begunkov 1-1/+1
2023-04-18io_uring/rsrc: inline io_rsrc_put_work()Gravatar Pavel Begunkov 1-1/+0
2023-04-18io_uring/rsrc: add empty flag in rsrc_nodeGravatar Pavel Begunkov 1-1/+1
2023-04-18io_uring/rsrc: merge nodes and io_rsrc_putGravatar Pavel Begunkov 1-20/+2
2023-04-18io_uring/rsrc: infer node from ctx on io_queue_rsrc_removalGravatar Pavel Begunkov 1-2/+1
2023-04-18io_uring/rsrc: remove unused io_rsrc_node::llistGravatar Pavel Begunkov 1-1/+0
2023-04-15io_uring/rsrc: inline switch_start fast pathGravatar Pavel Begunkov 1-1/+8
2023-04-15io_uring/rsrc: remove rsrc_data refsGravatar Pavel Begunkov 1-2/+0
2023-04-15io_uring/rsrc: use wq for quiescingGravatar Pavel Begunkov 1-1/+0
2023-04-15io_uring/rsrc: remove io_rsrc_node::doneGravatar Pavel Begunkov 1-1/+0
2023-04-12io_uring/rsrc: refactor io_rsrc_node_switchGravatar Pavel Begunkov 1-0/+7
2023-04-04io_uring/rsrc: add custom limit for node cachingGravatar Pavel Begunkov 1-0/+2
2023-04-04io_uring/rsrc: optimise io_rsrc_data refcountingGravatar Pavel Begunkov 1-1/+1
2023-04-04io_uring/rsrc: add lockdep sanity checksGravatar Pavel Begunkov 1-2/+4
2023-04-04io_uring/rsrc: cache struct io_rsrc_nodeGravatar Pavel Begunkov 1-2/+7
2023-04-04io_uring/rsrc: optimise io_rsrc_put allocationGravatar Pavel Begunkov 1-0/+2
2023-04-04io_uring/rsrc: rename rsrc_listGravatar Pavel Begunkov 1-1/+7
2023-04-04io_uring/rsrc: protect node refs with uring_lockGravatar Pavel Begunkov 1-24/+5
2023-04-04io_uring: don't put nodes under spinlocksGravatar Pavel Begunkov 1-3/+3
2023-04-04io_uring/rsrc: keep cached refs per nodeGravatar Pavel Begunkov 1-7/+9
2023-04-04io_uring/rsrc: use non-pcpu refcounts for nodesGravatar Pavel Begunkov 1-2/+4
2023-03-29io_uring/rsrc: fix rogue rsrc node grabbingGravatar Pavel Begunkov 1-7/+5
2022-12-07io_uring: use tw for putting rsrcGravatar Pavel Begunkov 1-0/+1
2022-10-16io_uring: remove FFS_SCMGravatar Pavel Begunkov 1-4/+0
2022-09-01Revert "io_uring: rename IORING_OP_FILES_UPDATE"Gravatar Pavel Begunkov 1-2/+2
2022-07-25io_uring/net: make page accounting more consistentGravatar Pavel Begunkov 1-0/+9
2022-07-24io_uring: rename IORING_OP_FILES_UPDATEGravatar Pavel Begunkov 1-2/+2
2022-07-24io_uring: add rsrc referencing for notifiersGravatar Pavel Begunkov 1-3/+9
2022-07-24io_uring: move io_import_fixed()Gravatar Pavel Begunkov 1-0/+3
2022-07-24io_uring: move a few private types to local headersGravatar Jens Axboe 1-0/+8
2022-07-24io_uring: move rsrc related data, core, and commandsGravatar Jens Axboe 1-0/+155