aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/fdinfo.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-09io_uring: Fix sqpoll utilization check racing with dying sqpollGabriel Krisman Bertazi1-5/+12
2024-03-01io_uring/sqpoll: statistics of the true utilization of sq threadsXiaobing Li1-0/+7
2023-11-15io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrievalJens Axboe1-7/+2
2023-10-25io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pidJens Axboe1-6/+12
2023-09-01io_uring/fdinfo: only print ->sq_array[] if it's thereJens Axboe1-0/+2
2023-08-10io_uring/fdinfo: get rid of ref trygetJens Axboe1-12/+6
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds1-3/+1
2023-01-10io_uring/fdinfo: include locked hash table in fdinfo outputJens Axboe1-2/+10
2022-10-12io_uring: fix fdinfo sqe offsets calculationPavel Begunkov1-1/+1
2022-09-21io_uring/fdinfo: fix sqe dumping for IORING_SETUP_SQE128Jens Axboe1-6/+26
2022-09-21io_uring/fdinfo: get rid of unnecessary is_cqe32 variableJens Axboe1-10/+6
2022-07-24io_uring: move a few private types to local headersJens Axboe1-0/+1
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov1-1/+0
2022-07-24io_uring: introduce a struct for hash tablePavel Begunkov1-2/+2
2022-07-24io_uring: switch cancel_hash to use per entry spinlockHao Xu1-3/+6
2022-07-24io_uring: move fdinfo helpers to its own fileJens Axboe1-0/+191