summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2023-01-12io_uring: fix CQ waiting timeout handlingPavel Begunkov
2023-01-12io_uring: check for valid register opcode earlierJens Axboe
2023-01-04io_uring: dont remove file from msg_ring reqsPavel Begunkov
2022-12-31io_uring: remove iopoll spinlockPavel Begunkov
2022-12-31io_uring: protect cq_timeouts with timeout_lockPavel Begunkov
2022-12-31io_uring/net: fix cleanup after recyclePavel Begunkov
2022-12-31io_uring: improve io_double_lock_ctx fail handlingPavel Begunkov
2022-12-31io_uring: add completion locking for iopollPavel Begunkov
2022-12-14io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()Harshit Mogalapalli
2022-12-02io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not availableJens Axboe
2022-12-02io_uring: make poll refs more robustPavel Begunkov
2022-12-02io_uring: cmpxchg for poll arm refs releasePavel Begunkov
2022-12-02io_uring/poll: fix poll_refs race with cancelationLin Ma
2022-12-02io_uring/filetable: fix file reference underflowLin Ma
2022-12-02io_uring/poll: lockdep annote io_poll_req_insert_lockedPavel Begunkov
2022-11-26io_uring: disallow self-propelled ring pollingPavel Begunkov
2022-11-26io_uring: fix multishot recv request leaksPavel Begunkov
2022-11-26io_uring: fix multishot accept request leaksPavel Begunkov
2022-11-26io_uring: fix tw losing poll eventsPavel Begunkov
2022-11-26io_uring: update res mask in io_poll_check_eventsPavel Begunkov
2022-11-26io_uring/poll: fix double poll req->flags racesPavel Begunkov
2022-11-26io_uring: calculate CQEs from the user visible valueDylan Yudaken
2022-11-16io_uring: check for rollover of buffer ID when providing buffersJens Axboe
2022-11-10io_uring: don't iopoll from io_ring_ctx_wait_and_kill()Pavel Begunkov
2022-10-29io_uring: don't gate task_work run on TIF_NOTIFY_SIGNALJens Axboe
2022-10-29io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd()Harshit Mogalapalli
2022-10-29io_uring/rw: remove leftover debug statementJens Axboe
2022-10-26io-wq: Fix memory leak in worker creationRafael Mendonca
2022-10-26io_uring/net: fail zc send when unsupported by socketPavel Begunkov
2022-10-21io_uring/rw: ensure kiocb_end_write() is always calledJens Axboe
2022-10-21io_uring: fix fdinfo sqe offsets calculationPavel Begunkov
2022-10-21io_uring/net: fix notif cqe reorderingPavel Begunkov
2022-10-21io_uring/net: don't skip notifs for failed requestsPavel Begunkov
2022-10-21io_uring/net: rename io_sendzc()Pavel Begunkov
2022-10-21io_uring/net: don't lose partial send_zc on failPavel Begunkov
2022-10-21io_uring/net: use io_sr_msg for sendzcPavel Begunkov
2022-10-21io_uring/net: refactor io_sr_msg typesPavel Begunkov
2022-10-21io_uring: fix CQE reorderingPavel Begunkov
2022-10-21io_uring/rw: defer fsnotify calls to task contextJens Axboe
2022-10-21io_uring/fdinfo: fix sqe dumping for IORING_SETUP_SQE128Jens Axboe
2022-10-21io_uring: correct pinned_vm accountingPavel Begunkov
2022-10-21io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov
2022-10-21io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECTJens Axboe
2022-10-21io_uring: limit registration w/ SINGLE_ISSUERPavel Begunkov
2022-10-21io_uring/net: don't update msg_name if not providedPavel Begunkov
2022-10-21io_uring/net: fix fast_iov assignment in io_setup_async_msg()Stefan Metzmacher
2022-10-21io_uring/rw: don't lose short results on io_setup_async_rw()Pavel Begunkov
2022-10-21io_uring/rw: fix unexpected link breakagePavel Begunkov
2022-10-21io_uring/net: don't lose partial send/recv on failPavel Begunkov
2022-10-21io_uring/rw: don't lose partial IO result on failPavel Begunkov