]> git.ipfire.org Git - thirdparty/linux.git/commit
exfat: add iomap direct I/O support
authorNamjae Jeon <linkinjeon@kernel.org>
Sat, 23 May 2026 04:56:43 +0000 (13:56 +0900)
committerNamjae Jeon <linkinjeon@kernel.org>
Mon, 15 Jun 2026 11:00:40 +0000 (20:00 +0900)
commit867b9c96dc837e09ef125a79dc151fa2fc7a5d32
tree66475c9fccedb996952b7de38091b9c82ec987b9
parent82a81a7352bcf5f2756ac33d47ee0582737e9a85
exfat: add iomap direct I/O support

Add iomap-based direct I/O support to the exfat filesystem. This replaces
the previous exfat_direct_IO() implementation that used
blockdev_direct_IO() with iomap_dio_rw() interface.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Christoph Hellwig <hch@lst.de>
Acked-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
fs/exfat/Kconfig
fs/exfat/exfat_fs.h
fs/exfat/file.c
fs/exfat/inode.c
fs/exfat/iomap.c
fs/exfat/iomap.h