summaryrefslogtreecommitdiff
path: root/io_uring/fdinfo.c
AgeCommit message (Expand)Author
2024-11-06io_uring/napi: add static napi tracking strategyOlivier Langlois
2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe
2024-11-02io_uring/rsrc: get rid of the empty node and dummy_ubufJens Axboe
2024-11-02io_uring/filetable: remove io_file_from_index() helperJens Axboe
2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe
2024-11-02io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe
2024-10-29io_uring/poll: get rid of unlocked cancel hashJens Axboe
2024-09-15io_uring/rsrc: change ubuf->ubuf_end to length trackingJens Axboe
2024-08-25io_uring: add napi busy settings to the fdinfo outputOlivier Langlois
2024-04-15io_uring: fix warnings on shadow variablesJens Axboe
2024-03-09io_uring: Fix sqpoll utilization check racing with dying sqpollGabriel Krisman Bertazi
2024-03-01io_uring/sqpoll: statistics of the true utilization of sq threadsXiaobing Li
2023-11-15io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrievalJens Axboe
2023-10-25io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pidJens Axboe
2023-09-01io_uring/fdinfo: only print ->sq_array[] if it's thereJens Axboe
2023-08-10io_uring/fdinfo: get rid of ref trygetJens Axboe
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds
2023-01-10io_uring/fdinfo: include locked hash table in fdinfo outputJens Axboe
2022-10-12io_uring: fix fdinfo sqe offsets calculationPavel Begunkov
2022-09-21io_uring/fdinfo: fix sqe dumping for IORING_SETUP_SQE128Jens Axboe
2022-09-21io_uring/fdinfo: get rid of unnecessary is_cqe32 variableJens Axboe
2022-07-24io_uring: move a few private types to local headersJens Axboe
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov
2022-07-24io_uring: introduce a struct for hash tablePavel Begunkov
2022-07-24io_uring: switch cancel_hash to use per entry spinlockHao Xu
2022-07-24io_uring: move fdinfo helpers to its own fileJens Axboe