index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
io_uring
/
fdinfo.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-10
io_uring: fix use-after-free of sq->thread in __io_uring_show_fdinfo()
Penglei Jiang
1
-2
/
+10
2025-05-16
io_uring/fdinfo: get rid of dumping credentials
Jens Axboe
1
-38
/
+0
2025-05-16
io_uring/fdinfo: only compile if CONFIG_PROC_FS is set
Jens Axboe
1
-2
/
+0
2025-05-14
io_uring/fdinfo: grab ctx->uring_lock around io_uring_show_fdinfo()
Jens Axboe
1
-23
/
+25
2025-04-30
io_uring/fdinfo: annotate racy sq/cq head/tail reads
Jens Axboe
1
-2
/
+2
2025-01-19
io_uring/fdinfo: fix io_uring_show_fdinfo() misuse of ->d_iname
Al Viro
1
-4
/
+5
2024-11-06
io_uring/napi: add static napi tracking strategy
Olivier Langlois
1
-13
/
+41
2024-11-06
io_uring: move struct io_kiocb from task_struct to io_uring_task
Jens Axboe
1
-1
/
+1
2024-11-02
io_uring/rsrc: get rid of the empty node and dummy_ubuf
Jens Axboe
1
-2
/
+7
2024-11-02
io_uring/filetable: remove io_file_from_index() helper
Jens Axboe
1
-1
/
+3
2024-11-02
io_uring/rsrc: unify file and buffer resource tables
Jens Axboe
1
-5
/
+5
2024-11-02
io_uring/rsrc: get rid of per-ring io_rsrc_node list
Jens Axboe
1
-1
/
+1
2024-10-29
io_uring/poll: get rid of unlocked cancel hash
Jens Axboe
1
-10
/
+1
2024-09-15
io_uring/rsrc: change ubuf->ubuf_end to length tracking
Jens Axboe
1
-2
/
+1
2024-08-25
io_uring: add napi busy settings to the fdinfo output
Olivier Langlois
1
-1
/
+13
2024-04-15
io_uring: fix warnings on shadow variables
Jens Axboe
1
-2
/
+2
2024-03-09
io_uring: Fix sqpoll utilization check racing with dying sqpoll
Gabriel Krisman Bertazi
1
-5
/
+12
2024-03-01
io_uring/sqpoll: statistics of the true utilization of sq threads
Xiaobing Li
1
-0
/
+7
2023-11-15
io_uring/fdinfo: remove need for sqpoll lock for thread/pid retrieval
Jens Axboe
1
-7
/
+2
2023-10-25
io_uring/fdinfo: lock SQ thread while retrieving thread cpu/pid
Jens Axboe
1
-6
/
+12
2023-09-01
io_uring/fdinfo: only print ->sq_array[] if it's there
Jens Axboe
1
-0
/
+2
2023-08-10
io_uring/fdinfo: get rid of ref tryget
Jens Axboe
1
-12
/
+6
2023-03-01
capability: just use a 'u64' instead of a 'u32[2]' array
Linus Torvalds
1
-3
/
+1
2023-01-10
io_uring/fdinfo: include locked hash table in fdinfo output
Jens Axboe
1
-2
/
+10
2022-10-12
io_uring: fix fdinfo sqe offsets calculation
Pavel Begunkov
1
-1
/
+1
2022-09-21
io_uring/fdinfo: fix sqe dumping for IORING_SETUP_SQE128
Jens Axboe
1
-6
/
+26
2022-09-21
io_uring/fdinfo: get rid of unnecessary is_cqe32 variable
Jens Axboe
1
-10
/
+6
2022-07-24
io_uring: move a few private types to local headers
Jens Axboe
1
-0
/
+1
2022-07-24
io_uring: kill extra io_uring_types.h includes
Pavel Begunkov
1
-1
/
+0
2022-07-24
io_uring: introduce a struct for hash table
Pavel Begunkov
1
-2
/
+2
2022-07-24
io_uring: switch cancel_hash to use per entry spinlock
Hao Xu
1
-3
/
+6
2022-07-24
io_uring: move fdinfo helpers to its own file
Jens Axboe
1
-0
/
+191