summaryrefslogtreecommitdiff
path: root/io_uring/rsrc.c
AgeCommit message (Expand)Author
2023-02-24io_uring/rsrc: always initialize 'folio' to NULLJens Axboe
2023-02-22io_uring/rsrc: optimise registered huge pagesPavel Begunkov
2023-02-22io_uring/rsrc: optimise single entry advancePavel Begunkov
2023-02-22io_uring/rsrc: disallow multi-source reg buffersPavel Begunkov
2023-02-22io_uring/rsrc: fix a comment in io_import_fixed()Pavel Begunkov
2023-02-03io_uring: use bvec_set_page to initialize a bvecChristoph Hellwig
2022-12-07io_uring: use tw for putting rsrcPavel Begunkov
2022-11-30io_uring: don't reinstall quiesce node for each twPavel Begunkov
2022-11-30io_uring: improve rsrc quiesce refs checksPavel Begunkov
2022-11-25io_uring: remove overflow param from io_post_aux_cqeDylan Yudaken
2022-11-21io_uring: do not always force run task_work in io_uring_registerDylan Yudaken
2022-10-16io_uring: remove FFS_SCMPavel Begunkov
2022-10-12io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov
2022-09-21io_uring: add IORING_SETUP_DEFER_TASKRUNDylan Yudaken
2022-09-01Revert "io_uring: rename IORING_OP_FILES_UPDATE"Pavel Begunkov
2022-09-01Revert "io_uring: add zc notification flush requests"Pavel Begunkov
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher
2022-07-25io_uring/net: make page accounting more consistentPavel Begunkov
2022-07-24io_uring: add zc notification flush requestsPavel Begunkov
2022-07-24io_uring: rename IORING_OP_FILES_UPDATEPavel Begunkov
2022-07-24io_uring: Use atomic_long_try_cmpxchg in __io_account_memUros Bizjak
2022-07-24io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken
2022-07-24io_uring: let to set a range for file slot allocationPavel Begunkov
2022-07-24io_uring: split out fixed file installation and removalJens Axboe
2022-07-24io_uring: move io_import_fixed()Pavel Begunkov
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov
2022-07-24io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov
2022-07-24io_uring: make reg buf init consistentPavel Begunkov
2022-07-24io_uring: move rsrc related data, core, and commandsJens Axboe