Hi, the following patches for gfs2 iomap write support have been pushed to the gfs2 for-next branch. The gfs2 for-next branch can be found here:
https://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git/log/?h=for-next This (partially) depends on the iomap-4.19-merge branch in the xfs repository: https://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git/log/?h=iomap-4.19-merge Thanks, Andreas Andreas Gruenbacher (5): gfs2: Further iomap cleanups gfs2: iomap buffered write support gfs2: gfs2_extent_length cleanup gfs2: iomap direct I/O support gfs2: Remove gfs2_write_{begin,end} fs/gfs2/aops.c | 331 ++-------------------------------------- fs/gfs2/aops.h | 19 +++ fs/gfs2/bmap.c | 398 ++++++++++++++++++++++++++++++++++++++++--------- fs/gfs2/file.c | 162 ++++++++++++++++++-- 4 files changed, 510 insertions(+), 400 deletions(-) create mode 100644 fs/gfs2/aops.h