aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/io_uring/fdinfo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-10io_uring: fix use-after-free of sq->thread in __io_uring_show_fdinfo()Penglei Jiang1-2/+10
2025-05-16io_uring/fdinfo: get rid of dumping credentialsJens Axboe1-38/+0
2025-05-16io_uring/fdinfo: only compile if CONFIG_PROC_FS is setJens Axboe1-2/+0
2025-05-14io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo()Jens Axboe1-23/+25
2025-04-30io_uring/fdinfo: annotate racy sq/cq head/tail readsJens Axboe1-2/+2
2025-01-19io_uring/fdinfo: fix io_uring_show_fdinfo() misuse of ->d_inameAl Viro1-4/+5
2024-11-06io_uring/napi: add static napi tracking strategyOlivier Langlois1-13/+41
2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe1-1/+1
2024-11-02io_uring/rsrc: get rid of the empty node and dummy_ubufJens Axboe1-2/+7
2024-11-02io_uring/filetable: remove io_file_from_index() helperJens Axboe1-1/+3
2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe1-5/+5
2024-11-02io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe1-1/+1
2024-10-29io_uring/poll: get rid of unlocked cancel hashJens Axboe1-10/+1
2024-09-15io_uring/rsrc: change ubuf->ubuf_end to length trackingJens Axboe1-2/+1
2024-08-25io_uring: add napi busy settings to the fdinfo outputOlivier Langlois1-1/+13
2024-04-15io_uring: fix warnings on shadow variablesJens Axboe1-2/+2
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