aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/rsrc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-21io_uring/rsrc: Move lockdep assert from io_free_rsrc_node() to callerJann Horn1-2/+0
2025-01-21io_uring/rsrc: remove unused parameter ctx for io_rsrc_node_alloc()Sidong Yang1-5/+5
2025-01-21io_uring: clean up io_uring_register_get_file()Pavel Begunkov1-2/+1
2025-01-21io_uring/rsrc: Simplify buffer cloning by locking both ringsJann Horn1-33/+40
2025-01-20Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds1-18/+22
2025-01-14io_uring/rsrc: require cloned buffers to share accounting contextsJann Horn1-0/+7
2025-01-14io_uring/rsrc: fixup io_clone_buffers() error handlingJens Axboe1-9/+1
2025-01-03io_uring/rsrc: simplify the bvec iter count calculationBui Quang Minh1-3/+1
2024-12-23io_uring: don't vmap single page regionsPavel Begunkov1-8/+5
2024-12-23io_uring/rsrc: export io_check_coalesce_bufferPavel Begunkov1-10/+12
2024-12-12io_uring/rsrc: don't put/free empty buffersJens Axboe1-2/+4
2024-11-07io_uring/rsrc: remove '->ctx_ptr' of 'struct io_rsrc_node'Ming Lei1-2/+2
2024-11-07io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpersMing Lei1-13/+11
2024-11-06io_uring/rsrc: encode node type and ctx togetherJens Axboe1-6/+5
2024-11-02io_uring/rsrc: allow cloning with node replacementsJens Axboe1-14/+52
2024-11-02io_uring/rsrc: allow cloning at an offsetJens Axboe1-6/+26
2024-11-02io_uring/rsrc: get rid of the empty node and dummy_ubufJens Axboe1-27/+21
2024-11-02io_uring/rsrc: add io_reset_rsrc_node() helperJens Axboe1-9/+3
2024-11-02io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe1-5/+7
2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe1-144/+65
2024-11-02io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entriesJens Axboe1-21/+28
2024-11-02io_uring/rsrc: get rid of io_rsrc_node allocation cacheJens Axboe1-12/+6
2024-11-02io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe1-303/+178
2024-10-29io_uring/rsrc: don't assign bvec twice in io_import_fixed()Jens Axboe1-2/+1
2024-10-16io_uring/rsrc: ignore dummy_ubuf for buffer cloningJens Axboe1-1/+2
2024-09-24Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linuxLinus Torvalds1-13/+10
2024-09-16Merge tag 'for-6.12/io_uring-20240913' of git://git.kernel.dk/linuxLinus Torvalds1-42/+203
2024-09-15io_uring/rsrc: change ubuf->ubuf_end to length trackingJens Axboe1-3/+3
2024-09-15io_uring/rsrc: get rid of io_mapped_ubuf->folio_maskJens Axboe1-6/+3
2024-09-14io_uring: rename "copy buffers" to "clone buffers"Jens Axboe1-4/+4
2024-09-12io_uring: add IORING_REGISTER_COPY_BUFFERS methodJens Axboe1-0/+91
2024-09-11io_uring/rsrc: add reference count to struct io_mapped_ubufJens Axboe1-0/+3
2024-09-11io_uring/rsrc: clear 'slot' entry upfrontJens Axboe1-1/+1
2024-08-30io_uring/rsrc: ensure compat iovecs are copied correctlyJens Axboe1-4/+15
2024-08-25io_uring/rsrc: enable multi-hugepage buffer coalescingChenliang Li1-32/+102
2024-08-25io_uring/rsrc: store folio shift and mask into imuChenliang Li1-9/+6
2024-07-15Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linuxLinus Torvalds1-41/+22
2024-06-20io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixedChenliang Li1-1/+0
2024-06-16io_uring/rsrc: remove redundant __set_current_state() post schedule()Jens Axboe1-2/+1
2024-06-16io_uring/rsrc: Drop io_copy_iov in favor of iovec APIGabriel Krisman Bertazi1-39/+21
2024-06-12io_uring/rsrc: don't lock while !TASK_RUNNINGPavel Begunkov1-0/+1
2024-04-15io_uring: move mapping/allocation helpers to a separate fileJens Axboe1-0/+1
2024-04-15io_uring: unify io_pin_pages()Jens Axboe1-36/+0
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe1-6/+4
2023-12-19io_uring: drop any code related to SCM_RIGHTSJens Axboe1-165/+4
2023-11-20io_uring: fix off-by one bvec indexKeith Busch1-1/+1
2023-10-02io_uring/rsrc: cleanup io_pin_pages()Jens Axboe1-20/+17
2023-08-11io_uring/rsrc: keep one global dummy_ubufPavel Begunkov1-4/+10
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-28/+6
2023-06-20io_uring: add helpers to decode the fixed file file_ptrChristoph Hellwig1-4/+4