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

configs: add support for f2fs #163

Merged
merged 1 commit into from
Dec 31, 2023
Merged

configs: add support for f2fs #163

merged 1 commit into from
Dec 31, 2023

Conversation

ruslashev
Copy link
Contributor

This adds support for f2fs in the kernel and its tools:

f2fscrypt
f2fs_io
fibmap.f2fs
mkfs.f2fs
parse.f2fs
fsck.f2fs:
    defrag.f2fs
    dump.f2fs
    f2fslabel
    resize.f2fs
    sload.f2fs

Closes #141

This adds support for f2fs in the kernel and its tools:

    f2fscrypt
    f2fs_io
    fibmap.f2fs
    mkfs.f2fs
    parse.f2fs
    fsck.f2fs:
        defrag.f2fs
        dump.f2fs
        f2fslabel
        resize.f2fs
        sload.f2fs

Closes #141
@svenrademakers svenrademakers merged commit 602534d into master Dec 31, 2023
1 check passed
@svenrademakers svenrademakers deleted the feature/f2fs branch January 4, 2024 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add f2fs support to the BMC for more stable SD card operation.
2 participants