linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* xfs: use the iomap writeback code v2
@ 2019-09-03 12:57 Christoph Hellwig
  2019-09-03 12:57 ` [PATCH 1/5] xfs: use a struct iomap in xfs_writepage_ctx Christoph Hellwig
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Christoph Hellwig @ 2019-09-03 12:57 UTC (permalink / raw)
  To: darrick.wong, linux-xfs; +Cc: linux-fsdevel

This series cleans up the xfs writepage code and then lifts it to
fs/iomap/ so that it could be use by other file systems.  I've been
wanting to [do] this for a while so that I could eventually convert gfs2
over to it, but I never got to it.  Now Damien has a new zonefs file
system for semi-raw access to zoned block devices that would like to use
the iomap code instead of reinventing it, so I finally had to do the
work.

Changes since v1:
 - rebased to latest iomap-for-next
 - fix up a comment to use iomap instead of imap
 - update a commit log

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

end of thread, other threads:[~2019-09-03 12:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-03 12:57 xfs: use the iomap writeback code v2 Christoph Hellwig
2019-09-03 12:57 ` [PATCH 1/5] xfs: use a struct iomap in xfs_writepage_ctx Christoph Hellwig
2019-09-03 12:57 ` [PATCH 2/5] xfs: turn io_append_trans into an io_private void pointer Christoph Hellwig
2019-09-03 12:57 ` [PATCH 3/5] xfs: remove the fork fields in the writepage_ctx and ioend Christoph Hellwig
2019-09-03 12:57 ` [PATCH 4/5] xfs: use the iomap write page code Christoph Hellwig
2019-09-03 12:57 ` [PATCH 5/5] iomap: move struct iomap_page out of iomap.h 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).