Centos-kernel-stream-9/io_uring
Augusto Caringi 3b1a9e7966 Merge: io_uring: ensure deferred completions are flushed for multishot
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/7107

Pull in bug fix for customer case.

JIRA: https://issues.redhat.com/browse/RHEL-94341

Signed-off-by: Jeff Moyer <jmoyer@redhat.com>

Approved-by: Brian Foster <bfoster@redhat.com>
Approved-by: Ewan D. Milne <emilne@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>

Merged-by: Augusto Caringi <acaringi@redhat.com>
2025-07-28 12:55:36 -03: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
fs.c
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.c Merge: io_uring: ensure deferred completions are flushed for multishot 2025-07-28 12:55:36 -03: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 mm: switch mm->get_unmapped_area() to a flag 2025-03-18 17:09:47 +01: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
openclose.h
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
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 fs: claw back a few FMODE_* bits 2025-07-11 07:21:34 -04:00
rw.h io_uring/alloc_cache: switch to array based caching 2024-11-28 16:56:44 -05:00
slist.h
splice.c
splice.h
sqpoll.c io_uring/sqpoll: zero sqd->thread on tctx errors 2025-06-13 14:08:39 -04: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/nvme: pass issue_flags to io_uring_cmd_import_fixed() 2025-05-09 07:27:06 +02: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
xattr.c
xattr.h