summaryrefslogtreecommitdiff
path: root/io_uring/sqpoll.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-02io_uring/sqpoll: fix sqpoll error handling racesPavel Begunkov1-0/+6
2024-10-17io_uring/sqpoll: do not put cpumask on stackFelix Moessbauer1-3/+10
2024-10-17io_uring/sqpoll: retain test for whether the CPU is validJens Axboe1-0/+2
2024-10-17io_uring/sqpoll: do not allow pinning outside of cpusetFelix Moessbauer1-1/+4
2024-09-12io_uring/sqpoll: Do not set PF_NO_SETAFFINITY on sqpoll threadsMichal Koutný1-1/+0
2024-06-27io_uring/sqpoll: work around a potential audit memory leakJens Axboe1-0/+8
2023-09-19io_uring: Don't set affinity on a dying sqpoll threadPavel Begunkov1-1/+3
2023-09-19io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is usedPavel Begunkov1-0/+15
2023-06-21io_uring: unlock sqd->lock before sq thread release CPUWenwen Chen1-1/+5
2022-08-04audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Peilin Ye1-4/+0
2022-07-25io_uring: kill extra io_uring_types.h includesPavel Begunkov1-1/+0
2022-07-25io_uring: move SQPOLL related handling into its own fileJens Axboe1-0/+426