public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* can UBIFS be taken to linux-next?
@ 2008-05-27  6:18 Artem Bityutskiy
  2008-05-28  1:41 ` Stephen Rothwell
  0 siblings, 1 reply; 5+ messages in thread
From: Artem Bityutskiy @ 2008-05-27  6:18 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Linux Kernel Mailing List

Hi Stephen,

we would like to ask for UBIFS mainline inclusion the next merge window.
Of course we cannot say for sure whether Linus will merge it or not,
but it would be helpful to have it in your tree for some time anyway.
UBIFS is already in -mm tree so I assume it should not have too many
build issues.

In case you do agree, here is the URL (for_andrew branch): 

git://git.infradead.org/~dedekind/ubifs-2.6.git for_andrew

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: can UBIFS be taken to linux-next?
  2008-05-27  6:18 can UBIFS be taken to linux-next? Artem Bityutskiy
@ 2008-05-28  1:41 ` Stephen Rothwell
  2008-05-28  2:29   ` Andrew Morton
  2008-05-28  5:14   ` Artem Bityutskiy
  0 siblings, 2 replies; 5+ messages in thread
From: Stephen Rothwell @ 2008-05-28  1:41 UTC (permalink / raw)
  To: Artem.Bityutskiy; +Cc: Linux Kernel Mailing List, Andrew Morton

[-- Attachment #1: Type: text/plain, Size: 851 bytes --]

Hi Artem,

On Tue, 27 May 2008 09:18:07 +0300 Artem Bityutskiy <Artem.Bityutskiy@nokia.com> wrote:
>
> we would like to ask for UBIFS mainline inclusion the next merge window.
> Of course we cannot say for sure whether Linus will merge it or not,
> but it would be helpful to have it in your tree for some time anyway.
> UBIFS is already in -mm tree so I assume it should not have too many
> build issues.

OK, my requirements are that you intend for it to be integrated in the
next merge window, that it be reviewed and that it be unit tested (i.e.
tested as well as you can in isolation).  You seem to have done all that,
so I will add it.

I will put it at the end of the merge today.

Andrew, does that make sense to you?
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: can UBIFS be taken to linux-next?
  2008-05-28  1:41 ` Stephen Rothwell
@ 2008-05-28  2:29   ` Andrew Morton
  2008-05-28  5:03     ` Artem Bityutskiy
  2008-05-28  5:14   ` Artem Bityutskiy
  1 sibling, 1 reply; 5+ messages in thread
From: Andrew Morton @ 2008-05-28  2:29 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Artem.Bityutskiy, Linux Kernel Mailing List

On Wed, 28 May 2008 11:41:12 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:

> Hi Artem,
> 
> On Tue, 27 May 2008 09:18:07 +0300 Artem Bityutskiy <Artem.Bityutskiy@nokia.com> wrote:
> >
> > we would like to ask for UBIFS mainline inclusion the next merge window.
> > Of course we cannot say for sure whether Linus will merge it or not,
> > but it would be helpful to have it in your tree for some time anyway.
> > UBIFS is already in -mm tree so I assume it should not have too many
> > build issues.
> 
> OK, my requirements are that you intend for it to be integrated in the
> next merge window, that it be reviewed and that it be unit tested (i.e.
> tested as well as you can in isolation).  You seem to have done all that,
> so I will add it.
> 
> I will put it at the end of the merge today.
> 
> Andrew, does that make sense to you?

I'm not aware of any issues which would block a 2.6.27 merge.

I haven't reviewed the filesystem myself.  Christoph Hellwig seems to
have had a good go through it and had numerous review comments, but it
is unclear what stage things are at with addressing them?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: can UBIFS be taken to linux-next?
  2008-05-28  2:29   ` Andrew Morton
@ 2008-05-28  5:03     ` Artem Bityutskiy
  0 siblings, 0 replies; 5+ messages in thread
From: Artem Bityutskiy @ 2008-05-28  5:03 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Stephen Rothwell, Artem.Bityutskiy, Linux Kernel Mailing List

Andrew Morton wrote:
> I'm not aware of any issues which would block a 2.6.27 merge.
> 
> I haven't reviewed the filesystem myself.  Christoph Hellwig seems to
> have had a good go through it and had numerous review comments, but it
> is unclear what stage things are at with addressing them?

Indeed Christoph made a good go through and we appreciate this. We have
addressed most of his requests. I'll just cite the latest UBIFS submit
mail (http://marc.info/?l=linux-kernel&m=121180458401234&w=2):

* Requests from Christoph Hellwig's review (may be found here:
  http://marc.info/?l=linux-kernel&m=121093446502796&w=2). Few things
  related to the background thread were not done though. Here are
  explanations why: http://marc.info/?l=linux-kernel&m=121155640026661&w=2
  and http://marc.info/?l=linux-kernel&m=121119680522445&w=2 (see end
  of the mail).
  Also, we have not changed readdir() implementation so far, but just
  put a comment that we cannot support NFS at the moment. However, we
  have an idea how to fix this, but need some comments from the community.
  We'll send a separate mail describing the problem and the possible
  solution shortly. Nevertheless, this should not be a blocker.

We are currently working on "state-less" (in Christoph's terminology)
readdir() implementation. Here is what we are doing:
http://marc.info/?l=linux-kernel&m=121181030711128&w=2

Would be nice to get some comments on 2 possible issues which will
be present in the new implementation.

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: can UBIFS be taken to linux-next?
  2008-05-28  1:41 ` Stephen Rothwell
  2008-05-28  2:29   ` Andrew Morton
@ 2008-05-28  5:14   ` Artem Bityutskiy
  1 sibling, 0 replies; 5+ messages in thread
From: Artem Bityutskiy @ 2008-05-28  5:14 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: Artem.Bityutskiy, Linux Kernel Mailing List, Andrew Morton

Stephen Rothwell wrote:
> OK, my requirements are that you intend for it to be integrated in the
> next merge window,
Yes.

> that it be reviewed 
We have not got too much review, just because there are not so many people
involved into the area. But we have got some review. The best one was
from Christoph Hellwig.

> and that it be unit tested (i.e.
> tested as well as you can in isolation). 
Yes, we do this on regular basis. We have our own tests [1] ans we use
older JFFS2 tests [2]. We also use it in Nokia and we have several users
in the community.

> You seem to have done all that,
> so I will add it.
Thanks.

[1] git://git.infradead.org/~dedekind/ubifs-userspace.git
or  http://git.infradead.org/users/dedekind/ubifs-userspace.git
[2] git://git.infradead.org/mtd-utils.git
or http://git.infradead.org/mtd-utils.git

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-05-28  5:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-27  6:18 can UBIFS be taken to linux-next? Artem Bityutskiy
2008-05-28  1:41 ` Stephen Rothwell
2008-05-28  2:29   ` Andrew Morton
2008-05-28  5:03     ` Artem Bityutskiy
2008-05-28  5:14   ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox