1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-22 16:06:04 -05:00
linux/io_uring
Jens Axboe e10677a8f6 io_uring: drop ->prep_async()
It's now unused, drop the code related to it. This includes the
io_issue_defs->manual alloc field.

While in there, and since ->async_size is now being used a bit more
frequently and in the issue path, move it to io_issue_defs[].

Signed-off-by: Jens Axboe <axboe@kernel.dk>
2024-04-15 08:10:25 -06:00
..
advise.c
advise.h
alloc_cache.h io_uring/alloc_cache: shrink default max entries from 512 to 128 2024-04-15 08:10:25 -06:00
cancel.c
cancel.h
epoll.c
epoll.h
fdinfo.c io_uring: Fix sqpoll utilization check racing with dying sqpoll 2024-03-09 07:27:09 -07:00
fdinfo.h
filetable.c
filetable.h
fs.c
fs.h
futex.c io_uring/futex: always remove futex entry for cancel all 2024-03-15 15:37:15 -06:00
futex.h
io-wq.c
io-wq.h
io_uring.c io_uring: drop ->prep_async() 2024-04-15 08:10:25 -06:00
io_uring.h io_uring: drop ->prep_async() 2024-04-15 08:10:25 -06:00
kbuf.c io_uring/kbuf: hold io_buffer_list reference over mmap 2024-04-02 19:03:27 -06:00
kbuf.h io_uring/kbuf: hold io_buffer_list reference over mmap 2024-04-02 19:03:27 -06:00
Makefile
msg_ring.c
msg_ring.h
napi.c io_uring/napi: enable even with a timeout of 0 2024-02-15 15:37:28 -07:00
napi.h
net.c io_uring/net: move connect to always using async data 2024-04-15 08:10:25 -06:00
net.h io_uring/net: move connect to always using async data 2024-04-15 08:10:25 -06:00
nop.c
nop.h
notif.c
notif.h
opdef.c io_uring: drop ->prep_async() 2024-04-15 08:10:25 -06:00
opdef.h io_uring: drop ->prep_async() 2024-04-15 08:10:25 -06:00
openclose.c
openclose.h
poll.c io_uring: refactor io_fill_cqe_req_aux 2024-04-15 08:10:24 -06:00
poll.h
refs.h
register.c
register.h
rsrc.c
rsrc.h
rw.c io_uring/rw: add iovec recycling 2024-04-15 08:10:25 -06:00
rw.h io_uring/rw: add iovec recycling 2024-04-15 08:10:25 -06:00
slist.h
splice.c
splice.h
sqpoll.c io_uring/sqpoll: early exit thread if task_context wasn't allocated 2024-03-18 20:22:42 -06:00
sqpoll.h io_uring/sqpoll: statistics of the true utilization of sq threads 2024-03-01 06:28:19 -07:00
statx.c
statx.h
sync.c
sync.h
tctx.c
tctx.h
timeout.c io_uring: refactor io_fill_cqe_req_aux 2024-04-15 08:10:24 -06:00
timeout.h
truncate.c
truncate.h
uring_cmd.c io_uring/uring_cmd: defer SQE copying until it's needed 2024-04-15 08:10:25 -06:00
uring_cmd.h io_uring: drop ->prep_async() 2024-04-15 08:10:25 -06:00
waitid.c io_uring: remove struct io_tw_state::locked 2024-04-15 08:10:24 -06:00
waitid.h
xattr.c
xattr.h