Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1362196 > unrolled thread
| Started by | Mark Fasheh <mfasheh@suse.de> |
|---|---|
| First post | 2016-03-22 00:00 +0100 |
| Last post | 2016-03-22 03:20 +0100 |
| Articles | 5 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v4 2/5] ocfs2: sysfile interfaces for online file check Mark Fasheh <mfasheh@suse.de> - 2016-03-22 00:00 +0100
Re: [PATCH v4 2/5] ocfs2: sysfile interfaces for online file check Andrew Morton <akpm@linux-foundation.org> - 2016-03-22 00:10 +0100
Re: [Ocfs2-devel] [PATCH v4 2/5] ocfs2: sysfile interfaces for online file check Mark Fasheh <mfasheh@suse.de> - 2016-03-22 00:40 +0100
Re: [Ocfs2-devel] [PATCH v4 2/5] ocfs2: sysfile interfaces for online file check Andrew Morton <akpm@linux-foundation.org> - 2016-03-22 02:10 +0100
Re: [Ocfs2-devel] [PATCH v4 2/5] ocfs2: sysfile interfaces for online file check "Gang He" <ghe@suse.com> - 2016-03-22 03:20 +0100
| From | Mark Fasheh <mfasheh@suse.de> |
|---|---|
| Date | 2016-03-22 00:00 +0100 |
| Subject | Re: [PATCH v4 2/5] ocfs2: sysfile interfaces for online file check |
| Message-ID | <rfgXM-3Lu-3@gated-at.bofh.it> |
On Mon, Feb 29, 2016 at 01:17:59PM +0800, Gang He wrote: > Implement online file check sysfile interfaces, e.g. > how to create the related sysfile according to device name, > how to display/handle file check request from the sysfile. > > Signed-off-by: Gang He <ghe@suse.com> Reviewed-by: Mark Fasheh <mfasheh@suse.de> -- Mark Fasheh
[toc] | [next] | [standalone]
| From | Andrew Morton <akpm@linux-foundation.org> |
|---|---|
| Date | 2016-03-22 00:10 +0100 |
| Message-ID | <rfh7s-45t-17@gated-at.bofh.it> |
| In reply to | #1362196 |
On Mon, 21 Mar 2016 15:57:23 -0700 Mark Fasheh <mfasheh@suse.de> wrote: > On Mon, Feb 29, 2016 at 01:17:59PM +0800, Gang He wrote: > > Implement online file check sysfile interfaces, e.g. > > how to create the related sysfile according to device name, > > how to display/handle file check request from the sysfile. > > > > Signed-off-by: Gang He <ghe@suse.com> > Reviewed-by: Mark Fasheh <mfasheh@suse.de> Thanks. So all of ocfs2-export-ocfs2_kset-for-online-file-check.patch ocfs2-sysfile-interfaces-for-online-file-check.patch ocfs2-sysfile-interfaces-for-online-file-check-v4.patch ocfs2-create-remove-sysfile-for-online-file-check.patch ocfs2-check-fix-inode-block-for-online-file-check.patch ocfs2-check-fix-inode-block-for-online-file-check-v4.patch ocfs2-add-feature-document-for-online-file-check.patch have your reviewed-by. I'll send them on to Linus.
[toc] | [prev] | [next] | [standalone]
| From | Mark Fasheh <mfasheh@suse.de> |
|---|---|
| Date | 2016-03-22 00:40 +0100 |
| Subject | Re: [Ocfs2-devel] [PATCH v4 2/5] ocfs2: sysfile interfaces for online file check |
| Message-ID | <rfhAu-4hg-15@gated-at.bofh.it> |
| In reply to | #1362205 |
On Mon, Mar 21, 2016 at 04:05:47PM -0700, Andrew Morton wrote: > On Mon, 21 Mar 2016 15:57:23 -0700 Mark Fasheh <mfasheh@suse.de> wrote: > > > On Mon, Feb 29, 2016 at 01:17:59PM +0800, Gang He wrote: > > > Implement online file check sysfile interfaces, e.g. > > > how to create the related sysfile according to device name, > > > how to display/handle file check request from the sysfile. > > > > > > Signed-off-by: Gang He <ghe@suse.com> > > Reviewed-by: Mark Fasheh <mfasheh@suse.de> > > Thanks. So all of > > ocfs2-export-ocfs2_kset-for-online-file-check.patch > ocfs2-sysfile-interfaces-for-online-file-check.patch > ocfs2-sysfile-interfaces-for-online-file-check-v4.patch > ocfs2-create-remove-sysfile-for-online-file-check.patch > ocfs2-check-fix-inode-block-for-online-file-check.patch > ocfs2-check-fix-inode-block-for-online-file-check-v4.patch > ocfs2-add-feature-document-for-online-file-check.patch > > have your reviewed-by. I'll send them on to Linus. I'm curious, are the '-V4' patches built on top of the non '-V4' versions? Otherwise though this generally sounds good to me - I have reviewed the entire online fsck patch series. --Mark -- Mark Fasheh
[toc] | [prev] | [next] | [standalone]
| From | Andrew Morton <akpm@linux-foundation.org> |
|---|---|
| Date | 2016-03-22 02:10 +0100 |
| Subject | Re: [Ocfs2-devel] [PATCH v4 2/5] ocfs2: sysfile interfaces for online file check |
| Message-ID | <rfiZz-5r7-7@gated-at.bofh.it> |
| In reply to | #1362216 |
On Mon, 21 Mar 2016 16:38:02 -0700 Mark Fasheh <mfasheh@suse.de> wrote: > On Mon, Mar 21, 2016 at 04:05:47PM -0700, Andrew Morton wrote: > > On Mon, 21 Mar 2016 15:57:23 -0700 Mark Fasheh <mfasheh@suse.de> wrote: > > > > > On Mon, Feb 29, 2016 at 01:17:59PM +0800, Gang He wrote: > > > > Implement online file check sysfile interfaces, e.g. > > > > how to create the related sysfile according to device name, > > > > how to display/handle file check request from the sysfile. > > > > > > > > Signed-off-by: Gang He <ghe@suse.com> > > > Reviewed-by: Mark Fasheh <mfasheh@suse.de> > > > > Thanks. So all of > > > > ocfs2-export-ocfs2_kset-for-online-file-check.patch > > ocfs2-sysfile-interfaces-for-online-file-check.patch > > ocfs2-sysfile-interfaces-for-online-file-check-v4.patch > > ocfs2-create-remove-sysfile-for-online-file-check.patch > > ocfs2-check-fix-inode-block-for-online-file-check.patch > > ocfs2-check-fix-inode-block-for-online-file-check-v4.patch > > ocfs2-add-feature-document-for-online-file-check.patch > > > > have your reviewed-by. I'll send them on to Linus. > > I'm curious, are the '-V4' patches built on top of the non '-V4' versions? yes, the -v4 patches bring the base patch from whatever-version-i-originally-merged up to v4. > Otherwise though this generally sounds good to me - I have reviewed the > entire online fsck patch series. Cool.
[toc] | [prev] | [next] | [standalone]
| From | "Gang He" <ghe@suse.com> |
|---|---|
| Date | 2016-03-22 03:20 +0100 |
| Subject | Re: [Ocfs2-devel] [PATCH v4 2/5] ocfs2: sysfile interfaces for online file check |
| Message-ID | <rfk5k-6bs-17@gated-at.bofh.it> |
| In reply to | #1362255 |
Hello Mark and Andrew, Thank for taking the time in reviewing the patches, move the thing forward. Thanks Gang >>> > On Mon, 21 Mar 2016 16:38:02 -0700 Mark Fasheh <mfasheh@suse.de> wrote: > >> On Mon, Mar 21, 2016 at 04:05:47PM -0700, Andrew Morton wrote: >> > On Mon, 21 Mar 2016 15:57:23 -0700 Mark Fasheh <mfasheh@suse.de> wrote: >> > >> > > On Mon, Feb 29, 2016 at 01:17:59PM +0800, Gang He wrote: >> > > > Implement online file check sysfile interfaces, e.g. >> > > > how to create the related sysfile according to device name, >> > > > how to display/handle file check request from the sysfile. >> > > > >> > > > Signed-off-by: Gang He <ghe@suse.com> >> > > Reviewed-by: Mark Fasheh <mfasheh@suse.de> >> > >> > Thanks. So all of >> > >> > ocfs2-export-ocfs2_kset-for-online-file-check.patch >> > ocfs2-sysfile-interfaces-for-online-file-check.patch >> > ocfs2-sysfile-interfaces-for-online-file-check-v4.patch >> > ocfs2-create-remove-sysfile-for-online-file-check.patch >> > ocfs2-check-fix-inode-block-for-online-file-check.patch >> > ocfs2-check-fix-inode-block-for-online-file-check-v4.patch >> > ocfs2-add-feature-document-for-online-file-check.patch >> > >> > have your reviewed-by. I'll send them on to Linus. >> >> I'm curious, are the '-V4' patches built on top of the non '-V4' versions? > > yes, the -v4 patches bring the base patch from > whatever-version-i-originally-merged up to v4. > >> Otherwise though this generally sounds good to me - I have reviewed the >> entire online fsck patch series. > > Cool. > > _______________________________________________ > Ocfs2-devel mailing list > Ocfs2-devel@oss.oracle.com > https://oss.oracle.com/mailman/listinfo/ocfs2-devel
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web