If your workload consists of often deleting big files, you should check the benchmarks and pick a FS more designed for that. Not to mention tune it for it.
The default FS is more tuned to small files and the usual day-to-day work.
(JFS and XFS are the usual recommendations for handling big files, but do benchmark.)
Exactly. For those asking why we need YAFS (Yet another file system), this filesystem is highly tuned to the nuances of NAND flash (think Smartphone or Tablet FS). In addition to extending life, it is tuned/optimized to deliver consistent performance on NAND flash filesystems that are in widespread use today. Linux really has been lacking a filesystem tuned to the specifics of NAND flash, and this fills the gap. Thanks Samsung!
just what android needs. a new filesystem for those cheap flash storage inside the phones and tablets, some of them aren't even extendable. SSD is a very different case since the controller chip itself have a mechanism to *minimize* wear and tear, thus needing the filesystem to only support the features such as TRIM to work properly, that is why there's no need to have a proper filesystem made for them.