From: "Verma, Vishal L" <vishal.l.verma@intel.com>
To: "jack@suse.cz" <jack@suse.cz>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-block@vger.kernel.org" <linux-block@vger.kernel.org>,
"hch@infradead.org" <hch@infradead.org>,
"xfs@oss.sgi.com" <xfs@oss.sgi.com>,
"jmoyer@redhat.com" <jmoyer@redhat.com>,
"linux-mm@kvack.org" <linux-mm@kvack.org>,
"hch@lst.de" <hch@lst.de>,
"Williams, Dan J" <dan.j.williams@intel.com>,
"axboe@fb.com" <axboe@fb.com>,
"akpm@linux-foundation.org" <akpm@linux-foundation.org>,
"linux-nvdimm@lists.01.org" <linux-nvdimm@lists.01.org>,
"linux-fsdevel@vger.kernel.org" <linux-fsdevel@vger.kernel.org>,
"ross.zwisler@linux.intel.com" <ross.zwisler@linux.intel.com>,
"linux-ext4@vger.kernel.org" <linux-ext4@vger.kernel.org>,
"boaz@plexistor.com" <boaz@plexistor.com>,
"david@fromorbit.com" <david@fromorbit.com>
Subject: Re: [PATCH v7 4/6] dax: export a low-level __dax_zero_page_range helper
Date: Thu, 12 May 2016 17:06:39 +0000 [thread overview]
Message-ID: <1463072787.29294.38.camel@intel.com> (raw)
In-Reply-To: <20160512084138.GC10306@quack2.suse.cz>
T24gVGh1LCAyMDE2LTA1LTEyIGF0IDEwOjQxICswMjAwLCBKYW4gS2FyYSB3cm90ZToNCj4gT24g
V2VkIDExLTA1LTE2IDE1OjA4OjUwLCBWaXNoYWwgVmVybWEgd3JvdGU6DQo+ID4gDQo+ID4gRnJv
bTogQ2hyaXN0b3BoIEhlbGx3aWcgPGhjaEBsc3QuZGU+DQo+ID4gDQo+ID4gVGhpcyBhbGxvd3Mg
WEZTIHRvIHBlcmZvcm0gemVyb2luZyB1c2luZyB0aGUgaW9tYXAgaW5mcmFzdHJ1Y3R1cmUNCj4g
PiBhbmQNCj4gPiBhdm9pZCBidWZmZXIgaGVhZHMuDQo+ID4gDQo+ID4gW3Zpc2hhbDogZml4IGNv
bmZsaWN0cyB3aXRoIGRheC1lcnJvci1oYW5kbGluZ10NCj4gPiBTaWduZWQtb2ZmLWJ5OiBDaHJp
c3RvcGggSGVsbHdpZyA8aGNoQGxzdC5kZT4NCj4gTG9va3MgZ29vZC4gWW91IGNhbiBhZGQ6DQo+
IA0KPiBSZXZpZXdlZC1ieTogSmFuIEthcmEgPGphY2tAc3VzZS5jej4NCj4gDQo+IEJUVzogWW91
IGFyZSBzdXBwb3NlZCB0byBhZGQgeW91ciBTaWduZWQtb2ZmLWJ5IHdoZW4gZm9yd2FyZGluZw0K
PiBwYXRjaGVzDQo+IGxpa2UgdGhpcy4uLg0KDQpBaCBJIGRpZG4ndCBrbm93LiBJJ2xsIGFkZCBp
dCB3aGVuIG1ha2luZyB0aGUgc3RhYmxlIHRvcGljIGJyYW5jaCBmb3INCnRoaXMuIFRoYW5rcyEN
Cg0K
WARNING: multiple messages have this Message-ID (diff)
From: "Verma, Vishal L" <vishal.l.verma@intel.com>
To: "jack@suse.cz" <jack@suse.cz>
Cc: "hch@infradead.org" <hch@infradead.org>,
"akpm@linux-foundation.org" <akpm@linux-foundation.org>,
"linux-nvdimm@lists.01.org" <linux-nvdimm@lists.01.org>,
"axboe@fb.com" <axboe@fb.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"xfs@oss.sgi.com" <xfs@oss.sgi.com>,
"linux-block@vger.kernel.org" <linux-block@vger.kernel.org>,
"linux-mm@kvack.org" <linux-mm@kvack.org>,
"jmoyer@redhat.com" <jmoyer@redhat.com>,
"boaz@plexistor.com" <boaz@plexistor.com>,
"ross.zwisler@linux.intel.com" <ross.zwisler@linux.intel.com>,
"linux-fsdevel@vger.kernel.org" <linux-fsdevel@vger.kernel.org>,
"Williams, Dan J" <dan.j.williams@intel.com>,
"linux-ext4@vger.kernel.org" <linux-ext4@vger.kernel.org>,
"hch@lst.de" <hch@lst.de>
Subject: Re: [PATCH v7 4/6] dax: export a low-level __dax_zero_page_range helper
Date: Thu, 12 May 2016 17:06:39 +0000 [thread overview]
Message-ID: <1463072787.29294.38.camel@intel.com> (raw)
In-Reply-To: <20160512084138.GC10306@quack2.suse.cz>
On Thu, 2016-05-12 at 10:41 +0200, Jan Kara wrote:
> On Wed 11-05-16 15:08:50, Vishal Verma wrote:
> >
> > From: Christoph Hellwig <hch@lst.de>
> >
> > This allows XFS to perform zeroing using the iomap infrastructure
> > and
> > avoid buffer heads.
> >
> > [vishal: fix conflicts with dax-error-handling]
> > Signed-off-by: Christoph Hellwig <hch@lst.de>
> Looks good. You can add:
>
> Reviewed-by: Jan Kara <jack@suse.cz>
>
> BTW: You are supposed to add your Signed-off-by when forwarding
> patches
> like this...
Ah I didn't know. I'll add it when making the stable topic branch for
this. Thanks!
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
WARNING: multiple messages have this Message-ID (diff)
From: "Verma, Vishal L" <vishal.l.verma@intel.com>
To: "jack@suse.cz" <jack@suse.cz>
Cc: "hch@infradead.org" <hch@infradead.org>,
"akpm@linux-foundation.org" <akpm@linux-foundation.org>,
"linux-nvdimm@lists.01.org" <linux-nvdimm@lists.01.org>,
"axboe@fb.com" <axboe@fb.com>,
"david@fromorbit.com" <david@fromorbit.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"xfs@oss.sgi.com" <xfs@oss.sgi.com>,
"linux-block@vger.kernel.org" <linux-block@vger.kernel.org>,
"linux-mm@kvack.org" <linux-mm@kvack.org>,
"linux-fsdevel@vger.kernel.org" <linux-fsdevel@vger.kernel.org>,
"linux-ext4@vger.kernel.org" <linux-ext4@vger.kernel.org>,
"hch@lst.de" <hch@lst.de>
Subject: Re: [PATCH v7 4/6] dax: export a low-level __dax_zero_page_range helper
Date: Thu, 12 May 2016 17:06:39 +0000 [thread overview]
Message-ID: <1463072787.29294.38.camel@intel.com> (raw)
In-Reply-To: <20160512084138.GC10306@quack2.suse.cz>
On Thu, 2016-05-12 at 10:41 +0200, Jan Kara wrote:
> On Wed 11-05-16 15:08:50, Vishal Verma wrote:
> >
> > From: Christoph Hellwig <hch@lst.de>
> >
> > This allows XFS to perform zeroing using the iomap infrastructure
> > and
> > avoid buffer heads.
> >
> > [vishal: fix conflicts with dax-error-handling]
> > Signed-off-by: Christoph Hellwig <hch@lst.de>
> Looks good. You can add:
>
> Reviewed-by: Jan Kara <jack@suse.cz>
>
> BTW: You are supposed to add your Signed-off-by when forwarding
> patches
> like this...
Ah I didn't know. I'll add it when making the stable topic branch for
this. Thanks!
_______________________________________________
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: "Verma, Vishal L" <vishal.l.verma@intel.com>
To: "jack@suse.cz" <jack@suse.cz>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-block@vger.kernel.org" <linux-block@vger.kernel.org>,
"hch@infradead.org" <hch@infradead.org>,
"xfs@oss.sgi.com" <xfs@oss.sgi.com>,
"jmoyer@redhat.com" <jmoyer@redhat.com>,
"linux-mm@kvack.org" <linux-mm@kvack.org>,
"hch@lst.de" <hch@lst.de>,
"Williams, Dan J" <dan.j.williams@intel.com>,
"axboe@fb.com" <axboe@fb.com>,
"akpm@linux-foundation.org" <akpm@linux-foundation.org>,
"linux-nvdimm@lists.01.org" <linux-nvdimm@lists.01.org>,
"linux-fsdevel@vger.kernel.org" <linux-fsdevel@vger.kernel.org>,
"ross.zwisler@linux.intel.com" <ross.zwisler@linux.intel.com>,
"linux-ext4@vger.kernel.org" <linux-ext4@vger.kernel.org>,
"boaz@plexistor.com" <boaz@plexistor.com>,
"david@fromorbit.com" <david@fromorbit.com>
Subject: Re: [PATCH v7 4/6] dax: export a low-level __dax_zero_page_range helper
Date: Thu, 12 May 2016 17:06:39 +0000 [thread overview]
Message-ID: <1463072787.29294.38.camel@intel.com> (raw)
In-Reply-To: <20160512084138.GC10306@quack2.suse.cz>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 729 bytes --]
On Thu, 2016-05-12 at 10:41 +0200, Jan Kara wrote:
> On Wed 11-05-16 15:08:50, Vishal Verma wrote:
> >
> > From: Christoph Hellwig <hch@lst.de>
> >
> > This allows XFS to perform zeroing using the iomap infrastructure
> > and
> > avoid buffer heads.
> >
> > [vishal: fix conflicts with dax-error-handling]
> > Signed-off-by: Christoph Hellwig <hch@lst.de>
> Looks good. You can add:
>
> Reviewed-by: Jan Kara <jack@suse.cz>
>
> BTW: You are supposed to add your Signed-off-by when forwarding
> patches
> like this...
Ah I didn't know. I'll add it when making the stable topic branch for
this. Thanks!
N§²æìr¸zǧu©²Æ {\béì¹»\x1c®&Þ)îÆi¢Ø^nr¶Ý¢j$½§$¢¸\x05¢¹¨è§~'.)îÄÃ,yèm¶ÿÃ\f%{±j+ðèצj)Z·
WARNING: multiple messages have this Message-ID (diff)
From: "Verma, Vishal L" <vishal.l.verma@intel.com>
To: "jack@suse.cz" <jack@suse.cz>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-block@vger.kernel.org" <linux-block@vger.kernel.org>,
"hch@infradead.org" <hch@infradead.org>,
"xfs@oss.sgi.com" <xfs@oss.sgi.com>,
"jmoyer@redhat.com" <jmoyer@redhat.com>,
"linux-mm@kvack.org" <linux-mm@kvack.org>,
"hch@lst.de" <hch@lst.de>,
"Williams, Dan J" <dan.j.williams@intel.com>,
"axboe@fb.com" <axboe@fb.com>,
"akpm@linux-foundation.org" <akpm@linux-foundation.org>,
"linux-nvdimm@lists.01.org" <linux-nvdimm@ml01.01.org>,
"linux-fsdevel@vger.kernel.org" <linux-fsdevel@vger.kernel.org>,
"ross.zwisler@linux.intel.com" <ross.zwisler@linux.intel.com>,
"linux-ext4@vger.kernel.org" <linux-ext4@vger.kernel.org>,
"boaz@plexistor.com" <boaz@plexistor.com>,
"david@fromorbit.com" <david@fromorbit.com>
Subject: Re: [PATCH v7 4/6] dax: export a low-level __dax_zero_page_range helper
Date: Thu, 12 May 2016 17:06:39 +0000 [thread overview]
Message-ID: <1463072787.29294.38.camel@intel.com> (raw)
In-Reply-To: <20160512084138.GC10306@quack2.suse.cz>
On Thu, 2016-05-12 at 10:41 +0200, Jan Kara wrote:
> On Wed 11-05-16 15:08:50, Vishal Verma wrote:
> >
> > From: Christoph Hellwig <hch@lst.de>
> >
> > This allows XFS to perform zeroing using the iomap infrastructure
> > and
> > avoid buffer heads.
> >
> > [vishal: fix conflicts with dax-error-handling]
> > Signed-off-by: Christoph Hellwig <hch@lst.de>
> Looks good. You can add:
>
> Reviewed-by: Jan Kara <jack@suse.cz>
>
> BTW: You are supposed to add your Signed-off-by when forwarding
> patches
> like this...
Ah I didn't know. I'll add it when making the stable topic branch for
this. Thanks!
next prev parent reply other threads:[~2016-05-12 17:06 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-11 21:08 [PATCH v7 0/6] dax: handling media errors (clear-on-zero only) Vishal Verma
2016-05-11 21:08 ` Vishal Verma
2016-05-11 21:08 ` Vishal Verma
2016-05-11 21:08 ` Vishal Verma
2016-05-11 21:08 ` [PATCH v7 1/6] dax: fallback from pmd to pte on error Vishal Verma
2016-05-11 21:08 ` Vishal Verma
2016-05-11 21:08 ` Vishal Verma
2016-05-11 21:08 ` Vishal Verma
2016-05-11 21:08 ` [PATCH v7 2/6] dax: enable dax in the presence of known media errors (badblocks) Vishal Verma
2016-05-11 21:08 ` Vishal Verma
2016-05-11 21:08 ` Vishal Verma
2016-05-11 21:08 ` Vishal Verma
2016-05-11 21:08 ` [PATCH v7 3/6] dax: use sb_issue_zerout instead of calling dax_clear_sectors Vishal Verma
2016-05-11 21:08 ` Vishal Verma
2016-05-11 21:08 ` Vishal Verma
2016-05-11 21:08 ` Vishal Verma
2016-05-11 21:08 ` [PATCH v7 4/6] dax: export a low-level __dax_zero_page_range helper Vishal Verma
2016-05-11 21:08 ` Vishal Verma
2016-05-11 21:08 ` Vishal Verma
2016-05-11 21:08 ` Vishal Verma
2016-05-12 8:41 ` Jan Kara
2016-05-12 8:41 ` Jan Kara
2016-05-12 8:41 ` Jan Kara
2016-05-12 8:41 ` Jan Kara
2016-05-12 8:41 ` Jan Kara
2016-05-12 17:06 ` Verma, Vishal L [this message]
2016-05-12 17:06 ` Verma, Vishal L
2016-05-12 17:06 ` Verma, Vishal L
2016-05-12 17:06 ` Verma, Vishal L
2016-05-12 17:06 ` Verma, Vishal L
2016-05-11 21:08 ` [PATCH v7 5/6] dax: for truncate/hole-punch, do zeroing through the driver if possible Vishal Verma
2016-05-11 21:08 ` Vishal Verma
2016-05-11 21:08 ` Vishal Verma
2016-05-11 21:08 ` Vishal Verma
2016-05-12 8:38 ` Jan Kara
2016-05-12 8:38 ` Jan Kara
2016-05-12 8:38 ` Jan Kara
2016-05-12 8:38 ` Jan Kara
2016-05-12 8:38 ` Jan Kara
2016-05-11 21:08 ` [PATCH v7 6/6] dax: fix a comment in dax_zero_page_range and dax_truncate_page Vishal Verma
2016-05-11 21:08 ` Vishal Verma
2016-05-11 21:08 ` Vishal Verma
2016-05-11 21:08 ` Vishal Verma
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=1463072787.29294.38.camel@intel.com \
--to=vishal.l.verma@intel.com \
--cc=akpm@linux-foundation.org \
--cc=axboe@fb.com \
--cc=boaz@plexistor.com \
--cc=dan.j.williams@intel.com \
--cc=david@fromorbit.com \
--cc=hch@infradead.org \
--cc=hch@lst.de \
--cc=jack@suse.cz \
--cc=jmoyer@redhat.com \
--cc=linux-block@vger.kernel.org \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-nvdimm@lists.01.org \
--cc=ross.zwisler@linux.intel.com \
--cc=xfs@oss.sgi.com \
/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.