diff for duplicates of <1462204291.11211.20.camel@kernel.org> diff --git a/a/1.txt b/N1/1.txt index a42b25f..ee326ef 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -71,4 +71,10 @@ to do a fallback... > > Thanks > Boaz -> +> + +-- +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/N1/content_digest index b8f79db..102e3fc 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -95,6 +95,12 @@ "> \n" "> Thanks\n" "> Boaz\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>" -27fea17cb798e3fd6d7c39eeea91da5443b3de6c95a3e4f6e49d12cc5959800a +6050e2a032ada6259b11d05dfbda923786376e7960cc6e7ea3ae5bdd8b42d3e3
diff --git a/a/1.txt b/N2/1.txt index a42b25f..b028be2 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -71,4 +71,9 @@ to do a fallback... > > Thanks > Boaz -> +> + +_______________________________________________ +Linux-nvdimm mailing list +Linux-nvdimm@lists.01.org +https://lists.01.org/mailman/listinfo/linux-nvdimm diff --git a/a/content_digest b/N2/content_digest index b8f79db..2f09346 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -7,13 +7,13 @@ "To\0Boaz Harrosh <boaz@plexistor.com>" Vishal Verma <vishal.l.verma@intel.com> " linux-nvdimm@lists.01.org\0" - "Cc\0linux-block@vger.kernel.org" + "Cc\0Jens Axboe <axboe@fb.com>" Jan Kara <jack@suse.cz> Matthew Wilcox <matthew@wil.cx> Dave Chinner <david@fromorbit.com> linux-kernel@vger.kernel.org xfs@oss.sgi.com - Jens Axboe <axboe@fb.com> + linux-block@vger.kernel.org linux-mm@kvack.org Al Viro <viro@zeniv.linux.org.uk> Christoph Hellwig <hch@infradead.org> @@ -95,6 +95,11 @@ "> \n" "> Thanks\n" "> Boaz\n" - > + "> \n" + "\n" + "_______________________________________________\n" + "Linux-nvdimm mailing list\n" + "Linux-nvdimm@lists.01.org\n" + https://lists.01.org/mailman/listinfo/linux-nvdimm -27fea17cb798e3fd6d7c39eeea91da5443b3de6c95a3e4f6e49d12cc5959800a +60e7463adbd67b94ea64df077abf3729f9ccb9105e4fa9964eabb3307a4f680b
diff --git a/a/1.txt b/N3/1.txt index a42b25f..27630bf 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -71,4 +71,9 @@ to do a fallback... > > Thanks > Boaz -> +> + +_______________________________________________ +xfs mailing list +xfs@oss.sgi.com +http://oss.sgi.com/mailman/listinfo/xfs diff --git a/a/content_digest b/N3/content_digest index b8f79db..42e26ef 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -7,13 +7,12 @@ "To\0Boaz Harrosh <boaz@plexistor.com>" Vishal Verma <vishal.l.verma@intel.com> " linux-nvdimm@lists.01.org\0" - "Cc\0linux-block@vger.kernel.org" + "Cc\0Jens Axboe <axboe@fb.com>" Jan Kara <jack@suse.cz> Matthew Wilcox <matthew@wil.cx> - Dave Chinner <david@fromorbit.com> linux-kernel@vger.kernel.org xfs@oss.sgi.com - Jens Axboe <axboe@fb.com> + linux-block@vger.kernel.org linux-mm@kvack.org Al Viro <viro@zeniv.linux.org.uk> Christoph Hellwig <hch@infradead.org> @@ -95,6 +94,11 @@ "> \n" "> Thanks\n" "> Boaz\n" - > + "> \n" + "\n" + "_______________________________________________\n" + "xfs mailing list\n" + "xfs@oss.sgi.com\n" + http://oss.sgi.com/mailman/listinfo/xfs -27fea17cb798e3fd6d7c39eeea91da5443b3de6c95a3e4f6e49d12cc5959800a +5cedb8adf86162919da975e90394340d233b0b5eddff56d34193cda969f4a39a
diff --git a/a/1.txt b/N4/1.txt index a42b25f..1e57d61 100644 --- a/a/1.txt +++ b/N4/1.txt @@ -52,23 +52,29 @@ Yes O_DIRECT on a DAX mounted file system will now be slower, but - > Can you not make dax_do_io handle media errors? At least for the > parts of the IO that are aligned. > (And your recovery path application above can use only aligned -> IO to make sure) +> A IO to make sure) > > Please look for another solution. Even a special > IOCTL_DAX_CLEAR_ERROR - - see all the versions of this series prior to this one, where we try +A - see all the versions of this series prior to this one, where we try to do a fallback... > > [*"less concurrent" because of the queuing done in bdev. Note how -> pmem is not even multi-queue, and even if it was it will be much -> slower then DAX because of the code depth and all the locks and +> A pmem is not even multi-queue, and even if it was it will be much +> A slower then DAX because of the code depth and all the locks and > task -> switches done in the block layer. In DAX the final memcpy is done +> A switches done in the block layer. In DAX the final memcpy is done > directly -> on the user-mode thread] +> A on the user-mode thread] > > Thanks > Boaz -> +> + +-- +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/N4/content_digest index b8f79db..7e99359 100644 --- a/a/content_digest +++ b/N4/content_digest @@ -76,25 +76,31 @@ "> Can you not make dax_do_io handle media errors? At least for the\n" "> parts of the IO that are aligned.\n" "> (And your recovery path application above can use only aligned\n" - "> \302\240IO to make sure)\n" + "> A IO to make sure)\n" "> \n" "> Please look for another solution. Even a special\n" "> IOCTL_DAX_CLEAR_ERROR\n" "\n" - "\302\240- see all the versions of this series prior to this one, where we try\n" + "A - see all the versions of this series prior to this one, where we try\n" "to do a fallback...\n" "\n" "> \n" "> [*\"less concurrent\" because of the queuing done in bdev. Note how\n" - "> \302\240 pmem is not even multi-queue, and even if it was it will be much\n" - "> \302\240 slower then DAX because of the code depth and all the locks and\n" + "> A pmem is not even multi-queue, and even if it was it will be much\n" + "> A slower then DAX because of the code depth and all the locks and\n" "> task\n" - "> \302\240 switches done in the block layer. In DAX the final memcpy is done\n" + "> A switches done in the block layer. In DAX the final memcpy is done\n" "> directly\n" - "> \302\240 on the user-mode thread]\n" + "> A on the user-mode thread]\n" "> \n" "> Thanks\n" "> Boaz\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>" -27fea17cb798e3fd6d7c39eeea91da5443b3de6c95a3e4f6e49d12cc5959800a +9a08d7752ad5c7d9f3134de757ae8729ccd4db53f19b5828a6bc0bfdc5dbac9a
diff --git a/a/content_digest b/N5/content_digest index b8f79db..a0ec4a7 100644 --- a/a/content_digest +++ b/N5/content_digest @@ -6,10 +6,10 @@ "Date\0Mon, 02 May 2016 09:51:31 -0600\0" "To\0Boaz Harrosh <boaz@plexistor.com>" Vishal Verma <vishal.l.verma@intel.com> - " linux-nvdimm@lists.01.org\0" + " linux-nvdimm@ml01.01.org\0" "Cc\0linux-block@vger.kernel.org" Jan Kara <jack@suse.cz> - Matthew Wilcox <matthew@wil.cx> + Matthew Wilcox <matthew@freeurl.abc188.com> Dave Chinner <david@fromorbit.com> linux-kernel@vger.kernel.org xfs@oss.sgi.com @@ -97,4 +97,4 @@ "> Boaz\n" > -27fea17cb798e3fd6d7c39eeea91da5443b3de6c95a3e4f6e49d12cc5959800a +25c4fa76b5f7f22cac82c75fd5af3cd1cb3433a1d087244d8cdbb30c681ca291
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.