summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2022-08-25io_uring/net: save address for sendzc async executionPavel Begunkov
2022-08-24io_uring: conditional ->async_data allocationPavel Begunkov
2022-08-24io_uring/notif: order notif vs send CQEsPavel Begunkov
2022-08-24io_uring/net: fix indentationPavel Begunkov
2022-08-24io_uring/net: fix zc send link failingPavel Begunkov
2022-08-24io_uring/net: fix must_hold annotationPavel Begunkov
2022-08-23io_uring: fix submission-failure handling for uring-cmdKanchan Joshi
2022-08-23io_uring: fix off-by-one in sync cancelation file checkJens Axboe
2022-08-18io_uring/net: use right helpers for async_dataPavel Begunkov
2022-08-15io_uring/notif: raise limit on notification slotsPavel Begunkov
2022-08-15io_uring/net: improve zc addr import error handlingPavel Begunkov
2022-08-15io_uring/net: use right helpers for async recyclePavel Begunkov
2022-08-13Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-12io_uring: add missing BUILD_BUG_ON() checks for new io_uring_sqe fieldsStefan Metzmacher
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher
2022-08-11io_uring: consistently make use of io_notif_to_data()Stefan Metzmacher
2022-08-11io_uring: fix error handling for io_uring_cmdAnuj Gupta
2022-08-05io_uring: fix io_recvmsg_prep_multishot sparse warningsDylan Yudaken
2022-08-04io_uring/net: send retry for zerocopyPavel Begunkov
2022-08-04io_uring: mem-account pbuf bucketsPavel Begunkov
2022-08-04audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Peilin Ye
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-08-03io_uring: pass correct parameters to io_req_set_resMing Lei
2022-08-02Merge tag 'for-5.20/io_uring-zerocopy-send-2022-07-29' of git://git.kernel.dk...Linus Torvalds
2022-07-27io_uring: notification completion optimisationPavel Begunkov
2022-07-27io_uring: export req alloc from corePavel Begunkov
2022-07-25io_uring/net: use unsigned for flagsPavel Begunkov
2022-07-25io_uring/net: make page accounting more consistentPavel Begunkov
2022-07-25io_uring/net: checks errors of zc mem accountingPavel Begunkov
2022-07-25io_uring/net: improve io_get_notif_slot typesPavel Begunkov
2022-07-24io_uring: enable managed frags with register buffersPavel Begunkov
2022-07-24io_uring: add zc notification flush requestsPavel Begunkov
2022-07-24io_uring: rename IORING_OP_FILES_UPDATEPavel Begunkov
2022-07-24io_uring: flush notifiers after sendzcPavel Begunkov
2022-07-24io_uring: sendzc with fixed buffersPavel Begunkov
2022-07-24io_uring: allow to pass addr into sendzcPavel Begunkov
2022-07-24io_uring: account locked pages for non-fixed zcPavel Begunkov
2022-07-24io_uring: wire send zc request typePavel Begunkov
2022-07-24io_uring: add notification slot registrationPavel Begunkov
2022-07-24io_uring: add rsrc referencing for notifiersPavel Begunkov
2022-07-24io_uring: complete notifiers in twPavel Begunkov
2022-07-24io_uring: cache struct io_notifPavel Begunkov
2022-07-24io_uring: add zc notification infrastructurePavel Begunkov
2022-07-24io_uring: export io_put_task()Pavel Begunkov
2022-07-24io_uring: initialise msghdr::msg_ubufPavel Begunkov
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 offloadJens Axboe
2022-07-24net: fix compat pointer in get_compat_msghdr()Jens Axboe