summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2022-07-24net: copy from user before calling __get_compat_msghdrDylan Yudaken
2022-07-24net: copy from user before calling __copy_msghdrDylan Yudaken
2022-07-24io_uring: support 0 length iov in buffer select in compatDylan Yudaken
2022-07-24io_uring: fix multishot ending when not polledDylan Yudaken
2022-07-24io_uring: add netmsg cacheJens Axboe
2022-07-24io_uring: impose max limit on apoll cacheJens Axboe
2022-07-24io_uring: add abstraction around apoll cacheJens Axboe
2022-07-24io_uring: move apoll cache to poll.cJens Axboe
2022-07-24io_uring: consolidate hash_locked io-wq handlingPavel Begunkov
2022-07-24io_uring: clear REQ_F_HASH_LOCKED on hash removalPavel Begunkov
2022-07-24io_uring: don't race double poll setting REQ_F_ASYNC_DATAPavel Begunkov
2022-07-24io_uring: don't miss setting REQ_F_DOUBLE_POLLPavel Begunkov
2022-07-24io_uring: disable multishot recvmsgDylan Yudaken
2022-07-24io_uring: only trace one of complete or overflowDylan Yudaken
2022-07-24io_uring: multishot recvDylan Yudaken
2022-07-24io_uring: fix multishot accept orderingDylan Yudaken
2022-07-24io_uring: fix multishot poll on overflowDylan Yudaken
2022-07-24io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken
2022-07-24io_uring: add IOU_STOP_MULTISHOT return codeDylan Yudaken
2022-07-24io_uring: clean up io_poll_check_events return valuesDylan Yudaken
2022-07-24io_uring: recycle buffers on errorDylan Yudaken
2022-07-24io_uring: allow iov_len = 0 for recvmsg and buffer selectDylan Yudaken
2022-07-24io_uring: restore bgid in io_put_kbufDylan Yudaken
2022-07-24io_uring: allow 0 length for buffer selectDylan Yudaken
2022-07-24io_uring: let to set a range for file slot allocationPavel Begunkov
2022-07-24io_uring: add support for passing fixed file descriptorsJens Axboe
2022-07-24io_uring: split out fixed file installation and removalJens Axboe
2022-07-24io_uring: remove ctx->refs pinning on enterPavel Begunkov
2022-07-24io_uring: don't check file ops of registered ringsPavel Begunkov
2022-07-24io_uring: remove extra TIF_NOTIFY_SIGNAL checkPavel Begunkov
2022-07-24io_uring: fuse fallback_node and normal tw nodePavel Begunkov
2022-07-24io_uring: improve io_fail_links()Pavel Begunkov
2022-07-24io_uring: move POLLFREE handling to separate functionJens Axboe
2022-07-24io_uring: kbuf: inline io_kbuf_recycle_ring()Hao Xu
2022-07-24io_uring: optimise submission side poll_refsPavel Begunkov
2022-07-24io_uring: refactor poll arm error handlingPavel Begunkov
2022-07-24io_uring: change arm poll return valuesPavel Begunkov
2022-07-24io_uring: add a helper for apoll allocPavel Begunkov
2022-07-24io_uring: remove events caching atavismsPavel Begunkov
2022-07-24io_uring: clean poll ->private flaggingPavel Begunkov
2022-07-24io_uring: add sync cancelation API through io_uring_register()Jens Axboe
2022-07-24io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flagJens Axboe
2022-07-24io_uring: have cancelation API accept io_uring_task directlyJens Axboe
2022-07-24io_uring: kbuf: kill __io_kbuf_recycle()Hao Xu
2022-07-24io_uring: trace task_work_runDylan Yudaken
2022-07-24io_uring: batch task_workDylan Yudaken
2022-07-24io_uring: introduce llist helpersDylan Yudaken
2022-07-24io_uring: lockless task listDylan Yudaken
2022-07-24io_uring: remove __io_req_task_work_addDylan Yudaken
2022-07-24io_uring: remove priority tw list optimisationDylan Yudaken