summaryrefslogtreecommitdiffstats
path: root/io_uring/rsrc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* io_uring: improve rsrc quiesce refs checksPavel Begunkov2022-11-301-9/+6
* io_uring: remove overflow param from io_post_aux_cqeDylan Yudaken2022-11-251-2/+2
* io_uring: do not always force run task_work in io_uring_registerDylan Yudaken2022-11-211-1/+6
* io_uring: remove FFS_SCMPavel Begunkov2022-10-161-5/+2
* io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov2022-10-121-0/+1
* io_uring: add IORING_SETUP_DEFER_TASKRUNDylan Yudaken2022-09-211-1/+1
* Revert "io_uring: rename IORING_OP_FILES_UPDATE"Pavel Begunkov2022-09-011-15/+2
* Revert "io_uring: add zc notification flush requests"Pavel Begunkov2022-09-011-38/+0
* io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher2022-08-121-5/+5
* io_uring/net: make page accounting more consistentPavel Begunkov2022-07-251-8/+4
* io_uring: add zc notification flush requestsPavel Begunkov2022-07-241-0/+38
* io_uring: rename IORING_OP_FILES_UPDATEPavel Begunkov2022-07-241-2/+15
* io_uring: Use atomic_long_try_cmpxchg in __io_account_memUros Bizjak2022-07-241-4/+3
* io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken2022-07-241-2/+2
* io_uring: let to set a range for file slot allocationPavel Begunkov2022-07-241-0/+2
* io_uring: split out fixed file installation and removalJens Axboe2022-07-241-1/+1
* io_uring: move io_import_fixed()Pavel Begunkov2022-07-241-0/+60
* io_uring: kill extra io_uring_types.h includesPavel Begunkov2022-07-241-1/+0
* io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov2022-07-241-9/+5
* io_uring: make reg buf init consistentPavel Begunkov2022-07-241-6/+3
* io_uring: move rsrc related data, core, and commandsJens Axboe2022-07-241-0/+1320