summaryrefslogtreecommitdiff
path: root/io_uring/rsrc.c
AgeCommit message (Expand)Author
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
2023-04-18io_uring/rsrc: merge nodes and io_rsrc_putPavel Begunkov
2023-04-18io_uring/rsrc: infer node from ctx on io_queue_rsrc_removalPavel Begunkov
2023-04-15io_uring/rsrc: refactor io_queue_rsrc_removalPavel Begunkov
2023-04-15io_uring/rsrc: clean up __io_sqe_buffers_update()Pavel Begunkov
2023-04-15io_uring/rsrc: inline switch_start fast pathPavel Begunkov
2023-04-15io_uring/rsrc: remove rsrc_data refsPavel Begunkov
2023-04-15io_uring/rsrc: fix DEFER_TASKRUN rsrc quiescePavel Begunkov
2023-04-15io_uring/rsrc: use wq for quiescingPavel Begunkov
2023-04-15io_uring/rsrc: refactor io_rsrc_ref_quiescePavel Begunkov
2023-04-15io_uring/rsrc: remove io_rsrc_node::donePavel Begunkov
2023-04-15io_uring/rsrc: use nospec'ed indexesPavel Begunkov
2023-04-12io_uring/rsrc: extract SCM file put helperPavel Begunkov
2023-04-12io_uring/rsrc: refactor io_rsrc_node_switchPavel Begunkov
2023-04-12io_uring/rsrc: zero node's rsrc data on allocPavel Begunkov