Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Flash-Friendly File System(f2fs) in mixins #1498

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GangSecurity
Copy link

Tracked-On: OAM-104173
Signed-off-by: Chen, Gang G [email protected]

F2FS MUST be enabled from Android 13 in VSR.

The motive for F2FS was to build a file system that,
from the start, takes into account the characteristics
of NAND flash memory-based storage devices (such as
solid-state disks, eMMC, and SD cards),
which are widely used in computer systems ranging
from mobile devices to servers

It can improve performce like background cleaning
or async discarding and SQLite with atomic writes

Tracked-On: OAM-104173
Signed-off-by: Chen, Gang G <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale Stale label for inactive open prs Valid commit message
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants