diff options
| author | Namjae Jeon <linkinjeon@kernel.org> | 2026-06-15 13:59:58 +0300 |
|---|---|---|
| committer | Namjae Jeon <linkinjeon@kernel.org> | 2026-06-15 14:00:23 +0300 |
| commit | 82a81a7352bcf5f2756ac33d47ee0582737e9a85 (patch) | |
| tree | 8a85c7434785cbeb0037bbcc9ca9ebe75dcdfe2d /include/linux/platform_data | |
| parent | f0d1b2e1e02c11e29c953f22a485449e3da2a575 (diff) | |
| download | linux-82a81a7352bcf5f2756ac33d47ee0582737e9a85.tar.xz | |
exfat: add iomap buffered I/O support
Add full buffered I/O support using the iomap framework to the exfat
filesystem. This will replaces the old exfat_get_block(),
exfat_write_begin(), exfat_write_end(), and exfat_block_truncate_page()
with their iomap equivalents. Buffered writes now use
iomap_file_buffered_write(), read uses iomap_bio_read_folio() and
iomap_bio_readahead(), and writeback is handled through iomap_writepages().
Acked-by: Christoph Hellwig <hch@lst.de>
Acked-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Namjae Jeon <linkinjeon@kernel.org>
Diffstat (limited to 'include/linux/platform_data')
0 files changed, 0 insertions, 0 deletions
