Centos-kernel-stream-9/io_uring
Ming Lei 4a5c59aba7 block: add a rq_list type
JIRA: https://issues.redhat.com/browse/RHEL-79409

commit a3396b99990d8b4e5797e7b16fdeb64c15ae97bb
Author: Christoph Hellwig <hch@lst.de>
Date:   Wed Nov 13 16:20:44 2024 +0100

    block: add a rq_list type

    Replace the semi-open coded request list helpers with a proper rq_list
    type that mirrors the bio_list and has head and tail pointers.  Besides
    better type safety this actually allows to insert at the tail of the
    list, which will be useful soon.

    Signed-off-by: Christoph Hellwig <hch@lst.de>
    Link: https://lore.kernel.org/r/20241113152050.157179-5-hch@lst.de
    Signed-off-by: Jens Axboe <axboe@kernel.dk>

Signed-off-by: Ming Lei <ming.lei@redhat.com>
2025-03-14 16:48:23 +08:00
..
Makefile io_uring: move mapping/allocation helpers to a separate file 2024-11-28 17:09:44 -05:00
advise.c
advise.h
alloc_cache.h io_uring/alloc_cache: switch to array based caching 2024-11-28 16:56:44 -05:00
cancel.c io_uring: fix warnings on shadow variables 2024-11-28 17:10:44 -05:00
cancel.h io_uring: fix cancellation overwriting req->flags 2024-12-02 11:12:48 -05:00
epoll.c
epoll.h
fdinfo.c io_uring: fix warnings on shadow variables 2024-11-28 17:10:44 -05:00
fdinfo.h
filetable.c io_uring/filetable: don't unnecessarily clear/reset bitmap 2024-11-28 17:46:44 -05:00
filetable.h io_uring: expand main struct io_kiocb flags to 64-bits 2024-07-02 14:33:37 -04:00
fs.c io_uring/fs: consider link->flags when getting path for LINKAT 2024-02-01 12:05:14 -05:00
fs.h
futex.c io_uring/alloc_cache: switch to array based caching 2024-11-28 16:56:44 -05:00
futex.h io_uring/alloc_cache: switch to array based caching 2024-11-28 16:56:44 -05:00
io-wq.c io_uring/io-wq: inherit cpuset of cgroup in io worker 2024-12-02 11:21:29 -05:00
io-wq.h io_uring: break out of iowq iopoll on teardown 2023-11-02 17:26:27 -04:00
io_uring.c io_uring: check if iowq is killed before queuing 2025-01-14 16:12:00 -05:00
io_uring.h io_uring/sqpoll: ensure task state is TASK_RUNNING when running task_work 2024-12-02 11:14:54 -05:00
kbuf.c io_uring/kbuf: return correct iovec count from classic buffer peek 2024-12-02 11:14:53 -05:00
kbuf.h io_uring/kbuf: add helpers for getting/peeking multiple buffers 2024-11-28 17:35:44 -05:00
memmap.c io_uring: manually fix compilation error 2025-01-13 18:57:26 +00:00
memmap.h io_uring: move mapping/allocation helpers to a separate file 2024-11-28 17:09:44 -05:00
msg_ring.c io_uring/msg_ring: cleanup posting to IOPOLL vs !IOPOLL ring 2024-11-28 17:45:44 -05:00
msg_ring.h
napi.c io_uring/napi: check napi_enabled in io_napi_add() before proceeding 2024-12-02 11:14:52 -05:00
napi.h io_uring/napi: check napi_enabled in io_napi_add() before proceeding 2024-12-02 11:14:52 -05:00
net.c io_uring/net: harden multishot termination case for recv 2024-12-02 11:14:53 -05:00
net.h io_uring/alloc_cache: switch to array based caching 2024-11-28 16:56:44 -05:00
nop.c io_uring: support to inject result for NOP 2024-11-28 17:49:44 -05:00
nop.h
notif.c io_uring/notif: disable LAZY_WAKE for linked notifs 2024-11-28 17:44:44 -05:00
notif.h io_uring/notif: implement notification stacking 2024-11-28 17:41:44 -05:00
opdef.c io_uring: Fix probe of disabled operations 2024-12-02 11:21:29 -05:00
opdef.h io_uring: Fix probe of disabled operations 2024-12-02 11:21:29 -05:00
openclose.c io_uring: enable audit and restrict cred override for IORING_OP_FIXED_FD_INSTALL 2024-07-02 14:33:37 -04:00
openclose.h io_uring/openclose: add support for IORING_OP_FIXED_FD_INSTALL 2024-07-02 14:33:35 -04:00
poll.c io_uring: keep multishot request NAPI timeout current 2024-12-02 11:14:52 -05:00
poll.h io_uring/poll: shrink alloc cache size to 32 2024-11-28 16:57:44 -05:00
refs.h io_uring: kill dead code in io_req_complete_post 2024-11-28 17:12:44 -05:00
register.c io_uring: Fix probe of disabled operations 2024-12-02 11:21:29 -05:00
register.h io_uring/register: move io_uring_register(2) related code to register.c 2024-07-02 14:33:36 -04:00
rsrc.c io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed 2024-12-02 11:12:48 -05:00
rsrc.h io_uring: remove io_req_put_rsrc_locked() 2024-11-28 17:15:44 -05:00
rw.c block: add a rq_list type 2025-03-14 16:48:23 +08:00
rw.h io_uring/alloc_cache: switch to array based caching 2024-11-28 16:56:44 -05:00
slist.h
splice.c io_uring/splice: use fput() directly 2023-11-02 17:26:24 -04:00
splice.h
sqpoll.c io_uring/sqpoll: do not put cpumask on stack 2024-12-02 11:14:53 -05:00
sqpoll.h io_uring/sqpoll: statistics of the true utilization of sq threads 2024-11-28 15:51:44 -05:00
statx.c
statx.h
sync.c
sync.h
tctx.c
tctx.h
timeout.c io_uring: fix io_match_task must_hold 2024-12-02 11:21:29 -05:00
timeout.h
truncate.c io_uring: add support for ftruncate 2024-11-28 15:35:44 -05:00
truncate.h io_uring: add support for ftruncate 2024-11-28 15:35:44 -05:00
uring_cmd.c io_uring: fix lost getsockopt completions 2024-12-02 11:14:48 -05:00
uring_cmd.h io_uring/alloc_cache: switch to array based caching 2024-11-28 16:56:44 -05:00
waitid.c io_uring: remove struct io_tw_state::locked 2024-11-28 16:28:44 -05:00
waitid.h io_uring: add IORING_OP_WAITID support 2024-07-02 09:47:34 -04:00
xattr.c acl: conver higher-level helpers to rely on mnt_idmap 2024-10-16 08:29:49 +08:00
xattr.h