summaryrefslogtreecommitdiff
path: root/io_uring/rsrc.c
AgeCommit message (Expand)Author
2024-11-07io_uring/rsrc: remove '->ctx_ptr' of 'struct io_rsrc_node'Ming Lei
2024-11-07io_uring/rsrc: pass 'struct io_ring_ctx' reference to rsrc helpersMing Lei
2024-11-06io_uring/rsrc: encode node type and ctx togetherJens Axboe
2024-11-02io_uring/rsrc: allow cloning with node replacementsJens Axboe
2024-11-02io_uring/rsrc: allow cloning at an offsetJens Axboe
2024-11-02io_uring/rsrc: get rid of the empty node and dummy_ubufJens Axboe
2024-11-02io_uring/rsrc: add io_reset_rsrc_node() helperJens Axboe
2024-11-02io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe
2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe
2024-11-02io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entriesJens Axboe
2024-11-02io_uring/rsrc: get rid of io_rsrc_node allocation cacheJens Axboe
2024-11-02io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe
2024-10-29io_uring/rsrc: don't assign bvec twice in io_import_fixed()Jens Axboe
2024-10-16io_uring/rsrc: ignore dummy_ubuf for buffer cloningJens Axboe
2024-09-24Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-16Merge tag 'for-6.12/io_uring-20240913' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-15io_uring/rsrc: change ubuf->ubuf_end to length trackingJens Axboe
2024-09-15io_uring/rsrc: get rid of io_mapped_ubuf->folio_maskJens Axboe
2024-09-14io_uring: rename "copy buffers" to "clone buffers"Jens Axboe
2024-09-12io_uring: add IORING_REGISTER_COPY_BUFFERS methodJens Axboe
2024-09-11io_uring/rsrc: add reference count to struct io_mapped_ubufJens Axboe
2024-09-11io_uring/rsrc: clear 'slot' entry upfrontJens Axboe
2024-08-30io_uring/rsrc: ensure compat iovecs are copied correctlyJens Axboe
2024-08-25io_uring/rsrc: enable multi-hugepage buffer coalescingChenliang Li
2024-08-25io_uring/rsrc: store folio shift and mask into imuChenliang Li
2024-07-15Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linuxLinus Torvalds
2024-06-20io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixedChenliang Li
2024-06-16io_uring/rsrc: remove redundant __set_current_state() post schedule()Jens Axboe
2024-06-16io_uring/rsrc: Drop io_copy_iov in favor of iovec APIGabriel Krisman Bertazi
2024-06-12io_uring/rsrc: don't lock while !TASK_RUNNINGPavel Begunkov
2024-04-15io_uring: move mapping/allocation helpers to a separate fileJens Axboe
2024-04-15io_uring: unify io_pin_pages()Jens Axboe
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe
2023-12-19io_uring: drop any code related to SCM_RIGHTSJens Axboe
2023-11-20io_uring: fix off-by one bvec indexKeith Busch
2023-10-02io_uring/rsrc: cleanup io_pin_pages()Jens Axboe
2023-08-11io_uring/rsrc: keep one global dummy_ubufPavel Begunkov
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-20io_uring: add helpers to decode the fixed file file_ptrChristoph Hellwig
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes
2023-06-09io_uring: rsrc: delegate VMA file-backed check to GUPLorenzo Stoakes
2023-05-07Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds
2023-05-03io_uring/rsrc: check for nonconsecutive pagesTobias Holl
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-20Revert "io_uring/rsrc: disallow multi-source reg buffers"Jens Axboe
2023-04-18io_uring/rsrc: disassociate nodes and rsrc_dataPavel Begunkov
2023-04-18io_uring/rsrc: devirtualise rsrc put callbacksPavel Begunkov
2023-04-18io_uring/rsrc: pass node to io_rsrc_put_work()Pavel Begunkov
2023-04-18io_uring/rsrc: inline io_rsrc_put_work()Pavel Begunkov
2023-04-18io_uring/rsrc: add empty flag in rsrc_nodePavel Begunkov