summaryrefslogtreecommitdiffstats
path: root/io_uring/io-wq.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring/io-wq: Use set_bit() and test_bit() at worker->flagsBreno Leitao9 days1-23/+24
* io-wq: Drop intermediate step between pending list and active workGabriel Krisman Bertazi2024-04-171-5/+2
* io-wq: write next_work before dropping acct_lockGabriel Krisman Bertazi2024-04-171-5/+8
* io-wq: fully initialize wqe before calling cpuhp_state_add_instance_nocalls()Jeff Moyer2023-10-051-6/+4
* io_uring: break out of iowq iopoll on teardownPavel Begunkov2023-09-071-0/+10
* io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is usedJens Axboe2023-08-161-3/+6
* io_uring/io-wq: don't gate worker wake up success on wake_up_process()Jens Axboe2023-08-111-4/+7
* io_uring/io-wq: reduce frequency of acct->lock acquisitionsJens Axboe2023-08-111-13/+34
* io_uring/io-wq: don't grab wq->lock for worker activationJens Axboe2023-08-111-3/+0
* io_uring/io-wq: clear current->worker_private on exitJens Axboe2023-06-141-1/+6
* io_uring/io-wq: don't clear PF_IO_WORKER on exitJens Axboe2023-06-121-3/+0
* io_uring/io-wq: drop outdated commentJens Axboe2023-04-031-5/+1
* io-wq: Drop struct io_wqeGabriel Krisman Bertazi2023-04-031-188/+156
* io-wq: Move wq accounting to io_wqGabriel Krisman Bertazi2023-04-031-38/+40
* io_uring: One wqe per wqBreno Leitao2023-04-031-110/+70
* io_uring/io-wq: stop setting PF_NO_SETAFFINITY on io-wq workersJens Axboe2023-03-081-5/+11
* io_uring/io-wq: only free worker if it was allocated for creationJens Axboe2023-01-081-1/+6
* io_uring/io-wq: free worker if task_work creation is canceledJens Axboe2023-01-021-0/+1
* io-wq: Fix memory leak in worker creationRafael Mendonca2022-10-201-1/+1
* audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Peilin Ye2022-08-041-3/+0
* io_uring: dedup io_run_task_workPavel Begunkov2022-07-241-14/+3
* io_uring: move list helpers to a separate filePavel Begunkov2022-07-241-0/+1
* io_uring: move to separate directoryJens Axboe2022-07-241-0/+1424