aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/sqpoll.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-18io_uring/sqpoll: early exit thread if task_context wasn't allocatedJens Axboe1-1/+5
2024-03-01io_uring/sqpoll: statistics of the true utilization of sq threadsXiaobing Li1-1/+16
2024-02-14io_uring/sqpoll: use the correct check for pending task_workJens Axboe1-1/+8
2024-02-09io-uring: add sqpoll support for napi busy pollStefan Roesch1-0/+4
2024-02-08io_uring/sqpoll: manage task_work privatelyJens Axboe1-1/+28
2023-11-15io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrievalJens Axboe1-2/+10
2023-08-30io_uring: Don't set affinity on a dying sqpoll threadGabriel Krisman Bertazi1-1/+3
2023-08-16io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is usedJens Axboe1-0/+15
2023-05-25io_uring: unlock sqd->lock before sq thread release CPUWenwen Chen1-1/+5
2023-03-15io_uring/sqpoll: Do not set PF_NO_SETAFFINITY on sqpoll threadsMichal Koutný1-1/+0
2023-01-29io_uring: make io_sqpoll_wait_sq return voidQuanfa Fu1-2/+1
2022-08-04audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Peilin Ye1-4/+0
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov1-1/+0
2022-07-24io_uring: move SQPOLL related handling into its own fileJens Axboe1-0/+426