From: Christoph Hellwig <hch@lst.de>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] [PATCH 1/6] fs: factor out a __generic_write_end helper
Date: Wed, 6 Jun 2018 12:59:06 +0200 [thread overview]
Message-ID: <20180606105906.GA11821@lst.de> (raw)
In-Reply-To: <20180606104033.4947-2-hch@lst.de>
On Wed, Jun 06, 2018 at 12:40:28PM +0200, Christoph Hellwig wrote:
> Bits of the buffer.c based write_end implementations that don't know
> about buffer_heads and can be reused by other implementations.
>
> Signed-off-by: Christoph Hellwig <hch@lst.de>
This actually already had two reviews:
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
That got lost through the detour via gfs2.
WARNING: multiple messages have this Message-ID (diff)
From: Christoph Hellwig <hch@lst.de>
To: Andreas Gruenbacher <agruenba@redhat.com>, linux-xfs@vger.kernel.org
Cc: linux-fsdevel@vger.kernel.org, cluster-devel@redhat.com,
Dan Williams <dan.j.williams@intel.com>,
linux-ext4@vger.kernel.org
Subject: Re: [PATCH 1/6] fs: factor out a __generic_write_end helper
Date: Wed, 6 Jun 2018 12:59:06 +0200 [thread overview]
Message-ID: <20180606105906.GA11821@lst.de> (raw)
In-Reply-To: <20180606104033.4947-2-hch@lst.de>
On Wed, Jun 06, 2018 at 12:40:28PM +0200, Christoph Hellwig wrote:
> Bits of the buffer.c based write_end implementations that don't know
> about buffer_heads and can be reused by other implementations.
>
> Signed-off-by: Christoph Hellwig <hch@lst.de>
This actually already had two reviews:
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
That got lost through the detour via gfs2.
WARNING: multiple messages have this Message-ID (diff)
From: Christoph Hellwig <hch@lst.de>
To: Andreas Gruenbacher <agruenba@redhat.com>, linux-xfs@vger.kernel.org
Cc: Dan Williams <dan.j.williams@intel.com>,
linux-fsdevel@vger.kernel.org, cluster-devel@redhat.com,
linux-ext4@vger.kernel.org
Subject: Re: [PATCH 1/6] fs: factor out a __generic_write_end helper
Date: Wed, 6 Jun 2018 12:59:06 +0200 [thread overview]
Message-ID: <20180606105906.GA11821@lst.de> (raw)
In-Reply-To: <20180606104033.4947-2-hch@lst.de>
On Wed, Jun 06, 2018 at 12:40:28PM +0200, Christoph Hellwig wrote:
> Bits of the buffer.c based write_end implementations that don't know
> about buffer_heads and can be reused by other implementations.
>
> Signed-off-by: Christoph Hellwig <hch@lst.de>
This actually already had two reviews:
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
That got lost through the detour via gfs2.
next prev parent reply other threads:[~2018-06-06 10:59 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-06 10:40 [Cluster-devel] iomap preparations for GFS2 Christoph Hellwig
2018-06-06 10:40 ` Christoph Hellwig
2018-06-06 10:40 ` Christoph Hellwig
2018-06-06 10:40 ` [Cluster-devel] [PATCH 1/6] fs: factor out a __generic_write_end helper Christoph Hellwig
2018-06-06 10:40 ` Christoph Hellwig
2018-06-06 10:40 ` Christoph Hellwig
2018-06-06 10:59 ` Christoph Hellwig [this message]
2018-06-06 10:59 ` Christoph Hellwig
2018-06-06 10:59 ` Christoph Hellwig
2018-06-06 11:09 ` [Cluster-devel] " Andreas Grünbacher
2018-06-06 11:09 ` Andreas Grünbacher
2018-06-06 11:09 ` Andreas Grünbacher
2018-06-06 10:40 ` [Cluster-devel] [PATCH 2/6] iomap: move bdev and dax_dev in a union Christoph Hellwig
2018-06-06 10:40 ` Christoph Hellwig
2018-06-06 10:40 ` Christoph Hellwig
2018-06-06 11:37 ` [Cluster-devel] " Andreas Gruenbacher
2018-06-06 11:37 ` Andreas Gruenbacher
2018-06-06 11:37 ` Andreas Gruenbacher
2018-06-06 12:05 ` [Cluster-devel] " Christoph Hellwig
2018-06-06 12:05 ` Christoph Hellwig
2018-06-06 12:05 ` Christoph Hellwig
2018-06-06 10:40 ` [Cluster-devel] [PATCH 3/6] iomap: mark newly allocated buffer heads as new Christoph Hellwig
2018-06-06 10:40 ` Christoph Hellwig
2018-06-06 10:40 ` Christoph Hellwig
2018-06-06 10:40 ` [Cluster-devel] [PATCH 4/6] iomap: complete partial direct I/O writes synchronously Christoph Hellwig
2018-06-06 10:40 ` Christoph Hellwig
2018-06-06 10:40 ` Christoph Hellwig
2018-06-06 10:40 ` [Cluster-devel] [PATCH 5/6] iomap: generic inline data handling Christoph Hellwig
2018-06-06 10:40 ` Christoph Hellwig
2018-06-06 10:40 ` Christoph Hellwig
2018-06-07 13:50 ` [Cluster-devel] " Andreas Grünbacher
2018-06-07 13:50 ` Andreas Grünbacher
2018-06-07 13:50 ` Andreas Grünbacher
2018-06-06 10:40 ` [Cluster-devel] [PATCH 6/6] iomap: add a page_done callback Christoph Hellwig
2018-06-06 10:40 ` Christoph Hellwig
2018-06-06 10:40 ` Christoph Hellwig
2018-06-06 11:37 ` [Cluster-devel] " Andreas Gruenbacher
2018-06-06 11:37 ` Andreas Gruenbacher
2018-06-06 11:37 ` Andreas Gruenbacher
2018-06-06 11:38 ` [Cluster-devel] iomap preparations for GFS2 Andreas Gruenbacher
2018-06-06 11:38 ` Andreas Gruenbacher
2018-06-06 11:38 ` Andreas Gruenbacher
2018-06-06 15:31 ` [Cluster-devel] " Andreas Grünbacher
2018-06-06 15:31 ` Andreas Grünbacher
2018-06-06 15:31 ` Andreas Grünbacher
2018-06-06 15:39 ` [Cluster-devel] " Christoph Hellwig
2018-06-06 15:39 ` Christoph Hellwig
2018-06-06 15:39 ` Christoph Hellwig
2018-06-06 15:39 ` Christoph Hellwig
-- strict thread matches above, loose matches on Subject: below --
2018-06-14 12:04 [Cluster-devel] iomap preparations for GFS2 v2 Christoph Hellwig
2018-06-14 12:04 ` [Cluster-devel] [PATCH 1/6] fs: factor out a __generic_write_end helper Christoph Hellwig
2018-06-19 16:41 [Cluster-devel] iomap preparations for GFS2 v3 Christoph Hellwig
2018-06-19 16:41 ` [Cluster-devel] [PATCH 1/6] fs: factor out a __generic_write_end helper Christoph Hellwig
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180606105906.GA11821@lst.de \
--to=hch@lst.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.