]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iomap: support ioends for buffered reads
authorChristoph Hellwig <hch@lst.de>
Mon, 23 Feb 2026 13:20:14 +0000 (05:20 -0800)
committerChristian Brauner <brauner@kernel.org>
Tue, 10 Mar 2026 09:29:15 +0000 (10:29 +0100)
commite8f9cf03c9dc94b475ae8f172ecd700806846a6d
treec45f775364385f5e0e107926c6810159d3f7b792
parent57287771fa8d77841149bf847b629f29acbad35b
iomap: support ioends for buffered reads

Support using the ioend structure to defer I/O completion for
buffered reads by calling into the buffered read I/O completion
handler from iomap_finish_ioend.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://patch.msgid.link/20260223132021.292832-15-hch@lst.de
Tested-by: Anuj Gupta <anuj20.g@samsung.com>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/iomap/bio.c
fs/iomap/internal.h
fs/iomap/ioend.c