summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2022-11-23io_uring: hold locks for io_req_complete_failedPavel Begunkov
2022-11-23io_uring: add completion locking for iopollPavel Begunkov
2022-11-22io_uring: kill io_cqring_ev_posted() and __io_cq_unlock_post()Jens Axboe
2022-11-22Revert "io_uring: disallow self-propelled ring polling"Jens Axboe
2022-11-22io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe
2022-11-21io_uring: inline __io_req_complete_post()Pavel Begunkov
2022-11-21io_uring: split tw fallback into a functionPavel Begunkov
2022-11-21io_uring: inline io_req_task_work_add()Pavel Begunkov
2022-11-21io_uring: update outdated comment of callbacksLin Ma
2022-11-21io_uring/poll: remove outdated comments of cachingLin Ma
2022-11-21io_uring: allow multishot recv CQEs to overflowDylan Yudaken
2022-11-21io_uring: revert "io_uring fix multishot accept ordering"Dylan Yudaken
2022-11-21io_uring: do not always force run task_work in io_uring_registerDylan Yudaken
2022-11-21io_uring: fix two assignments in if conditionsXinghui Li
2022-11-21io_uring/net: move mm accounting to a slower pathPavel Begunkov
2022-11-21io_uring: move zc reporting from the hot pathPavel Begunkov
2022-11-21io_uring/net: inline io_notif_flush()Pavel Begunkov
2022-11-21io_uring/net: rename io_uring_tx_zerocopy_callbackPavel Begunkov
2022-11-21io_uring/net: preset notif tw handlerPavel Begunkov
2022-11-21io_uring/net: remove extra notif rsrc setupPavel Begunkov
2022-11-21io_uring: move kbuf put out of generic tw completePavel Begunkov
2022-11-21io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flagStefan Metzmacher
2022-11-18io_uring: disallow self-propelled ring pollingPavel Begunkov
2022-11-17io_uring: fix multishot recv request leaksPavel Begunkov
2022-11-17io_uring: fix multishot accept request leaksPavel Begunkov
2022-11-17io_uring: fix tw losing poll eventsPavel Begunkov
2022-11-17io_uring: update res mask in io_poll_check_eventsPavel Begunkov
2022-11-11io_uring/poll: lockdep annote io_poll_req_insert_lockedPavel Begunkov
2022-11-11io_uring/poll: fix double poll req->flags racesPavel Begunkov
2022-11-10io_uring: check for rollover of buffer ID when providing buffersJens Axboe
2022-11-08io_uring: calculate CQEs from the user visible valueDylan Yudaken
2022-10-31acl: conver higher-level helpers to rely on mnt_idmapChristian Brauner
2022-10-27io_uring: unlock if __io_run_local_work locked insideDylan Yudaken
2022-10-27io_uring: use io_run_local_work_locked helperDylan Yudaken
2022-10-22io_uring/net: fail zc sendmsg when unsupported by socketPavel Begunkov
2022-10-22io_uring/net: fail zc send when unsupported by socketPavel Begunkov
2022-10-20io-wq: Fix memory leak in worker creationRafael Mendonca
2022-10-19io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd()Harshit Mogalapalli
2022-10-16io_uring/rw: remove leftover debug statementJens Axboe
2022-10-16io_uring: don't iopoll from io_ring_ctx_wait_and_kill()Pavel Begunkov
2022-10-16io_uring: reuse io_alloc_req()Pavel Begunkov
2022-10-16io_uring: kill hot path fixed file bitmap debug checksPavel Begunkov
2022-10-16io_uring: remove FFS_SCMPavel Begunkov
2022-10-12io_uring/rw: ensure kiocb_end_write() is always calledJens Axboe
2022-10-12io_uring: fix fdinfo sqe offsets calculationPavel Begunkov
2022-10-12io_uring: local variable rw shadows outer variable in io_writeStefan Roesch
2022-10-12io_uring/opdef: remove 'audit_skip' from SENDMSG_ZCJens Axboe
2022-10-12io_uring: optimise locking for local tw with submit_waitPavel Begunkov
2022-10-12io_uring: remove redundant memory barrier in io_req_local_work_addPavel Begunkov
2022-10-12io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECTJens Axboe