aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-24io_uring: add netmsg cacheJens Axboe3-10/+69
2022-07-24io_uring: impose max limit on apoll cacheJens Axboe2-3/+16
2022-07-24io_uring: add abstraction around apoll cacheJens Axboe4-19/+57
2022-07-24io_uring: move apoll cache to poll.cJens Axboe3-12/+14
2022-07-24io_uring: consolidate hash_locked io-wq handlingPavel Begunkov1-5/+7
2022-07-24io_uring: clear REQ_F_HASH_LOCKED on hash removalPavel Begunkov1-5/+2
2022-07-24io_uring: don't race double poll setting REQ_F_ASYNC_DATAPavel Begunkov1-3/+3
2022-07-24io_uring: don't miss setting REQ_F_DOUBLE_POLLPavel Begunkov1-8/+10
2022-07-24io_uring: disable multishot recvmsgDylan Yudaken1-19/+10
2022-07-24io_uring: only trace one of complete or overflowDylan Yudaken2-5/+8
2022-07-24io_uring: multishot recvDylan Yudaken1-13/+89
2022-07-24io_uring: fix multishot accept orderingDylan Yudaken1-4/+7
2022-07-24io_uring: fix multishot poll on overflowDylan Yudaken1-2/+4
2022-07-24io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken6-11/+18
2022-07-24io_uring: add IOU_STOP_MULTISHOT return codeDylan Yudaken2-2/+16
2022-07-24io_uring: clean up io_poll_check_events return valuesDylan Yudaken1-11/+16
2022-07-24io_uring: recycle buffers on errorDylan Yudaken1-2/+8
2022-07-24io_uring: allow iov_len = 0 for recvmsg and buffer selectDylan Yudaken1-5/+11
2022-07-24io_uring: restore bgid in io_put_kbufDylan Yudaken1-2/+7
2022-07-24io_uring: allow 0 length for buffer selectDylan Yudaken1-2/+2
2022-07-24io_uring: let to set a range for file slot allocationPavel Begunkov4-7/+45
2022-07-24io_uring: add support for passing fixed file descriptorsJens Axboe1-7/+123
2022-07-24io_uring: split out fixed file installation and removalJens Axboe5-48/+60
2022-07-24io_uring: remove ctx->refs pinning on enterPavel Begunkov1-12/+4
2022-07-24io_uring: don't check file ops of registered ringsPavel Begunkov1-8/+8
2022-07-24io_uring: remove extra TIF_NOTIFY_SIGNAL checkPavel Begunkov1-2/+0
2022-07-24io_uring: fuse fallback_node and normal tw nodePavel Begunkov1-3/+2
2022-07-24io_uring: improve io_fail_links()Pavel Begunkov1-12/+24
2022-07-24io_uring: move POLLFREE handling to separate functionJens Axboe1-23/+27
2022-07-24io_uring: kbuf: inline io_kbuf_recycle_ring()Hao Xu2-29/+27
2022-07-24io_uring: optimise submission side poll_refsPavel Begunkov1-21/+67
2022-07-24io_uring: refactor poll arm error handlingPavel Begunkov1-23/+21
2022-07-24io_uring: change arm poll return valuesPavel Begunkov1-2/+5
2022-07-24io_uring: add a helper for apoll allocPavel Begunkov1-16/+28
2022-07-24io_uring: remove events caching atavismsPavel Begunkov1-10/+8
2022-07-24io_uring: clean poll ->private flaggingPavel Begunkov1-3/+17
2022-07-24io_uring: add sync cancelation API through io_uring_register()Jens Axboe3-0/+115
2022-07-24io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flagJens Axboe1-3/+6
2022-07-24io_uring: have cancelation API accept io_uring_task directlyJens Axboe3-10/+11
2022-07-24io_uring: kbuf: kill __io_kbuf_recycle()Hao Xu2-43/+49
2022-07-24io_uring: trace task_work_runDylan Yudaken1-5/+14
2022-07-24io_uring: batch task_workDylan Yudaken1-9/+13
2022-07-24io_uring: introduce llist helpersDylan Yudaken1-0/+30
2022-07-24io_uring: lockless task listDylan Yudaken3-34/+13
2022-07-24io_uring: remove __io_req_task_work_addDylan Yudaken1-9/+2
2022-07-24io_uring: remove priority tw list optimisationDylan Yudaken5-70/+12
2022-07-24io_uring: dedup io_run_task_workPavel Begunkov2-14/+5
2022-07-24io_uring: move list helpers to a separate filePavel Begunkov4-131/+140
2022-07-24io_uring: improve io_run_task_work()Pavel Begunkov1-1/+1
2022-07-24io_uring: optimize io_uring_task layoutPavel Begunkov1-16/+18