All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20161129223138.GB16608@linux.intel.com>

diff --git a/a/1.txt b/N1/1.txt
index a952a56..96063e4 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -8,7 +8,7 @@ generic_file_direct_write() for DAX so you can probably remove it from the
 changelog - up to you.
 
 Aside from that:
-Reviewed-by: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
+Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com>
 
 > hole pages from the radix tree when write(2) to the file happens. This
 > invalidation is only necessary when there is some block allocation
@@ -20,8 +20,8 @@ Reviewed-by: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
 > only when really necessary and after blocks have been allocated so
 > nobody will be instantiating new hole pages anymore.
 > 
-> Reviewed-by: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>
-> Signed-off-by: Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>
+> Reviewed-by: Christoph Hellwig <hch@lst.de>
+> Signed-off-by: Jan Kara <jack@suse.cz>
 > ---
 >  fs/dax.c | 28 +++++++++++-----------------
 >  1 file changed, 11 insertions(+), 17 deletions(-)
@@ -74,4 +74,8 @@ Reviewed-by: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
 >  				iter, dax_iomap_actor);
 > -- 
 > 2.6.6
->
+> 
+_______________________________________________
+Linux-nvdimm mailing list
+Linux-nvdimm@lists.01.org
+https://lists.01.org/mailman/listinfo/linux-nvdimm
diff --git a/a/content_digest b/N1/content_digest
index ea6f9ec..527917f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,15 +1,14 @@
  "ref\01479980796-26161-1-git-send-email-jack@suse.cz\0"
  "ref\01479980796-26161-4-git-send-email-jack@suse.cz\0"
- "ref\01479980796-26161-4-git-send-email-jack-AlSwsSmVLrQ@public.gmane.org\0"
- "From\0Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\0"
+ "From\0Ross Zwisler <ross.zwisler@linux.intel.com>\0"
  "Subject\0Re: [PATCH 3/6] dax: Avoid page invalidation races and unnecessary radix tree traversals\0"
  "Date\0Tue, 29 Nov 2016 15:31:38 -0700\0"
- "To\0Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>\0"
- "Cc\0linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org"
-  linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org
-  Johannes Weiner <hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org>
-  linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " linux-ext4-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0Jan Kara <jack@suse.cz>\0"
+ "Cc\0linux-nvdimm@lists.01.org"
+  linux-mm@kvack.org
+  Johannes Weiner <hannes@cmpxchg.org>
+  linux-fsdevel@vger.kernel.org
+ " linux-ext4@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Thu, Nov 24, 2016 at 10:46:33AM +0100, Jan Kara wrote:\n"
@@ -22,7 +21,7 @@
  "changelog - up to you.\n"
  "\n"
  "Aside from that:\n"
- "Reviewed-by: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n"
+ "Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com>\n"
  "\n"
  "> hole pages from the radix tree when write(2) to the file happens. This\n"
  "> invalidation is only necessary when there is some block allocation\n"
@@ -34,8 +33,8 @@
  "> only when really necessary and after blocks have been allocated so\n"
  "> nobody will be instantiating new hole pages anymore.\n"
  "> \n"
- "> Reviewed-by: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>\n"
- "> Signed-off-by: Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>\n"
+ "> Reviewed-by: Christoph Hellwig <hch@lst.de>\n"
+ "> Signed-off-by: Jan Kara <jack@suse.cz>\n"
  "> ---\n"
  ">  fs/dax.c | 28 +++++++++++-----------------\n"
  ">  1 file changed, 11 insertions(+), 17 deletions(-)\n"
@@ -88,6 +87,10 @@
  ">  \t\t\t\titer, dax_iomap_actor);\n"
  "> -- \n"
  "> 2.6.6\n"
- >
+ "> \n"
+ "_______________________________________________\n"
+ "Linux-nvdimm mailing list\n"
+ "Linux-nvdimm@lists.01.org\n"
+ https://lists.01.org/mailman/listinfo/linux-nvdimm
 
-c7e94b759cb1ef6471a65195aa5416982c96e7cee19a3130e438458190cdec20
+6c920a10af4958c39d6ce00e459a2ffbd12de6105abe4f155ac887b597853a00

diff --git a/a/1.txt b/N2/1.txt
index a952a56..c5091ff 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -8,7 +8,7 @@ generic_file_direct_write() for DAX so you can probably remove it from the
 changelog - up to you.
 
 Aside from that:
-Reviewed-by: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
+Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com>
 
 > hole pages from the radix tree when write(2) to the file happens. This
 > invalidation is only necessary when there is some block allocation
@@ -20,8 +20,8 @@ Reviewed-by: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
 > only when really necessary and after blocks have been allocated so
 > nobody will be instantiating new hole pages anymore.
 > 
-> Reviewed-by: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>
-> Signed-off-by: Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>
+> Reviewed-by: Christoph Hellwig <hch@lst.de>
+> Signed-off-by: Jan Kara <jack@suse.cz>
 > ---
 >  fs/dax.c | 28 +++++++++++-----------------
 >  1 file changed, 11 insertions(+), 17 deletions(-)
@@ -74,4 +74,10 @@ Reviewed-by: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
 >  				iter, dax_iomap_actor);
 > -- 
 > 2.6.6
->
+> 
+
+--
+To unsubscribe, send a message with 'unsubscribe linux-mm' in
+the body to majordomo@kvack.org.  For more info on Linux MM,
+see: http://www.linux-mm.org/ .
+Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
diff --git a/a/content_digest b/N2/content_digest
index ea6f9ec..39afa78 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,15 +1,15 @@
  "ref\01479980796-26161-1-git-send-email-jack@suse.cz\0"
  "ref\01479980796-26161-4-git-send-email-jack@suse.cz\0"
- "ref\01479980796-26161-4-git-send-email-jack-AlSwsSmVLrQ@public.gmane.org\0"
- "From\0Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\0"
+ "From\0Ross Zwisler <ross.zwisler@linux.intel.com>\0"
  "Subject\0Re: [PATCH 3/6] dax: Avoid page invalidation races and unnecessary radix tree traversals\0"
  "Date\0Tue, 29 Nov 2016 15:31:38 -0700\0"
- "To\0Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>\0"
- "Cc\0linux-nvdimm-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org"
-  linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org
-  Johannes Weiner <hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org>
-  linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " linux-ext4-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0Jan Kara <jack@suse.cz>\0"
+ "Cc\0linux-fsdevel@vger.kernel.org"
+  Ross Zwisler <ross.zwisler@linux.intel.com>
+  linux-ext4@vger.kernel.org
+  linux-mm@kvack.org
+  linux-nvdimm@lists.01.org
+ " Johannes Weiner <hannes@cmpxchg.org>\0"
  "\00:1\0"
  "b\0"
  "On Thu, Nov 24, 2016 at 10:46:33AM +0100, Jan Kara wrote:\n"
@@ -22,7 +22,7 @@
  "changelog - up to you.\n"
  "\n"
  "Aside from that:\n"
- "Reviewed-by: Ross Zwisler <ross.zwisler-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>\n"
+ "Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com>\n"
  "\n"
  "> hole pages from the radix tree when write(2) to the file happens. This\n"
  "> invalidation is only necessary when there is some block allocation\n"
@@ -34,8 +34,8 @@
  "> only when really necessary and after blocks have been allocated so\n"
  "> nobody will be instantiating new hole pages anymore.\n"
  "> \n"
- "> Reviewed-by: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>\n"
- "> Signed-off-by: Jan Kara <jack-AlSwsSmVLrQ@public.gmane.org>\n"
+ "> Reviewed-by: Christoph Hellwig <hch@lst.de>\n"
+ "> Signed-off-by: Jan Kara <jack@suse.cz>\n"
  "> ---\n"
  ">  fs/dax.c | 28 +++++++++++-----------------\n"
  ">  1 file changed, 11 insertions(+), 17 deletions(-)\n"
@@ -88,6 +88,12 @@
  ">  \t\t\t\titer, dax_iomap_actor);\n"
  "> -- \n"
  "> 2.6.6\n"
- >
+ "> \n"
+ "\n"
+ "--\n"
+ "To unsubscribe, send a message with 'unsubscribe linux-mm' in\n"
+ "the body to majordomo@kvack.org.  For more info on Linux MM,\n"
+ "see: http://www.linux-mm.org/ .\n"
+ "Don't email: <a href=mailto:\"dont@kvack.org\"> email@kvack.org </a>"
 
-c7e94b759cb1ef6471a65195aa5416982c96e7cee19a3130e438458190cdec20
+24a57a069a81a38037924319b2e271f800d0c1b48f47307489f8dff53d3cfcc7

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.