aboutsummaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2022-08-02Merge tag 'for-5.20/io_uring-zerocopy-send-2022-07-29' of git://git.kernel.dk...Gravatar Linus Torvalds 11-92/+601
2022-07-27io_uring: notification completion optimisationGravatar Pavel Begunkov 4-141/+67
2022-07-27io_uring: export req alloc from coreGravatar Pavel Begunkov 2-21/+22
2022-07-25io_uring/net: use unsigned for flagsGravatar Pavel Begunkov 1-2/+2
2022-07-25io_uring/net: make page accounting more consistentGravatar Pavel Begunkov 5-14/+37
2022-07-25io_uring/net: checks errors of zc mem accountingGravatar Pavel Begunkov 1-1/+3
2022-07-25io_uring/net: improve io_get_notif_slot typesGravatar Pavel Begunkov 1-1/+1
2022-07-24io_uring: enable managed frags with register buffersGravatar Pavel Begunkov 1-1/+55
2022-07-24io_uring: add zc notification flush requestsGravatar Pavel Begunkov 1-0/+38
2022-07-24io_uring: rename IORING_OP_FILES_UPDATEGravatar Pavel Begunkov 3-8/+22
2022-07-24io_uring: flush notifiers after sendzcGravatar Pavel Begunkov 5-12/+27
2022-07-24io_uring: sendzc with fixed buffersGravatar Pavel Begunkov 1-5/+24
2022-07-24io_uring: allow to pass addr into sendzcGravatar Pavel Begunkov 1-2/+16
2022-07-24io_uring: account locked pages for non-fixed zcGravatar Pavel Begunkov 2-0/+7
2022-07-24io_uring: wire send zc request typeGravatar Pavel Begunkov 3-0/+112
2022-07-24io_uring: add notification slot registrationGravatar Pavel Begunkov 3-0/+55
2022-07-24io_uring: add rsrc referencing for notifiersGravatar Pavel Begunkov 3-3/+15
2022-07-24io_uring: complete notifiers in twGravatar Pavel Begunkov 2-3/+22
2022-07-24io_uring: cache struct io_notifGravatar Pavel Begunkov 3-7/+58
2022-07-24io_uring: add zc notification infrastructureGravatar Pavel Begunkov 5-4/+174
2022-07-24io_uring: export io_put_task()Gravatar Pavel Begunkov 3-36/+11
2022-07-24io_uring: initialise msghdr::msg_ubufGravatar Pavel Begunkov 1-0/+2
2022-07-24io_uring: Add tracepoint for short writesGravatar Stefan Roesch 1-0/+3
2022-07-24io_uring: fix issue with io_write() not always undoing sb_start_write()Gravatar Jens Axboe 1-1/+8
2022-07-24io_uring: Add support for async buffered writesGravatar Stefan Roesch 1-5/+24
2022-07-24io_uring: ensure REQ_F_ISREG is set async offloadGravatar Jens Axboe 3-5/+8
2022-07-24net: fix compat pointer in get_compat_msghdr()Gravatar Jens Axboe 1-1/+1
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