Re: [Cluster-devel] [PATCH v2 0/6] SEEK_HOLE / SEEK_DATA via iomap

2017-06-26 Thread Andreas Gruenbacher
On Mon, Jun 26, 2017 at 11:50 AM, Christoph Hellwig wrote: > On Fri, Jun 23, 2017 at 03:34:38PM +0200, Andreas Gruenbacher wrote: >> These patches, on top of the page_cache_seek_hole_data patches posted earlier >> today, convert xfs to implement SEEK_HOLE / SEEK_DATA via

Re: [Cluster-devel] [PATCH v2 1/6] vfs: Add iomap_seek_hole_data helper

2017-06-26 Thread Andreas Gruenbacher
On Mon, Jun 26, 2017 at 12:47 PM, Christoph Hellwig wrote: > On Fri, Jun 23, 2017 at 03:34:39PM +0200, Andreas Gruenbacher wrote: >> Filesystems can use this for implementing lseek SEEK_HOLE / SEEK_DATA >> support via iomap. >> >> Signed-off-by: Andreas Gruenbacher

[Cluster-devel] [PATCH v2 44/51] gfs2: convert to bio_for_each_segment_all_sp()

2017-06-26 Thread Ming Lei
Cc: Steven Whitehouse Cc: Bob Peterson Cc: cluster-devel@redhat.com Signed-off-by: Ming Lei --- fs/gfs2/lops.c| 3 ++- fs/gfs2/meta_io.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/fs/gfs2/lops.c

Re: [Cluster-devel] [PATCH v2 1/6] vfs: Add iomap_seek_hole_data helper

2017-06-26 Thread Christoph Hellwig
On Fri, Jun 23, 2017 at 03:34:39PM +0200, Andreas Gruenbacher wrote: > Filesystems can use this for implementing lseek SEEK_HOLE / SEEK_DATA > support via iomap. > > Signed-off-by: Andreas Gruenbacher > --- > fs/iomap.c| 89 >

Re: [Cluster-devel] [PATCH v2 0/6] SEEK_HOLE / SEEK_DATA via iomap

2017-06-26 Thread Christoph Hellwig
On Fri, Jun 23, 2017 at 03:34:38PM +0200, Andreas Gruenbacher wrote: > 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. Please send those as one