summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2022-07-24io_uring: Add tracepoint for short writesStefan Roesch
2022-07-24io_uring: fix issue with io_write() not always undoing sb_start_write()Jens Axboe
2022-07-24io_uring: Add support for async buffered writesStefan Roesch
2022-07-24io_uring: ensure REQ_F_ISREG is set async offloadfor-5.20/io_uring-2022-07-29Jens Axboe
2022-07-24net: fix compat pointer in get_compat_msghdr()Jens Axboe
2022-07-24io_uring: Don't require reinitable percpu_refMichal Koutný
2022-07-24io_uring: fix types in io_recvmsg_multishot_overflowDylan Yudaken
2022-07-24io_uring: Use atomic_long_try_cmpxchg in __io_account_memUros Bizjak
2022-07-24io_uring: support multishot in recvmsgDylan Yudaken
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