summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-17io_uring/rw: remove leftover debug statementJens Axboe1-2/+0
2022-10-17io_uring: don't iopoll from io_ring_ctx_wait_and_kill()Pavel Begunkov1-8/+5
2022-10-17io_uring: reuse io_alloc_req()Pavel Begunkov1-6/+2
2022-10-17io_uring: kill hot path fixed file bitmap debug checksPavel Begunkov2-1/+1
2022-10-17io_uring: remove FFS_SCMPavel Begunkov4-25/+3
2022-10-13io_uring/rw: ensure kiocb_end_write() is always calledJens Axboe1-9/+29
2022-10-13io_uring: fix fdinfo sqe offsets calculationPavel Begunkov1-1/+1
2022-10-13io_uring: local variable rw shadows outer variable in io_writeStefan Roesch1-4/+4
2022-10-13io_uring/opdef: remove 'audit_skip' from SENDMSG_ZCJens Axboe1-1/+0
2022-10-13io_uring: optimise locking for local tw with submit_waitPavel Begunkov2-2/+17