summaryrefslogtreecommitdiff
path: root/io_uring/sqpoll.c
AgeCommit message (Expand)Author
2025-01-02io_uring/sqpoll: fix sqpoll error handling racesPavel Begunkov
2024-10-04io_uring/sqpoll: do not put cpumask on stackFelix Moessbauer
2024-10-04io_uring/sqpoll: retain test for whether the CPU is validJens Axboe
2024-10-04io_uring/sqpoll: do not allow pinning outside of cpusetFelix Moessbauer
2024-06-27io_uring/sqpoll: work around a potential audit memory leakJens Axboe
2023-11-28io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrievalJens Axboe
2023-08-30io_uring: Don't set affinity on a dying sqpoll threadGabriel Krisman Bertazi
2023-08-16io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is usedJens Axboe
2023-05-25io_uring: unlock sqd->lock before sq thread release CPUWenwen Chen
2023-03-15io_uring/sqpoll: Do not set PF_NO_SETAFFINITY on sqpoll threadsMichal Koutný
2023-01-29io_uring: make io_sqpoll_wait_sq return voidQuanfa Fu
2022-08-04audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Peilin Ye
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov
2022-07-24io_uring: move SQPOLL related handling into its own fileJens Axboe