summary refs log tree commit diff
path: root/io_uring
AgeCommit message (Expand)Author
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2023-02-01io_uring: always prep_async for drain requestsDylan Yudaken
2023-02-01io_uring: inline __io_req_complete_put()Pavel Begunkov
2023-02-01io_uring: remove io_req_tw_post_queuePavel Begunkov
2023-02-01io_uring: use io_req_task_complete() in timeoutPavel Begunkov
2023-02-01io_uring: hold locks for io_req_complete_failedPavel Begunkov
2023-02-01io_uring: inline __io_req_complete_post()Pavel Begunkov
2023-02-01io_uring: inline io_req_task_work_add()Pavel Begunkov
2023-02-01io_uring/net: cache provided buffer group value for multishot receivesJens Axboe
2023-02-01io_uring/msg_ring: fix remote queue to disabled ringPavel Begunkov
2023-01-24io_uring/poll: don't reissue in case of poll race on multishot requestJens Axboe
2023-01-18io_uring/io-wq: only free worker if it was allocated for creationJens Axboe
2023-01-18io_uring/io-wq: free worker if task_work creation is canceledJens Axboe
2023-01-18io_uring/poll: attempt request issue after racy poll wakeupJens Axboe
2023-01-18io_uring: lock overflowing for IOPOLLPavel Begunkov
2023-01-18io_uring/fdinfo: include locked hash table in fdinfo outputJens Axboe
2023-01-18io_uring/poll: add hash if ready poll request can't complete inlineJens Axboe
2023-01-12io_uring: fix CQ waiting timeout handlingPavel Begunkov
2023-01-12io_uring: pin context while queueing deferred twPavel Begunkov
2023-01-12io_uring: check for valid register opcode earlierJens Axboe
2023-01-12io_uring/cancel: re-grab ctx mutex after finishing waitJens Axboe
2023-01-04io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe
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/net: ensure compat import handlers clear free_iovJens Axboe
2022-12-31io_uring: improve io_double_lock_ctx fail handlingPavel Begunkov
2022-12-31io_uring: dont remove file from msg_ring reqsPavel Begunkov
2022-12-31io_uring: add completion locking for iopollPavel Begunkov
2022-12-31io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flagStefan Metzmacher
2022-12-07io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()Harshit Mogalapalli
2022-11-25io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not availableJens Axboe
2022-11-25io_uring/poll: fix poll_refs race with cancelationLin Ma
2022-11-25io_uring/filetable: fix file reference underflowLin Ma
2022-11-25io_uring: make poll refs more robustPavel Begunkov
2022-11-25io_uring: cmpxchg for poll arm refs releasePavel Begunkov
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-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