summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-25io_uring: restore bgid in io_put_kbufDylan Yudaken1-2/+7
2022-07-25io_uring: allow 0 length for buffer selectDylan Yudaken1-2/+2
2022-07-25io_uring: let to set a range for file slot allocationPavel Begunkov6-7/+61
2022-07-25io_uring: add support for passing fixed file descriptorsJens Axboe2-7/+140
2022-07-25io_uring: split out fixed file installation and removalJens Axboe5-48/+60
2022-07-25io_uring: replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2022-07-25io_uring: remove ctx->refs pinning on enterPavel Begunkov1-12/+4
2022-07-25io_uring: don't check file ops of registered ringsPavel Begunkov1-8/+8
2022-07-25io_uring: remove extra TIF_NOTIFY_SIGNAL checkPavel Begunkov1-2/+0
2022-07-25io_uring: fuse fallback_node and normal tw nodePavel Begunkov2-7/+3
2022-07-25io_uring: improve io_fail_links()Pavel Begunkov1-12/+24
2022-07-25io_uring: move POLLFREE handling to separate functionJens Axboe1-23/+27
2022-07-25io_uring: kbuf: inline io_kbuf_recycle_ring()Hao Xu2-29/+27
2022-07-25io_uring: optimise submission side poll_refsPavel Begunkov1-21/+67
2022-07-25io_uring: refactor poll arm error handlingPavel Begunkov1-23/+21
2022-07-25io_uring: change arm poll return valuesPavel Begunkov1-2/+5
2022-07-25io_uring: add a helper for apoll allocPavel Begunkov1-16/+28
2022-07-25io_uring: remove events caching atavismsPavel Begunkov1-10/+8
2022-07-25io_uring: clean poll ->private flaggingPavel Begunkov1-3/+17
2022-07-25io_uring: add sync cancelation API through io_uring_register()Jens Axboe4-0/+130
2022-07-25io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flagJens Axboe2-3/+8
2022-07-25io_uring: have cancelation API accept io_uring_task directlyJens Axboe3-10/+11
2022-07-25io_uring: kbuf: kill __io_kbuf_recycle()Hao Xu2-43/+49
2022-07-25io_uring: trace task_work_runDylan Yudaken1-5/+14
2022-07-25io_uring: add trace event for running task workDylan Yudaken1-0/+30
2022-07-25io_uring: batch task_workDylan Yudaken1-9/+13
2022-07-25io_uring: introduce llist helpersDylan Yudaken1-0/+30
2022-07-25io_uring: lockless task listDylan Yudaken4-35/+14
2022-07-25io_uring: remove __io_req_task_work_addDylan Yudaken1-9/+2
2022-07-25io_uring: remove priority tw list optimisationDylan Yudaken5-70/+12
2022-07-25io_uring: dedup io_run_task_workPavel Begunkov2-14/+5
2022-07-25io_uring: move list helpers to a separate filePavel Begunkov4-131/+140
2022-07-25io_uring: improve io_run_task_work()Pavel Begunkov1-1/+1
2022-07-25io_uring: optimize io_uring_task layoutPavel Begunkov1-16/+18
2022-07-25io_uring: add a warn_once for poll_findPavel Begunkov1-0/+5
2022-07-25io_uring: consistent naming for inline completionPavel Begunkov2-3/+11
2022-07-25io_uring: move io_import_fixed()Pavel Begunkov3-60/+63
2022-07-25io_uring: opcode independent fixed buf importPavel Begunkov1-14/+7
2022-07-25io_uring: add io_commit_cqring_flush()Pavel Begunkov3-8/+8
2022-07-25io_uring: introduce locking helpers for CQE postingPavel Begunkov3-36/+36
2022-07-25io_uring: hide eventfd assumptions in eventfd pathsPavel Begunkov3-20/+29
2022-07-25io_uring: fix io_poll_remove_all clang warningsPavel Begunkov1-2/+5
2022-07-25io_uring: improve task exit timeout cancellationsPavel Begunkov1-4/+5
2022-07-25io_uring: fix multi ctx cancellationPavel Begunkov1-41/+46
2022-07-25io_uring: remove ->flush_cqes optimisationPavel Begunkov3-16/+10
2022-07-25io_uring: move io_eventfd_signal()Pavel Begunkov1-16/+14
2022-07-25io_uring: reshuffle io_uring/io_uring.hPavel Begunkov1-48/+47
2022-07-25io_uring: remove extra io_commit_cqring()Pavel Begunkov1-1/+0
2022-07-25io_uring: move a few private types to local headersJens Axboe6-18/+24
2022-07-25io_uring: clean up tracing eventsPavel Begunkov4-100/+66