summaryrefslogtreecommitdiffstats
path: root/io_uring/rsrc.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring: move mapping/allocation helpers to a separate fileJens Axboe2024-04-151-0/+1
* io_uring: unify io_pin_pages()Jens Axboe2024-04-151-36/+0
* io_uring/alloc_cache: switch to array based cachingJens Axboe2024-04-151-6/+4
* io_uring: drop any code related to SCM_RIGHTSJens Axboe2023-12-191-165/+4
* io_uring: fix off-by one bvec indexKeith Busch2023-11-201-1/+1
* io_uring/rsrc: cleanup io_pin_pages()Jens Axboe2023-10-021-20/+17
* io_uring/rsrc: keep one global dummy_ubufPavel Begunkov2023-08-111-4/+10
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-28/+6
|\
| * mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-06-091-1/+1
| * io_uring: rsrc: delegate VMA file-backed check to GUPLorenzo Stoakes2023-06-091-28/+6
* | io_uring: add helpers to decode the fixed file file_ptrChristoph Hellwig2023-06-201-4/+4
|/
* Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds2023-05-071-1/+6
|\
| * io_uring/rsrc: check for nonconsecutive pagesTobias Holl2023-05-031-1/+6
* | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-261-2/+1
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-301-0/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-171-2/+8
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-091-13/+45
| |\ \ \
| * | | | net: reclaim skb->scm_io_uring bitEric Dumazet2023-03-081-2/+1
* | | | | Revert "io_uring/rsrc: disallow multi-source reg buffers"Jens Axboe2023-04-201-8/+5
* | | | | io_uring/rsrc: disassociate nodes and rsrc_dataPavel Begunkov2023-04-181-11/+9
* | | | | io_uring/rsrc: devirtualise rsrc put callbacksPavel Begunkov2023-04-181-6/+19
* | | | | io_uring/rsrc: pass node to io_rsrc_put_work()Pavel Begunkov2023-04-181-6/+6
* | | | | io_uring/rsrc: inline io_rsrc_put_work()Pavel Begunkov2023-04-181-13/+6
* | | | | io_uring/rsrc: add empty flag in rsrc_nodePavel Begunkov2023-04-181-3/+3
* | | | | io_uring/rsrc: merge nodes and io_rsrc_putPavel Begunkov2023-04-181-68/+23
* | | | | io_uring/rsrc: infer node from ctx on io_queue_rsrc_removalPavel Begunkov2023-04-181-4/+5
* | | | | io_uring/rsrc: refactor io_queue_rsrc_removalPavel Begunkov2023-04-151-4/+1
* | | | | io_uring/rsrc: clean up __io_sqe_buffers_update()Pavel Begunkov2023-04-151-2/+1
* | | | | io_uring/rsrc: inline switch_start fast pathPavel Begunkov2023-04-151-7/+5
* | | | | io_uring/rsrc: remove rsrc_data refsPavel Begunkov2023-04-151-24/+8
* | | | | io_uring/rsrc: fix DEFER_TASKRUN rsrc quiescePavel Begunkov2023-04-151-0/+9
* | | | | io_uring/rsrc: use wq for quiescingPavel Begunkov2023-04-151-6/+12
* | | | | io_uring/rsrc: refactor io_rsrc_ref_quiescePavel Begunkov2023-04-151-13/+5
* | | | | io_uring/rsrc: remove io_rsrc_node::donePavel Begunkov2023-04-151-4/+1
* | | | | io_uring/rsrc: use nospec'ed indexesPavel Begunkov2023-04-151-1/+1
* | | | | io_uring/rsrc: extract SCM file put helperPavel Begunkov2023-04-121-9/+11
* | | | | io_uring/rsrc: refactor io_rsrc_node_switchPavel Begunkov2023-04-121-25/+11
* | | | | io_uring/rsrc: zero node's rsrc data on allocPavel Begunkov2023-04-121-0/+1
* | | | | io_uring/rsrc: consolidate node cachingPavel Begunkov2023-04-121-9/+11
* | | | | io_uring/rsrc: add lockdep checksPavel Begunkov2023-04-121-0/+2
* | | | | io_uring/rsrc: optimise io_rsrc_data refcountingPavel Begunkov2023-04-041-12/+18
* | | | | io_uring/rsrc: add lockdep sanity checksPavel Begunkov2023-04-041-1/+1
* | | | | io_uring/rsrc: cache struct io_rsrc_nodePavel Begunkov2023-04-041-8/+15
* | | | | io_uring/rsrc: don't offload node freePavel Begunkov2023-04-041-55/+4
* | | | | io_uring/rsrc: optimise io_rsrc_put allocationPavel Begunkov2023-04-041-17/+34
* | | | | io_uring/rsrc: rename rsrc_listPavel Begunkov2023-04-041-3/+3
* | | | | io_uring/rsrc: kill rsrc_ref_lockPavel Begunkov2023-04-041-5/+0
* | | | | io_uring/rsrc: protect node refs with uring_lockPavel Begunkov2023-04-041-26/+4
* | | | | io_uring/rsrc: keep cached refs per nodePavel Begunkov2023-04-041-6/+9
* | | | | io_uring/rsrc: use non-pcpu refcounts for nodesPavel Begunkov2023-04-041-10/+5
| |_|_|/ |/| | |