All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: Dan Williams <dan.j.williams@intel.com>
Cc: Jan Kara <jack@suse.cz>,
	"Darrick J. Wong" <darrick.wong@oracle.com>,
	linux-nvdimm@lists.01.org, Dave Chinner <david@fromorbit.com>,
	linux-mm@kvack.org, linux-fsdevel@vger.kernel.org,
	Christoph Hellwig <hch@lst.de>
Subject: Re: [PATCH v11 7/7] xfs, dax: introduce xfs_break_dax_layouts()
Date: Tue, 22 May 2018 08:27:05 +0200	[thread overview]
Message-ID: <20180522062705.GC7816@lst.de> (raw)
In-Reply-To: <152669372916.34337.4066620800998291994.stgit@dwillia2-desk3.amr.corp.intel.com>

Looks good,

Reviewed-by: Christoph Hellwig <hch@lst.de>
_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm

WARNING: multiple messages have this Message-ID (diff)
From: Christoph Hellwig <hch@lst.de>
To: Dan Williams <dan.j.williams@intel.com>
Cc: linux-nvdimm@lists.01.org, Dave Chinner <david@fromorbit.com>,
	Ross Zwisler <ross.zwisler@linux.intel.com>,
	Jan Kara <jack@suse.cz>, Christoph Hellwig <hch@lst.de>,
	"Darrick J. Wong" <darrick.wong@oracle.com>,
	linux-fsdevel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: [PATCH v11 7/7] xfs, dax: introduce xfs_break_dax_layouts()
Date: Tue, 22 May 2018 08:27:05 +0200	[thread overview]
Message-ID: <20180522062705.GC7816@lst.de> (raw)
In-Reply-To: <152669372916.34337.4066620800998291994.stgit@dwillia2-desk3.amr.corp.intel.com>

Looks good,

Reviewed-by: Christoph Hellwig <hch@lst.de>

  reply	other threads:[~2018-05-22  6:21 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-19  1:34 [PATCH v11 0/7] dax: fix dma vs truncate/hole-punch Dan Williams
2018-05-19  1:34 ` Dan Williams
2018-05-19  1:34 ` Dan Williams
2018-05-19  1:34 ` [PATCH v11 1/7] memremap: split devm_memremap_pages() and memremap() infrastructure Dan Williams
2018-05-19  1:34   ` Dan Williams
2018-05-19  1:34   ` Dan Williams
2018-05-22  6:24   ` Christoph Hellwig
2018-05-22  6:24     ` Christoph Hellwig
2018-05-22  6:24     ` Christoph Hellwig
2018-05-19  1:35 ` [PATCH v11 2/7] mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS Dan Williams
2018-05-19  1:35   ` Dan Williams
2018-05-19  1:35   ` Dan Williams
2018-05-22  6:25   ` Christoph Hellwig
2018-05-22  6:25     ` Christoph Hellwig
2018-05-19  1:35 ` [PATCH v11 3/7] mm: fix __gup_device_huge vs unmap Dan Williams
2018-05-19  1:35   ` Dan Williams
2018-05-19  1:35   ` Dan Williams
2018-06-11 21:58   ` Andrew Morton
2018-06-11 21:58     ` Andrew Morton
2018-06-11 23:35     ` Dan Williams
2018-06-11 23:35       ` Dan Williams
2018-05-19  1:35 ` [PATCH v11 4/7] mm, fs, dax: handle layout changes to pinned dax mappings Dan Williams
2018-05-19  1:35   ` Dan Williams
2018-05-19  1:35   ` Dan Williams
2018-06-12 21:05   ` Ross Zwisler
2018-06-12 21:05     ` Ross Zwisler
2018-06-13 10:41     ` Jan Kara
2018-06-13 10:41       ` Jan Kara
     [not found]   ` <CANQeFDCHUMP5su8ckoekeOWjEVBb2kN4VfiHuq8xnz8o8hWXvw@mail.gmail.com>
     [not found]     ` <CAPcyv4h6Wgursr6rMV42EFzH-7DJscrBrCFPqhiJp6ocYS9qmw@mail.gmail.com>
2019-07-31  5:07       ` Liu Bo
2019-07-31 19:16         ` Dan Williams
2019-07-31 23:02           ` Liu Bo
2018-05-19  1:35 ` [PATCH v11 5/7] xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCL Dan Williams
2018-05-19  1:35   ` Dan Williams
2018-05-19  1:35   ` Dan Williams
2018-05-19  1:35 ` [PATCH v11 6/7] xfs: prepare xfs_break_layouts() for another layout type Dan Williams
2018-05-19  1:35   ` Dan Williams
2018-05-19  1:35   ` Dan Williams
2018-05-19  1:35 ` [PATCH v11 7/7] xfs, dax: introduce xfs_break_dax_layouts() Dan Williams
2018-05-19  1:35   ` Dan Williams
2018-05-19  1:35   ` Dan Williams
2018-05-22  6:27   ` Christoph Hellwig [this message]
2018-05-22  6:27     ` 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=20180522062705.GC7816@lst.de \
    --to=hch@lst.de \
    --cc=dan.j.williams@intel.com \
    --cc=darrick.wong@oracle.com \
    --cc=david@fromorbit.com \
    --cc=jack@suse.cz \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=linux-nvdimm@lists.01.org \
    /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.