aboutsummaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2022-07-24io_uring: Don't require reinitable percpu_refGravatar Michal Koutný 1-1/+1
2022-07-24io_uring: fix types in io_recvmsg_multishot_overflowGravatar Dylan Yudaken 1-5/+5
2022-07-24io_uring: Use atomic_long_try_cmpxchg in __io_account_memGravatar Uros Bizjak 1-4/+3
2022-07-24io_uring: support multishot in recvmsgGravatar Dylan Yudaken 2-19/+167
2022-07-24net: copy from user before calling __get_compat_msghdrGravatar Dylan Yudaken 1-8/+9
2022-07-24net: copy from user before calling __copy_msghdrGravatar Dylan Yudaken 1-8/+9
2022-07-24io_uring: support 0 length iov in buffer select in compatGravatar Dylan Yudaken 1-9/+14
2022-07-24io_uring: fix multishot ending when not polledGravatar Dylan Yudaken 1-0/+2
2022-07-24io_uring: add netmsg cacheGravatar Jens Axboe 3-10/+69
2022-07-24io_uring: impose max limit on apoll cacheGravatar Jens Axboe 2-3/+16
2022-07-24io_uring: add abstraction around apoll cacheGravatar Jens Axboe 4-19/+57
2022-07-24io_uring: move apoll cache to poll.cGravatar Jens Axboe 3-12/+14
2022-07-24io_uring: consolidate hash_locked io-wq handlingGravatar Pavel Begunkov 1-5/+7
2022-07-24io_uring: clear REQ_F_HASH_LOCKED on hash removalGravatar Pavel Begunkov 1-5/+2
2022-07-24io_uring: don't race double poll setting REQ_F_ASYNC_DATAGravatar Pavel Begunkov 1-3/+3
2022-07-24io_uring: don't miss setting REQ_F_DOUBLE_POLLGravatar Pavel Begunkov 1-8/+10
2022-07-24io_uring: disable multishot recvmsgGravatar Dylan Yudaken 1-19/+10
2022-07-24io_uring: only trace one of complete or overflowGravatar Dylan Yudaken 2-5/+8
2022-07-24io_uring: multishot recvGravatar Dylan Yudaken 1-13/+89
2022-07-24io_uring: fix multishot accept orderingGravatar Dylan Yudaken 1-4/+7
2022-07-24io_uring: fix multishot poll on overflowGravatar Dylan Yudaken 1-2/+4
2022-07-24io_uring: add allow_overflow to io_post_aux_cqeGravatar Dylan Yudaken 6-11/+18
2022-07-24io_uring: add IOU_STOP_MULTISHOT return codeGravatar Dylan Yudaken 2-2/+16
2022-07-24io_uring: clean up io_poll_check_events return valuesGravatar Dylan Yudaken 1-11/+16
2022-07-24io_uring: recycle buffers on errorGravatar Dylan Yudaken 1-2/+8
2022-07-24io_uring: allow iov_len = 0 for recvmsg and buffer selectGravatar Dylan Yudaken 1-5/+11
2022-07-24io_uring: restore bgid in io_put_kbufGravatar Dylan Yudaken 1-2/+7
2022-07-24io_uring: allow 0 length for buffer selectGravatar Dylan Yudaken 1-2/+2
2022-07-24io_uring: let to set a range for file slot allocationGravatar Pavel Begunkov 4-7/+45
2022-07-24io_uring: add support for passing fixed file descriptorsGravatar Jens Axboe 1-7/+123
2022-07-24io_uring: split out fixed file installation and removalGravatar Jens Axboe 5-48/+60
2022-07-24io_uring: remove ctx->refs pinning on enterGravatar Pavel Begunkov 1-12/+4
2022-07-24io_uring: don't check file ops of registered ringsGravatar Pavel Begunkov 1-8/+8
2022-07-24io_uring: remove extra TIF_NOTIFY_SIGNAL checkGravatar Pavel Begunkov 1-2/+0
2022-07-24io_uring: fuse fallback_node and normal tw nodeGravatar Pavel Begunkov 1-3/+2
2022-07-24io_uring: improve io_fail_links()Gravatar Pavel Begunkov 1-12/+24
2022-07-24io_uring: move POLLFREE handling to separate functionGravatar Jens Axboe 1-23/+27
2022-07-24io_uring: kbuf: inline io_kbuf_recycle_ring()Gravatar Hao Xu 2-29/+27
2022-07-24io_uring: optimise submission side poll_refsGravatar Pavel Begunkov 1-21/+67
2022-07-24io_uring: refactor poll arm error handlingGravatar Pavel Begunkov 1-23/+21
2022-07-24io_uring: change arm poll return valuesGravatar Pavel Begunkov 1-2/+5
2022-07-24io_uring: add a helper for apoll allocGravatar Pavel Begunkov 1-16/+28
2022-07-24io_uring: remove events caching atavismsGravatar Pavel Begunkov 1-10/+8
2022-07-24io_uring: clean poll ->private flaggingGravatar Pavel Begunkov 1-3/+17
2022-07-24io_uring: add sync cancelation API through io_uring_register()Gravatar Jens Axboe 3-0/+115
2022-07-24io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flagGravatar Jens Axboe 1-3/+6
2022-07-24io_uring: have cancelation API accept io_uring_task directlyGravatar Jens Axboe 3-10/+11
2022-07-24io_uring: kbuf: kill __io_kbuf_recycle()Gravatar Hao Xu 2-43/+49
2022-07-24io_uring: trace task_work_runGravatar Dylan Yudaken 1-5/+14
2022-07-24io_uring: batch task_workGravatar Dylan Yudaken 1-9/+13