* [U-Boot] F2FS support
@ 2018-11-28 13:57 Gerasimov, Anton
2018-11-28 15:10 ` Marek Vasut
0 siblings, 1 reply; 8+ messages in thread
From: Gerasimov, Anton @ 2018-11-28 13:57 UTC (permalink / raw)
To: u-boot
Greetings,
Is anyone aware of any work in progress to support F2FS in U-Boot.
Search engines somehow don't give me anything relevant.
Thanks!
Best regards,
Anton Gerasimov
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] F2FS support
2018-11-28 13:57 [U-Boot] F2FS support Gerasimov, Anton
@ 2018-11-28 15:10 ` Marek Vasut
2018-11-28 15:24 ` Lukasz Majewski
0 siblings, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2018-11-28 15:10 UTC (permalink / raw)
To: u-boot
On 11/28/2018 02:57 PM, Gerasimov, Anton wrote:
> Greetings,
>
> Is anyone aware of any work in progress to support F2FS in U-Boot.
> Search engines somehow don't give me anything relevant.
None that I'm aware of . Is F2FS worth supporting , compared to eg.
btrfs, which is used on eMMC by eg. jolla ?
--
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] F2FS support
2018-11-28 15:10 ` Marek Vasut
@ 2018-11-28 15:24 ` Lukasz Majewski
2018-11-28 17:41 ` Gerasimov, Anton
0 siblings, 1 reply; 8+ messages in thread
From: Lukasz Majewski @ 2018-11-28 15:24 UTC (permalink / raw)
To: u-boot
Hi,
> On 11/28/2018 02:57 PM, Gerasimov, Anton wrote:
> > Greetings,
> >
> > Is anyone aware of any work in progress to support F2FS in U-Boot.
> > Search engines somehow don't give me anything relevant.
>
> None that I'm aware of .
I'm also not aware of any ongoing support work for F2FS.
You may want to look into some Samsung "open source" repositories, as
this FS origins from there.
> Is F2FS worth supporting ,
Good question - I did not heard from anybody about such need.
IMHO it takes around 10years to make FS mature and production ready.
> compared to eg.
> btrfs, which is used on eMMC by eg. jolla ?
>
Best regards,
Lukasz Majewski
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181128/255047f7/attachment.sig>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] F2FS support
2018-11-28 15:24 ` Lukasz Majewski
@ 2018-11-28 17:41 ` Gerasimov, Anton
2018-11-28 17:56 ` Marek Vasut
2018-11-29 15:51 ` Wolfgang Denk
0 siblings, 2 replies; 8+ messages in thread
From: Gerasimov, Anton @ 2018-11-28 17:41 UTC (permalink / raw)
To: u-boot
Hi Lukasz, hi Marek,
thank you for your feedbacks. I'm looking for a solution to improve the
resilience of our system against a sudden power loss under extensive
write load. Some tests [1] show that F2FS might be more robust than
ext4, so I wanted to give it a try. Not sure if it is really worth it,
there are opposite opinions as well.
Best,
Anton
[1]
https://elinux.org/images/0/02/Filesystem_Considerations_for_Embedded_Devices.pdf
On 11/28/18 4:24 PM, Lukasz Majewski wrote:
> Hi,
>
>> On 11/28/2018 02:57 PM, Gerasimov, Anton wrote:
>>> Greetings,
>>>
>>> Is anyone aware of any work in progress to support F2FS in U-Boot.
>>> Search engines somehow don't give me anything relevant.
>> None that I'm aware of .
> I'm also not aware of any ongoing support work for F2FS.
>
> You may want to look into some Samsung "open source" repositories, as
> this FS origins from there.
>
>> Is F2FS worth supporting ,
> Good question - I did not heard from anybody about such need.
>
> IMHO it takes around 10years to make FS mature and production ready.
>
>> compared to eg.
>> btrfs, which is used on eMMC by eg. jolla ?
>>
>
>
>
> Best regards,
>
> Lukasz Majewski
>
> --
>
> DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de
--
ATS Advanced Telematic Systems was acquired by HERE Technologies
Anton Gerasimov
Software Engineer
HERE Technologies
Kantstrasse 162, 10623 Berlin, Germany
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] F2FS support
2018-11-28 17:41 ` Gerasimov, Anton
@ 2018-11-28 17:56 ` Marek Vasut
2018-11-29 10:50 ` Gerasimov, Anton
2018-11-29 15:51 ` Wolfgang Denk
1 sibling, 1 reply; 8+ messages in thread
From: Marek Vasut @ 2018-11-28 17:56 UTC (permalink / raw)
To: u-boot
On 11/28/2018 06:41 PM, Gerasimov, Anton wrote:
> Hi Lukasz, hi Marek,
>
> thank you for your feedbacks. I'm looking for a solution to improve the
> resilience of our system against a sudden power loss under extensive
> write load. Some tests [1] show that F2FS might be more robust than
> ext4, so I wanted to give it a try. Not sure if it is really worth it,
> there are opposite opinions as well.
Would btrfs work ?
btw please stop top-posting.
--
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] F2FS support
2018-11-28 17:56 ` Marek Vasut
@ 2018-11-29 10:50 ` Gerasimov, Anton
2018-11-29 12:17 ` Marek Vasut
0 siblings, 1 reply; 8+ messages in thread
From: Gerasimov, Anton @ 2018-11-29 10:50 UTC (permalink / raw)
To: u-boot
> Would btrfs work ?
BTRFS hasn't been too stable for me even on a desktop, so I didn't
consider that yet. But probably I will test it as well just to be objective.
Thanks,
Anton
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] F2FS support
2018-11-29 10:50 ` Gerasimov, Anton
@ 2018-11-29 12:17 ` Marek Vasut
0 siblings, 0 replies; 8+ messages in thread
From: Marek Vasut @ 2018-11-29 12:17 UTC (permalink / raw)
To: u-boot
On 11/29/2018 11:50 AM, Gerasimov, Anton wrote:
>> Would btrfs work ?
>
> BTRFS hasn't been too stable for me even on a desktop, so I didn't
> consider that yet. But probably I will test it as well just to be objective.
It really depends on what features you use with btrfs. Some things can
be really problematic, see the btrfs wiki.
--
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] F2FS support
2018-11-28 17:41 ` Gerasimov, Anton
2018-11-28 17:56 ` Marek Vasut
@ 2018-11-29 15:51 ` Wolfgang Denk
1 sibling, 0 replies; 8+ messages in thread
From: Wolfgang Denk @ 2018-11-29 15:51 UTC (permalink / raw)
To: u-boot
Dear Anton,
In message <048c0c9d-5c6e-79fc-27a5-23584c7a4712@here.com> you wrote:
>
> thank you for your feedbacks. I'm looking for a solution to improve the
> resilience of our system against a sudden power loss under extensive
> write load. Some tests [1] show that F2FS might be more robust than
> ext4, so I wanted to give it a try. Not sure if it is really worth it,
> there are opposite opinions as well.
Which sort of storage device are you using? I think results may
differ (a lot) even when doing the same thing on different storage
types. Also, there is often a huge differnce between consumer (or
no-name) and industrial (or quality branded) products... Even
within the same technology CompactFlash (who can remember that?),
SDCard and eMMC all use flash based storage, but they behave very
differently.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
If you're not part of the solution, you're part of the problem.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2018-11-29 15:51 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-28 13:57 [U-Boot] F2FS support Gerasimov, Anton
2018-11-28 15:10 ` Marek Vasut
2018-11-28 15:24 ` Lukasz Majewski
2018-11-28 17:41 ` Gerasimov, Anton
2018-11-28 17:56 ` Marek Vasut
2018-11-29 10:50 ` Gerasimov, Anton
2018-11-29 12:17 ` Marek Vasut
2018-11-29 15:51 ` Wolfgang Denk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.