summaryrefslogtreecommitdiffstats
path: root/io_uring/rsrc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* io_uring/rsrc: add & apply io_req_assign_buf_node()Ming Lei2024-11-071-0/+7
* io_uring/rsrc: remove '->ctx_ptr' of 'struct io_rsrc_node'Ming Lei2024-11-071-8/+1
* io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpersMing Lei2024-11-071-13/+9
* io_uring/rsrc: split io_kiocb node type assignmentsJens Axboe2024-11-061-6/+10
* io_uring/rsrc: encode node type and ctx togetherJens Axboe2024-11-061-3/+14
* io_uring/rsrc: get rid of the empty node and dummy_ubufJens Axboe2024-11-021-16/+7
* io_uring/rsrc: add io_reset_rsrc_node() helperJens Axboe2024-11-021-0/+11
* io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe2024-11-021-0/+8
* io_uring/rsrc: unify file and buffer resource tablesJens Axboe2024-11-021-5/+2
* io_uring: only initialize io_kiocb rsrc_nodes when neededJens Axboe2024-11-021-2/+8
* io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entriesJens Axboe2024-11-021-3/+8
* io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe2024-11-021-54/+17
* io_uring/rsrc: kill io_charge_rsrc_node()Jens Axboe2024-10-291-7/+1
* io_uring/rsrc: move struct io_fixed_file to rsrc.h headerJens Axboe2024-10-291-0/+5
* io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node()Jens Axboe2024-10-291-6/+2
* io_uring/rsrc: change ubuf->ubuf_end to length trackingJens Axboe2024-09-151-2/+2
* io_uring/rsrc: get rid of io_mapped_ubuf->folio_maskJens Axboe2024-09-151-1/+0
* io_uring: rename "copy buffers" to "clone buffers"Jens Axboe2024-09-141-1/+1
* io_uring: add IORING_REGISTER_COPY_BUFFERS methodJens Axboe2024-09-121-0/+1
* io_uring/rsrc: add reference count to struct io_mapped_ubufJens Axboe2024-09-111-0/+1
* io_uring: remove unused rsrc_put_fnAnuj Gupta2024-09-021-2/+0
* io_uring/rsrc: enable multi-hugepage buffer coalescingChenliang Li2024-08-251-0/+8
* io_uring/rsrc: store folio shift and mask into imuChenliang Li2024-08-251-0/+2
* io_uring: remove io_req_put_rsrc_locked()Pavel Begunkov2024-04-151-6/+0
* io_uring/alloc_cache: switch to array based cachingJens Axboe2024-04-151-6/+1
* io_uring: Don't include af_unix.h.Kuniyuki Iwashima2024-02-131-2/+0
* 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-181-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-191-1/+2
* io_uring/rsrc: devirtualise rsrc put callbacksPavel Begunkov2023-04-191-1/+1
* io_uring/rsrc: inline io_rsrc_put_work()Pavel Begunkov2023-04-191-1/+0
* io_uring/rsrc: add empty flag in rsrc_nodePavel Begunkov2023-04-191-1/+1
* io_uring/rsrc: merge nodes and io_rsrc_putPavel Begunkov2023-04-191-20/+2
* io_uring/rsrc: infer node from ctx on io_queue_rsrc_removalPavel Begunkov2023-04-191-2/+1
* io_uring/rsrc: remove unused io_rsrc_node::llistPavel Begunkov2023-04-191-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