summaryrefslogtreecommitdiffstats
path: root/io_uring/fdinfo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* io_uring/napi: add static napi tracking strategyOlivier Langlois2024-11-061-13/+41
* io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe2024-11-061-1/+1
* io_uring/rsrc: get rid of the empty node and dummy_ubufJens Axboe2024-11-021-2/+7
* io_uring/filetable: remove io_file_from_index() helperJens Axboe2024-11-021-1/+3
* io_uring/rsrc: unify file and buffer resource tablesJens Axboe2024-11-021-5/+5
* io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe2024-11-021-1/+1
* io_uring/poll: get rid of unlocked cancel hashJens Axboe2024-10-291-10/+1
* io_uring/rsrc: change ubuf->ubuf_end to length trackingJens Axboe2024-09-151-2/+1
* io_uring: add napi busy settings to the fdinfo outputOlivier Langlois2024-08-251-1/+13
* io_uring: fix warnings on shadow variablesJens Axboe2024-04-151-2/+2
* io_uring: Fix sqpoll utilization check racing with dying sqpollGabriel Krisman Bertazi2024-03-091-5/+12
* io_uring/sqpoll: statistics of the true utilization of sq threadsXiaobing Li2024-03-011-0/+7
* io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrievalJens Axboe2023-11-151-7/+2
* io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pidJens Axboe2023-10-251-6/+12
* io_uring/fdinfo: only print ->sq_array[] if it's thereJens Axboe2023-09-011-0/+2
* io_uring/fdinfo: get rid of ref trygetJens Axboe2023-08-101-12/+6
* capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds2023-03-011-3/+1
* io_uring/fdinfo: include locked hash table in fdinfo outputJens Axboe2023-01-101-2/+10
* io_uring: fix fdinfo sqe offsets calculationPavel Begunkov2022-10-131-1/+1
* io_uring/fdinfo: fix sqe dumping for IORING_SETUP_SQE128Jens Axboe2022-09-211-6/+26
* io_uring/fdinfo: get rid of unnecessary is_cqe32 variableJens Axboe2022-09-211-10/+6
* io_uring: move a few private types to local headersJens Axboe2022-07-251-0/+1
* io_uring: kill extra io_uring_types.h includesPavel Begunkov2022-07-251-1/+0
* io_uring: introduce a struct for hash tablePavel Begunkov2022-07-251-2/+2
* io_uring: switch cancel_hash to use per entry spinlockHao Xu2022-07-251-3/+6
* io_uring: move fdinfo helpers to its own fileJens Axboe2022-07-251-0/+191