summaryrefslogtreecommitdiff
path: root/io_uring/rsrc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|_|/ |/| | |
* | | | io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()Savino Dicanosa2023-03-221-0/+1
| |_|/ |/| |
* | | io_uring/rsrc: fix folio accountingPavel Begunkov2023-03-161-1/+7
* | | io_uring: rsrc: Optimize return value variable 'ret'Li zeming2023-03-151-1/+1
| |/ |/|
* | io_uring/rsrc: always initialize 'folio' to NULLJens Axboe2023-02-241-1/+1
* | io_uring/rsrc: optimise registered huge pagesPavel Begunkov2023-02-221-6/+32
* | io_uring/rsrc: optimise single entry advancePavel Begunkov2023-02-221-1/+4
* | io_uring/rsrc: disallow multi-source reg buffersPavel Begunkov2023-02-221-5/+8
* | io_uring/rsrc: fix a comment in io_import_fixed()Pavel Begunkov2023-02-221-1/+1
|/
* io_uring: use bvec_set_page to initialize a bvecChristoph Hellwig2023-02-031-3/+1
* io_uring: use tw for putting rsrcPavel Begunkov2022-12-071-2/+17
* io_uring: don't reinstall quiesce node for each twPavel Begunkov2022-11-301-20/+18