linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] ext4: SEEK_HOLE / SEEK_DATA via iomap
@ 2017-09-14  9:50 Andreas Gruenbacher
  2017-09-14  9:50 ` [PATCH v2 1/4] iomap: Switch from blkno to disk offset Andreas Gruenbacher
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Andreas Gruenbacher @ 2017-09-14  9:50 UTC (permalink / raw)
  To: linux-fsdevel
  Cc: linux-ext4, linux-xfs, Jan Kara, Christoph Hellwig,
	Andreas Gruenbacher

Add IOMAP_REPORT support to ext4, including support for inline data
which iomap couldn't report so far.  Switch to iomap_seek_{hole,data} on
ext4.

This patch series should be ready to be merged.

Andreas Gruenbacher (3):
  iomap: Switch from blkno to disk offset
  iomap: Add IOMAP_F_DATA_INLINE flag
  ext4: Add iomap support for inline data

Christoph Hellwig (1):
  ext4: Switch to iomap for SEEK_HOLE / SEEK_DATA

 fs/buffer.c           |   4 +-
 fs/dax.c              |   2 +-
 fs/ext2/inode.c       |   4 +-
 fs/ext4/Kconfig       |   1 +
 fs/ext4/ext4.h        |   7 +-
 fs/ext4/file.c        | 263 +++-----------------------------------------------
 fs/ext4/inline.c      |  33 +++++++
 fs/ext4/inode.c       | 149 +++++++++++++---------------
 fs/iomap.c            |  13 +--
 fs/nfsd/blocklayout.c |   4 +-
 fs/xfs/xfs_iomap.c    |   6 +-
 include/linux/iomap.h |  15 +--
 12 files changed, 142 insertions(+), 359 deletions(-)

-- 
2.13.3

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

end of thread, other threads:[~2017-10-02 15:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-14  9:50 [PATCH v2 0/4] ext4: SEEK_HOLE / SEEK_DATA via iomap Andreas Gruenbacher
2017-09-14  9:50 ` [PATCH v2 1/4] iomap: Switch from blkno to disk offset Andreas Gruenbacher
2017-09-14  9:50 ` [PATCH v2 2/4] iomap: Add IOMAP_F_DATA_INLINE flag Andreas Gruenbacher
2017-09-14  9:50 ` [PATCH v2 3/4] ext4: Add iomap support for inline data Andreas Gruenbacher
2017-09-28 17:57   ` Theodore Ts'o
2017-10-02 14:39     ` Andreas Gruenbacher
2017-10-02 15:02       ` Theodore Ts'o
2017-09-14  9:50 ` [PATCH v2 4/4] ext4: Switch to iomap for SEEK_HOLE / SEEK_DATA Andreas Gruenbacher
2017-09-14 12:02   ` Jan Kara
2017-09-14 12:47     ` Andreas Grünbacher
2017-09-14 13:14       ` Jan Kara

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).