All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] SEEK_HOLE / SEEK_DATA via iomap
@ 2017-06-23 13:34 ` Andreas Gruenbacher
  0 siblings, 0 replies; 25+ messages in thread
From: Andreas Gruenbacher @ 2017-06-23 13:34 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: Andreas Gruenbacher, linux-xfs, cluster-devel, Jan Kara

These patches, on top of the page_cache_seek_hole_data patches posted earlier
today, convert xfs to implement SEEK_HOLE / SEEK_DATA via iomap, and implement
SEEK_HOLE / SEEK_DATA via iomap in gfs2.

ext4 doesn't implement IOMAP_REPORT, so it can't be switched to use the iomap
based SEEK_HOLE / SEEK_DATA or fiemap code so far.

Thanks,
Andreas

Andreas Gruenbacher (3):
  vfs: Add iomap_seek_hole_data helper
  xfs: Switch to iomap for SEEK_HOLE / SEEK_DATA
  gfs2: Implement SEEK_HOLE / SEEK_DATA via iomap

Bob Peterson (3):
  GFS2: Make height info part of metapath
  GFS2: Implement iomap for block_map
  GFS2: Switch fiemap implementation to use iomap

 fs/gfs2/Kconfig       |   1 +
 fs/gfs2/bmap.c        | 288 ++++++++++++++++++++++++++++++++++++--------------
 fs/gfs2/bmap.h        |   4 +
 fs/gfs2/file.c        |  14 ++-
 fs/gfs2/inode.c       |  57 ++++++++--
 fs/gfs2/inode.h       |   1 +
 fs/gfs2/trace_gfs2.h  |  65 ++++++++++++
 fs/iomap.c            |  89 ++++++++++++++++
 fs/xfs/xfs_file.c     |  21 +---
 include/linux/iomap.h |   6 +-
 10 files changed, 437 insertions(+), 109 deletions(-)

-- 
2.7.5

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

end of thread, other threads:[~2017-06-26 14:21 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-23 13:34 [PATCH v2 0/6] SEEK_HOLE / SEEK_DATA via iomap Andreas Gruenbacher
2017-06-23 13:34 ` [Cluster-devel] " Andreas Gruenbacher
2017-06-23 13:34 ` [PATCH v2 1/6] vfs: Add iomap_seek_hole_data helper Andreas Gruenbacher
2017-06-23 13:34   ` [Cluster-devel] " Andreas Gruenbacher
2017-06-25  5:00   ` kbuild test robot
2017-06-25  5:00     ` [Cluster-devel] " kbuild test robot
2017-06-25  5:00     ` kbuild test robot
2017-06-26 10:47   ` Christoph Hellwig
2017-06-26 10:47     ` [Cluster-devel] " Christoph Hellwig
2017-06-26 14:11     ` Andreas Gruenbacher
2017-06-26 14:11       ` [Cluster-devel] " Andreas Gruenbacher
2017-06-23 13:34 ` [PATCH v2 2/6] xfs: Switch to iomap for SEEK_HOLE / SEEK_DATA Andreas Gruenbacher
2017-06-23 13:34   ` [Cluster-devel] " Andreas Gruenbacher
2017-06-23 13:34 ` [PATCH v2 3/6] GFS2: Make height info part of metapath Andreas Gruenbacher
2017-06-23 13:34   ` [Cluster-devel] " Andreas Gruenbacher
2017-06-23 13:34 ` [PATCH v2 4/6] GFS2: Implement iomap for block_map Andreas Gruenbacher
2017-06-23 13:34   ` [Cluster-devel] " Andreas Gruenbacher
2017-06-23 13:34 ` [PATCH v2 5/6] GFS2: Switch fiemap implementation to use iomap Andreas Gruenbacher
2017-06-23 13:34   ` [Cluster-devel] " Andreas Gruenbacher
2017-06-23 13:34 ` [PATCH v2 6/6] gfs2: Implement SEEK_HOLE / SEEK_DATA via iomap Andreas Gruenbacher
2017-06-23 13:34   ` [Cluster-devel] " Andreas Gruenbacher
2017-06-26  9:50 ` [PATCH v2 0/6] " Christoph Hellwig
2017-06-26  9:50   ` [Cluster-devel] " Christoph Hellwig
2017-06-26 14:21   ` Andreas Gruenbacher
2017-06-26 14:21     ` [Cluster-devel] " Andreas Gruenbacher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.