public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: "Artem B. Bityutskiy" <dedekind@yandex.ru>
To: "hinko.kocevar@cetrtapot.si" <hinko.kocevar@cetrtapot.si>
Cc: Linux MTD <linux-mtd@lists.infradead.org>
Subject: Re: fragtree method?
Date: Mon, 26 Sep 2005 12:43:07 +0400	[thread overview]
Message-ID: <4337B49B.4000904@yandex.ru> (raw)
In-Reply-To: <4337B241.3090300@cetrtapot.si>

hinko.kocevar@cetrtapot.si wrote:
> Artem B. Bityutskiy wrote:
> Thank you for prompt answer. We were aware of the slow-mount-feature of 
> JFFS2 but your explaination cleared some stuff for us though.
Note, you should enable EBS (eraseblock summary) to mount faster. My 
patch speeds up the checker.

Well, to be more understandable, JFFS2 mount consists of 2 phases:
1. Scan
2. Checking

During the first phase JFFS2 FS is unaccessable. During the second 
phase, it may be read, but writers are blocked until the checking is 
done (checking works in context of the GC tread and only - once just 
after mount). The main "show-stopping" phase is the scanning. EBS 
improves scanning - enable it. My patch improves the second phase and it 
will work by itself as it is already committed.

-- 
Best Regards,
Artem B. Bityuckiy,
St.-Petersburg, Russia.

      reply	other threads:[~2005-09-26  8:43 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-26  7:40 fragtree method? hinko.kocevar
2005-09-26  8:16 ` Artem B. Bityutskiy
2005-09-26  8:33   ` hinko.kocevar
2005-09-26  8:43     ` Artem B. Bityutskiy [this message]

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=4337B49B.4000904@yandex.ru \
    --to=dedekind@yandex.ru \
    --cc=hinko.kocevar@cetrtapot.si \
    --cc=linux-mtd@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox