From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: iomap preparations for GFS2 v2 Date: Thu, 14 Jun 2018 14:04:51 +0200 Message-ID: <20180614120457.28285-1-hch@lst.de> Cc: linux-fsdevel@vger.kernel.org, cluster-devel@redhat.com, Dan Williams , linux-ext4@vger.kernel.org To: Andreas Gruenbacher , linux-xfs@vger.kernel.org Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: cluster-devel-bounces@redhat.com Errors-To: cluster-devel-bounces@redhat.com List-Id: linux-ext4.vger.kernel.org Hi all, this is a slight rework of the patches from Andreas to prepare for gfs2 using the iomap code. Note: I'd like to start with an immutable branch for iomap patches in either the XFS tree or a tree of mine at the beginning of the merge window so that we have a common base for the GFS2 and XFS iomap work. Changes since v1: - move code to a different spot in iomap.c to prefer for readpages inline data support - add a forward declaration for struct page to iomap.h - fix a typo in the dax_dev/bdev unioning - fix a comment typo From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.133]:33820 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755147AbeFNMFD (ORCPT ); Thu, 14 Jun 2018 08:05:03 -0400 From: Christoph Hellwig Subject: iomap preparations for GFS2 v2 Date: Thu, 14 Jun 2018 14:04:51 +0200 Message-Id: <20180614120457.28285-1-hch@lst.de> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Andreas Gruenbacher , linux-xfs@vger.kernel.org Cc: Dan Williams , linux-fsdevel@vger.kernel.org, cluster-devel@redhat.com, linux-ext4@vger.kernel.org Hi all, this is a slight rework of the patches from Andreas to prepare for gfs2 using the iomap code. Note: I'd like to start with an immutable branch for iomap patches in either the XFS tree or a tree of mine at the beginning of the merge window so that we have a common base for the GFS2 and XFS iomap work. Changes since v1: - move code to a different spot in iomap.c to prefer for readpages inline data support - add a forward declaration for struct page to iomap.h - fix a typo in the dax_dev/bdev unioning - fix a comment typo From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Thu, 14 Jun 2018 14:04:51 +0200 Subject: [Cluster-devel] iomap preparations for GFS2 v2 Message-ID: <20180614120457.28285-1-hch@lst.de> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi all, this is a slight rework of the patches from Andreas to prepare for gfs2 using the iomap code. Note: I'd like to start with an immutable branch for iomap patches in either the XFS tree or a tree of mine at the beginning of the merge window so that we have a common base for the GFS2 and XFS iomap work. Changes since v1: - move code to a different spot in iomap.c to prefer for readpages inline data support - add a forward declaration for struct page to iomap.h - fix a typo in the dax_dev/bdev unioning - fix a comment typo