summaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorLines
2022-08-02Merge tag 'for-5.20/io_uring-zerocopy-send-2022-07-29' of git://git.kernel.dk...Linus Torvalds-92/+601
2022-07-27io_uring: notification completion optimisationPavel Begunkov-141/+67
2022-07-27io_uring: export req alloc from corePavel Begunkov-21/+22
2022-07-25io_uring/net: use unsigned for flagsPavel Begunkov-2/+2
2022-07-25io_uring/net: make page accounting more consistentPavel Begunkov-14/+37
2022-07-25io_uring/net: checks errors of zc mem accountingPavel Begunkov-1/+3
2022-07-25io_uring/net: improve io_get_notif_slot typesPavel Begunkov-1/+1
2022-07-24io_uring: enable managed frags with register buffersPavel Begunkov-1/+55
2022-07-24io_uring: add zc notification flush requestsPavel Begunkov-0/+38
2022-07-24io_uring: rename IORING_OP_FILES_UPDATEPavel Begunkov-8/+22
2022-07-24io_uring: flush notifiers after sendzcPavel Begunkov-12/+27
2022-07-24io_uring: sendzc with fixed buffersPavel Begunkov-5/+24
2022-07-24io_uring: allow to pass addr into sendzcPavel Begunkov-2/+16
2022-07-24io_uring: account locked pages for non-fixed zcPavel Begunkov-0/+7
2022-07-24io_uring: wire send zc request typePavel Begunkov-0/+112
2022-07-24io_uring: add notification slot registrationPavel Begunkov-0/+55
2022-07-24io_uring: add rsrc referencing for notifiersPavel Begunkov-3/+15
2022-07-24io_uring: complete notifiers in twPavel Begunkov-3/+22
2022-07-24io_uring: cache struct io_notifPavel Begunkov-7/+58
2022-07-24io_uring: add zc notification infrastructurePavel Begunkov-4/+174
2022-07-24io_uring: export io_put_task()Pavel Begunkov-36/+11
2022-07-24io_uring: initialise msghdr::msg_ubufPavel Begunkov-0/+2
2022-07-24io_uring: Add tracepoint for short writesStefan Roesch-0/+3
2022-07-24io_uring: fix issue with io_write() not always undoing sb_start_write()Jens Axboe-1/+8
2022-07-24io_uring: Add support for async buffered writesStefan Roesch-5/+24
2022-07-24io_uring: ensure REQ_F_ISREG is set async offloadJens Axboe-5/+8
2022-07-24net: fix compat pointer in get_compat_msghdr()Jens Axboe-1/+1
2022-07-24io_uring: Don't require reinitable percpu_refMichal Koutný-1/+1
2022-07-24io_uring: fix types in io_recvmsg_multishot_overflowDylan Yudaken-5/+5
2022-07-24io_uring: Use atomic_long_try_cmpxchg in __io_account_memUros Bizjak-4/+3
2022-07-24io_uring: support multishot in recvmsgDylan Yudaken-19/+167
2022-07-24net: copy from user before calling __get_compat_msghdrDylan Yudaken-8/+9
2022-07-24net: copy from user before calling __copy_msghdrDylan Yudaken-8/+9
2022-07-24io_uring: support 0 length iov in buffer select in compatDylan Yudaken-9/+14
2022-07-24io_uring: fix multishot ending when not polledDylan Yudaken-0/+2
2022-07-24io_uring: add netmsg cacheJens Axboe-10/+69
2022-07-24io_uring: impose max limit on apoll cacheJens Axboe-3/+16
2022-07-24io_uring: add abstraction around apoll cacheJens Axboe-19/+57
2022-07-24io_uring: move apoll cache to poll.cJens Axboe-12/+14
2022-07-24io_uring: consolidate hash_locked io-wq handlingPavel Begunkov-5/+7
2022-07-24io_uring: clear REQ_F_HASH_LOCKED on hash removalPavel Begunkov-5/+2
2022-07-24io_uring: don't race double poll setting REQ_F_ASYNC_DATAPavel Begunkov-3/+3
2022-07-24io_uring: don't miss setting REQ_F_DOUBLE_POLLPavel Begunkov-8/+10
2022-07-24io_uring: disable multishot recvmsgDylan Yudaken-19/+10
2022-07-24io_uring: only trace one of complete or overflowDylan Yudaken-5/+8
2022-07-24io_uring: multishot recvDylan Yudaken-13/+89
2022-07-24io_uring: fix multishot accept orderingDylan Yudaken-4/+7
2022-07-24io_uring: fix multishot poll on overflowDylan Yudaken-2/+4
2022-07-24io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken-11/+18
2022-07-24io_uring: add IOU_STOP_MULTISHOT return codeDylan Yudaken-2/+16