public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* Using UBIFS as an FTL
@ 2014-07-25 18:21 Daniel Ehrenberg
  2014-07-25 23:41 ` hujianyang
  2014-07-28 16:54 ` Artem Bityutskiy
  0 siblings, 2 replies; 10+ messages in thread
From: Daniel Ehrenberg @ 2014-07-25 18:21 UTC (permalink / raw)
  To: linux-mtd@lists.infradead.org, artem.bityutskiy

Hi Artem, others,

For my project, I'm looking into using ext4 on top of NAND flash, in
order to use some fancy ext4 features. For this, I need an FTL in the
middle. I'm wondering which would be good to use. Options that I've
looked at are:
- ubiblock--the read-modify-write sounds unacceptable to me, even if
wear leveling and atomicity are handled.
- Some coworkers have suggested a new effort to build a new block
device, but that that's a huge project and takes a long time to get
right.
- loopback-mounting a file on ubifs--From skimming the code, it looks
to me like ubifs uses some nice datastructures to handle writes within
a file without doing read-modify-writes all the time as ubiblock
forces. ubifs authors/maintainers, do you see any downside to using
ubifs this way?

Thanks,
Dan

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

end of thread, other threads:[~2014-07-29 16:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-25 18:21 Using UBIFS as an FTL Daniel Ehrenberg
2014-07-25 23:41 ` hujianyang
2014-07-27  7:20   ` Richard Weinberger
2014-07-28  2:49     ` hujianyang
2014-07-28  3:06     ` Ezequiel Garcia
2014-07-28  6:56       ` Richard Weinberger
2014-07-28 16:54 ` Artem Bityutskiy
2014-07-28 17:47   ` Daniel Ehrenberg
2014-07-29  7:16     ` Artem Bityutskiy
2014-07-29 16:45       ` Daniel Ehrenberg

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