]> www.infradead.org Git - users/willy/linux.git/commit
iomap: Convert iomap_write_begin() and iomap_write_end() to folios
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 2 May 2021 15:33:08 +0000 (11:33 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 25 Nov 2021 19:03:11 +0000 (14:03 -0500)
commit1cf533ca5e28ca26ac63ece2624539f8a9e7488c
tree6f1d3f20b05b0eb157ee6cf530a014440d54d782
parentf6c5ccea60a93c9da165fc795530838ebf6e92ba
iomap: Convert iomap_write_begin() and iomap_write_end() to folios

These functions still only work in PAGE_SIZE chunks, but there are
fewer conversions from tail to head pages as a result of this patch.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
fs/iomap/buffered-io.c