index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
fdinfo.c
Age
Commit message (
Expand
)
Author
2025-11-13
Merge branch 'io_uring-6.18' into for-6.19/io_uring
Jens Axboe
2025-11-05
io_uring: fix typos and comment wording
Alok Tiwari
2025-10-30
io_uring/fdinfo: validate opcode before checking if it's an 128b one
Jens Axboe
2025-10-27
io_uring/fdinfo: cap SQ iteration at max SQ entries
Jens Axboe
2025-10-22
io_uring/fdinfo: show SQEs for no array setup
Keith Busch
2025-10-22
io_uring/sqpoll: switch away from getrusage() for CPU accounting
Jens Axboe
2025-10-22
io_uring: add support for IORING_SETUP_SQE_MIXED
Keith Busch
2025-09-08
io_uring: don't include filetable.h in io_uring.h
Caleb Sander Mateos
2025-08-24
io_uring/fdinfo: handle mixed sized CQEs
Jens Axboe
2025-06-10
io_uring: fix use-after-free of sq->thread in __io_uring_show_fdinfo()
Penglei Jiang
2025-05-16
io_uring/fdinfo: get rid of dumping credentials
Jens Axboe
2025-05-16
io_uring/fdinfo: only compile if CONFIG_PROC_FS is set
Jens Axboe
2025-05-14
io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo()
Jens Axboe
2025-04-30
io_uring/fdinfo: annotate racy sq/cq head/tail reads
Jens Axboe
2025-01-19
io_uring/fdinfo: fix io_uring_show_fdinfo() misuse of ->d_iname
Al Viro
2024-11-06
io_uring/napi: add static napi tracking strategy
Olivier Langlois
2024-11-06
io_uring: move struct io_kiocb from task_struct to io_uring_task
Jens Axboe
2024-11-02
io_uring/rsrc: get rid of the empty node and dummy_ubuf
Jens Axboe
2024-11-02
io_uring/filetable: remove io_file_from_index() helper
Jens Axboe
2024-11-02
io_uring/rsrc: unify file and buffer resource tables
Jens Axboe
2024-11-02
io_uring/rsrc: get rid of per-ring io_rsrc_node list
Jens Axboe
2024-10-29
io_uring/poll: get rid of unlocked cancel hash
Jens Axboe
2024-09-15
io_uring/rsrc: change ubuf->ubuf_end to length tracking
Jens Axboe
2024-08-25
io_uring: add napi busy settings to the fdinfo output
Olivier Langlois
2024-04-15
io_uring: fix warnings on shadow variables
Jens Axboe
2024-03-09
io_uring: Fix sqpoll utilization check racing with dying sqpoll
Gabriel Krisman Bertazi
2024-03-01
io_uring/sqpoll: statistics of the true utilization of sq threads
Xiaobing Li
2023-11-15
io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrieval
Jens Axboe
2023-10-25
io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pid
Jens Axboe
2023-09-01
io_uring/fdinfo: only print ->sq_array[] if it's there
Jens Axboe
2023-08-10
io_uring/fdinfo: get rid of ref tryget
Jens Axboe
2023-03-01
capability: just use a 'u64' instead of a 'u32[2]' array
Linus Torvalds
2023-01-10
io_uring/fdinfo: include locked hash table in fdinfo output
Jens Axboe
2022-10-12
io_uring: fix fdinfo sqe offsets calculation
Pavel Begunkov
2022-09-21
io_uring/fdinfo: fix sqe dumping for IORING_SETUP_SQE128
Jens Axboe
2022-09-21
io_uring/fdinfo: get rid of unnecessary is_cqe32 variable
Jens Axboe
2022-07-24
io_uring: move a few private types to local headers
Jens Axboe
2022-07-24
io_uring: kill extra io_uring_types.h includes
Pavel Begunkov
2022-07-24
io_uring: introduce a struct for hash table
Pavel Begunkov
2022-07-24
io_uring: switch cancel_hash to use per entry spinlock
Hao Xu
2022-07-24
io_uring: move fdinfo helpers to its own file
Jens Axboe