summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2023-02-01io_uring: always prep_async for drain requestsDylan Yudaken1-10/+8
2023-02-01io_uring: inline __io_req_complete_put()Pavel Begunkov1-13/+7
2023-02-01io_uring: remove io_req_tw_post_queuePavel Begunkov3-16/+10
2023-02-01io_uring: use io_req_task_complete() in timeoutPavel Begunkov1-2/+2
2023-02-01io_uring: hold locks for io_req_complete_failedPavel Begunkov1-1/+5
2023-02-01io_uring: inline __io_req_complete_post()Pavel Begunkov2-9/+3
2023-02-01io_uring: inline io_req_task_work_add()Pavel Begunkov2-7/+7
2023-02-01io_uring/net: cache provided buffer group value for multishot receivesJens Axboe1-0/+11
2023-02-01io_uring/msg_ring: fix remote queue to disabled ringPavel Begunkov1-0/+4
2023-01-24io_uring/poll: don't reissue in case of poll race on multishot requestJens Axboe1-1/+5
2023-01-18io_uring/io-wq: only free worker if it was allocated for creationJens Axboe1-1/+6
2023-01-18io_uring/io-wq: free worker if task_work creation is canceledJens Axboe1-0/+1
2023-01-18io_uring/poll: attempt request issue after racy poll wakeupJens Axboe1-11/+22
2023-01-18io_uring: lock overflowing for IOPOLLPavel Begunkov1-1/+5
2023-01-18io_uring/fdinfo: include locked hash table in fdinfo outputJens Axboe1-2/+10
2023-01-18io_uring/poll: add hash if ready poll request can't complete inlineJens Axboe1-5/+12
2023-01-12io_uring: fix CQ waiting timeout handlingPavel Begunkov1-3/+3
2023-01-12io_uring: pin context while queueing deferred twPavel Begunkov1-1/+7
2023-01-12io_uring: check for valid register opcode earlierJens Axboe1-2/+3
2023-01-12io_uring/cancel: re-grab ctx mutex after finishing waitJens Axboe1-5/+4
2023-01-04io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe3-6/+21
2022-12-31io_uring: remove iopoll spinlockPavel Begunkov1-3/+2
2022-12-31io_uring: protect cq_timeouts with timeout_lockPavel Begunkov1-1/+3
2022-12-31io_uring/net: fix cleanup after recyclePavel Begunkov1-1/+1
2022-12-31io_uring/net: ensure compat import handlers clear free_iovJens Axboe1-0/+1
2022-12-31io_uring: improve io_double_lock_ctx fail handlingPavel Begunkov1-0/+2
2022-12-31io_uring: dont remove file from msg_ring reqsPavel Begunkov4-5/+10
2022-12-31io_uring: add completion locking for iopollPavel Begunkov1-2/+3
2022-12-31io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flagStefan Metzmacher3-1/+20
2022-12-07io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()Harshit Mogalapalli1-1/+3
2022-11-25io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not availableJens Axboe1-2/+7
2022-11-25io_uring/poll: fix poll_refs race with cancelationLin Ma1-1/+2
2022-11-25io_uring/filetable: fix file reference underflowLin Ma1-2/+0
2022-11-25io_uring: make poll refs more robustPavel Begunkov1-1/+35
2022-11-25io_uring: cmpxchg for poll arm refs releasePavel Begunkov1-5/+3
2022-11-18io_uring: disallow self-propelled ring pollingPavel Begunkov1-0/+2
2022-11-17io_uring: fix multishot recv request leaksPavel Begunkov1-9/+7
2022-11-17io_uring: fix multishot accept request leaksPavel Begunkov3-8/+5
2022-11-17io_uring: fix tw losing poll eventsPavel Begunkov1-0/+7
2022-11-17io_uring: update res mask in io_poll_check_eventsPavel Begunkov1-0/+3
2022-11-11io_uring/poll: lockdep annote io_poll_req_insert_lockedPavel Begunkov1-0/+2
2022-11-11io_uring/poll: fix double poll req->flags racesPavel Begunkov1-12/+17
2022-11-10io_uring: check for rollover of buffer ID when providing buffersJens Axboe1-0/+2
2022-11-08io_uring: calculate CQEs from the user visible valueDylan Yudaken1-2/+8
2022-10-27io_uring: unlock if __io_run_local_work locked insideDylan Yudaken2-6/+15
2022-10-27io_uring: use io_run_local_work_locked helperDylan Yudaken1-2/+1
2022-10-22io_uring/net: fail zc sendmsg when unsupported by socketPavel Begunkov1-0/+2
2022-10-22io_uring/net: fail zc send when unsupported by socketPavel Begunkov1-0/+2
2022-10-20io-wq: Fix memory leak in worker creationRafael Mendonca1-1/+1
2022-10-19io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd()Harshit Mogalapalli1-0/+3