]> 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>
Fri, 10 Dec 2021 14:41:32 +0000 (09:41 -0500)
commitd6af18774d14008cadd6c6f9f17ca75b324fe4fe
treedf4ecd1d041a35578e74739c11f3ef3ed013bba3
parent95ae0c870f65684ca88dd2111396436e4c02a827
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