Re: [f2fs-dev] [SPAM] Congratulations you won $640,000!!!!

2022-09-19 Thread Daniel Santos
Awesome!  Now we can afford to develop that new additive, background compression optimization with the shared dictionary objects! On 9/19/22 09:39, Christine Weir wrote: > Make use of this $640,000 donation offer from me to you. Email me for more > details: > > I anticipate your earliest response

[f2fs-dev] Write in-place w/o erase? (f2fs on microSD)

2020-11-17 Thread Daniel Santos
Hello! I'm designing an embedded program that has to log messages on a microSD card -- so I presume a simple FTL.  I'm wondering if I can initialize an erase erase_size portion of a file with 0xff and then make multiple writes that only clear bits, and get in-place writes (w/o an erase) instead of