]> 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>
Sat, 18 Dec 2021 05:06:07 +0000 (00:06 -0500)
commitbc6123a84a71b5dd39192c02ea8f9f4266980b0e
treebe82f56570d461a4e5224e5927b09decc7b0cbe0
parenta25def1fe56858efa40a8490e875da4a711487f8
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