* CELF Project proposal: UBIFS mount-time speedups
@ 2009-12-15 1:56 Tim Bird
2009-12-20 5:46 ` Kyungmin Park
0 siblings, 1 reply; 3+ messages in thread
From: Tim Bird @ 2009-12-15 1:56 UTC (permalink / raw)
To: CE Linux Developers List, linux-embedded
Summary: Improve UBIFS mounting time
Proposer: Tim Bird
Description:
UBIFS is a next-generation flash-based file system for Linux.
It is a read/write file system, which supports compression
and has good performance. However, it's mount times are not
very good. This affects overall Linux boot time, for a UBIFS-based
embedded system.
The purpose of this project would be to investigate mount performance
issues, and try to resolve them. One suggestion is to keep the
bad block table on flash, instead of re-scanning it on every boot.
It is not known if algorithms to do this are covered by existing
flash management patents.
Related work:
* UBIFS
** http://en.wikipedia.org/wiki/UBIFS
** http://lwn.net/Articles/276025/
* UBI2
** see portions of http://www.mjmwired.net/kernel/Documentation/filesystems/ubifs.txt
* Mount times
** http://osl.sed.hu/wiki/ubifs/index.php/Mount_results
** http://elinux.org/images/f/f8/CELFJamboree30-UBIFS_update.pdf
Scope: This project might take about 4 months
Notes:
Toshiba may already be working on this project.
=============================
Tim Bird
Architecture Group Chair, CE Linux Forum
Senior Staff Engineer, Sony Corporation of America
=============================
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: CELF Project proposal: UBIFS mount-time speedups
2009-12-15 1:56 CELF Project proposal: UBIFS mount-time speedups Tim Bird
@ 2009-12-20 5:46 ` Kyungmin Park
2009-12-22 1:40 ` Tim Bird
0 siblings, 1 reply; 3+ messages in thread
From: Kyungmin Park @ 2009-12-20 5:46 UTC (permalink / raw)
To: CE Linux Developers List, linux-embedded; +Cc: Tim Bird
Summary: UBI block mapping on flash (UBI2 requirement)
Proposer: Kyungmin Park
Description: UBI scans all physical block at boot time. and maintain it at RAM.
Usually this scan time takes almost 2 or more seconds. To reduce the this time
UBI maintain block mapping information on flash and use it at next boot time.
Also it have to support or provide rescan mechanism at runtime to use
single image into another flash
* UBI2
** see portions of
http://www.mjmwired.net/kernel/Documentation/filesystems/ubifs.txt
Scope: This project might take about 2 months.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: CELF Project proposal: UBIFS mount-time speedups
2009-12-20 5:46 ` Kyungmin Park
@ 2009-12-22 1:40 ` Tim Bird
0 siblings, 0 replies; 3+ messages in thread
From: Tim Bird @ 2009-12-22 1:40 UTC (permalink / raw)
To: Kyungmin Park; +Cc: CE Linux Developers List, linux-embedded, Bird, Tim
Kyungmin Park wrote:
> Summary: UBI block mapping on flash (UBI2 requirement)
This looks like a subset of the project described at:
http://elinux.org/CELF_Project_Proposal/UBIFS_mount_time_speedups
I've added your description as a comment in that proposal.
Thanks!
-- Tim
=============================
Tim Bird
Architecture Group Chair, CE Linux Forum
Senior Staff Engineer, Sony Corporation of America
=============================
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-12-22 1:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-15 1:56 CELF Project proposal: UBIFS mount-time speedups Tim Bird
2009-12-20 5:46 ` Kyungmin Park
2009-12-22 1:40 ` Tim Bird
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).