aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/rsrc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher1-5/+5
2022-07-25io_uring/net: make page accounting more consistentPavel Begunkov1-8/+4
2022-07-24io_uring: add zc notification flush requestsPavel Begunkov1-0/+38
2022-07-24io_uring: rename IORING_OP_FILES_UPDATEPavel Begunkov1-2/+15
2022-07-24io_uring: Use atomic_long_try_cmpxchg in __io_account_memUros Bizjak1-4/+3
2022-07-24io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken1-2/+2
2022-07-24io_uring: let to set a range for file slot allocationPavel Begunkov1-0/+2
2022-07-24io_uring: split out fixed file installation and removalJens Axboe1-1/+1
2022-07-24io_uring: move io_import_fixed()Pavel Begunkov1-0/+60
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov1-1/+0
2022-07-24io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov1-9/+5
2022-07-24io_uring: make reg buf init consistentPavel Begunkov1-6/+3
2022-07-24io_uring: move rsrc related data, core, and commandsJens Axboe1-0/+1320