summaryrefslogtreecommitdiff
path: root/io_uring/rsrc.h
AgeCommit message (Expand)AuthorFilesLines
5 daysio_uring: export io_[un]account_memPavel Begunkov1-0/+2
2025-07-06io_uring/rsrc: don't rely on user vaddr alignmentPavel Begunkov1-0/+1
2025-07-06io_uring/zcrx: improve area validationPavel Begunkov1-1/+1
2025-03-10io_uring: rely on io_prep_reg_vec for iovec placementPavel Begunkov1-2/+1
2025-03-10io_uring: introduce io_prep_reg_iovec()Pavel Begunkov1-0/+2
2025-03-07io_uring: cap cached iovec/bvec sizePavel Begunkov1-0/+2
2025-03-07io_uring: add infra for importing vectored reg buffersPavel Begunkov1-0/+5
2025-03-07io_uring: introduce struct iou_vecPavel Begunkov1-0/+16
2025-03-07Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vecJens Axboe1-0/+1
2025-03-04io_uring/rsrc: include io_uring_types.h in rsrc.hCaleb Sander Mateos1-0/+1
2025-02-28io_uring/rsrc: declare io_find_buf_node() in header fileCaleb Sander Mateos1-0/+2
2025-02-28io_uring: cache nodes and mapped buffersKeith Busch1-1/+3
2025-02-28io_uring: add support for kernel registered bvecsKeith Busch1-0/+9
2025-02-27Merge branch 'io_uring-6.14' into for-6.15/io_uringJens Axboe1-6/+0
2025-02-27io_uring: combine buffer lookup and importPavel Begunkov1-3/+3
2025-02-19io_uring/rsrc: remove unused constantsCaleb Sander Mateos1-6/+0
2025-02-17io_uring/zcrx: add io_zcrx_areaDavid Wei1-0/+1
2025-02-17io_uring/rsrc: avoid NULL check in io_put_rsrc_node()Caleb Sander Mateos1-1/+1
2025-01-21io_uring/rsrc: Move lockdep assert from io_free_rsrc_node() to callerJann Horn1-0/+3
2025-01-21io_uring/rsrc: remove unused parameter ctx for io_rsrc_node_alloc()Sidong Yang1-1/+1
2024-12-23io_uring/rsrc: export io_check_coalesce_bufferPavel Begunkov1-0/+4
2024-11-07io_uring/rsrc: add & apply io_req_assign_buf_node()Ming Lei1-0/+7
2024-11-07io_uring/rsrc: remove '->ctx_ptr' of 'struct io_rsrc_node'Ming Lei1-8/+1
2024-11-07io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpersMing Lei1-13/+9
2024-11-06io_uring/rsrc: split io_kiocb node type assignmentsJens Axboe1-6/+10
2024-11-06io_uring/rsrc: encode node type and ctx togetherJens Axboe1-3/+14
2024-11-02io_uring/rsrc: get rid of the empty node and dummy_ubufJens Axboe1-16/+7
2024-11-02io_uring/rsrc: add io_reset_rsrc_node() helperJens Axboe1-0/+11
2024-11-02io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe1-0/+8
2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe1-5/+2
2024-11-02io_uring: only initialize io_kiocb rsrc_nodes when neededJens Axboe1-2/+8
2024-11-02io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entriesJens Axboe1-3/+8
2024-11-02io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe1-54/+17
2024-10-29io_uring/rsrc: kill io_charge_rsrc_node()Jens Axboe1-7/+1
2024-10-29io_uring/rsrc: move struct io_fixed_file to rsrc.h headerJens Axboe1-0/+5
2024-10-29io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node()Jens Axboe1-6/+2
2024-09-15io_uring/rsrc: change ubuf->ubuf_end to length trackingJens Axboe1-2/+2
2024-09-15io_uring/rsrc: get rid of io_mapped_ubuf->folio_maskJens Axboe1-1/+0
2024-09-14io_uring: rename "copy buffers" to "clone buffers"Jens Axboe1-1/+1
2024-09-12io_uring: add IORING_REGISTER_COPY_BUFFERS methodJens Axboe1-0/+1
2024-09-11io_uring/rsrc: add reference count to struct io_mapped_ubufJens Axboe1-0/+1
2024-09-02io_uring: remove unused rsrc_put_fnAnuj Gupta1-2/+0
2024-08-25io_uring/rsrc: enable multi-hugepage buffer coalescingChenliang Li1-0/+8
2024-08-25io_uring/rsrc: store folio shift and mask into imuChenliang Li1-0/+2
2024-04-15io_uring: remove io_req_put_rsrc_locked()Pavel Begunkov1-6/+0
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe1-6/+1
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