[PATCH v2 0/2] iomap: small block problems
From: Andreas Gruenbacher <agruenba@redhat.com>
Date: 2021-07-05 18:18:37
Also in:
linux-fsdevel
From: Andreas Gruenbacher <agruenba@redhat.com>
Date: 2021-07-05 18:18:37
Also in:
linux-fsdevel
Here are the two fixes that make sure that iop objects get attached to pages eventually (in iomap_writepage_map if not earlier), but not too early (before inline inodes are read). These are the fixes required for making gfs2 filesystems with a block size smaller than the page size work again. As Christoph has pointed out [*], there are several more cases in which we can avoid iop creation. Those improvements are still left to be done. [*] https://lore.kernel.org/linux-fsdevel/YNqy0E4xFwHDhK32@infradead.org/ (local) Thanks, Andreas Andreas Gruenbacher (2): iomap: Don't create iomap_page objects for inline files iomap: Permit pages without an iop to enter writeback fs/iomap/buffered-io.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -- 2.26.3