cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH v2 0/2] iomap: small block problems
@ 2021-07-05 18:18 Andreas Gruenbacher
  2021-07-05 18:18 ` [Cluster-devel] [PATCH v2 1/2] iomap: Don't create iomap_page objects for inline files Andreas Gruenbacher
  2021-07-05 18:18 ` [Cluster-devel] [PATCH v2 2/2] iomap: Permit pages without an iop to enter writeback Andreas Gruenbacher
  0 siblings, 2 replies; 6+ messages in thread
From: Andreas Gruenbacher @ 2021-07-05 18:18 UTC (permalink / raw)
  To: cluster-devel.redhat.com

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 at infradead.org/

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-06 16:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-05 18:18 [Cluster-devel] [PATCH v2 0/2] iomap: small block problems Andreas Gruenbacher
2021-07-05 18:18 ` [Cluster-devel] [PATCH v2 1/2] iomap: Don't create iomap_page objects for inline files Andreas Gruenbacher
2021-07-06  5:03   ` Christoph Hellwig
2021-07-06 16:01     ` Andreas Gruenbacher
2021-07-05 18:18 ` [Cluster-devel] [PATCH v2 2/2] iomap: Permit pages without an iop to enter writeback Andreas Gruenbacher
2021-07-06  5:04   ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).