aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-04-08f2fs-tools: give 6 sections for overprovision bufferupstream-masterJaegeuk Kim
2024-03-08mkfs.f2fs: should give section-aligned reserved segmentsJaegeuk Kim
2024-02-21mkfs.f2fs: kill heap allocationChao Yu
2024-02-21f2fs-tools: add a new stop cp reason STOP_CP_REASON_NO_SEGMENTZhiguo Niu
2024-02-07f2fs-tools: fix to check loop deviceChao Yu
2024-01-26f2fs-tools: don't call fsync on a clean imageChao Yu
2023-10-27f2fs-tools: do not put CP_UMOUNT_FLAG for roll forward recoveryDaeho Jeong
2023-10-26f2fs-tools: make six open zone check resilientDaeho Jeong
2023-10-17fsck.f2fs: recognize ERROR_INCONSISTENT_NATChao Yu
2023-10-16Revert "f2fs-tools: do not support user-space cache"Jaegeuk Kim
2023-09-29f2fs-tools: do not support user-space cacheDaeho Jeong
2023-09-07f2fs-tools: Support different block sizesDaniel Rosenberg
2023-09-07f2fs-tools: Refactor f2fs_dentry_block structDaniel Rosenberg
2023-09-07f2fs-tools: Refactor Summary block struct and friendsDaniel Rosenberg
2023-09-07f2fs-tools: Refactor SIT/NAT block structsDaniel Rosenberg
2023-09-07f2fs-tools: Refactor f2fs_node struct and friendsDaniel Rosenberg
2023-09-07f2fs-tools: Refactor Orphan Block structDaniel Rosenberg
2023-09-07f2fs-tools: Define constants in terms of BLKSIZEDaniel Rosenberg
2023-09-07fsck.f2fs: use INFO_MSG() to print i_gc_failure reset infoChao Yu
2023-08-25f2fs-tools: convert to lseek() and kill lseek64Waldemar Brodkorb
2023-07-17f2fs-tools: quick fix for Android buildJaegeuk Kim
2023-06-30fsck.f2fs: recognize ERROR_INVALID_NODE_REFERENCEChao Yu
2023-05-30f2fs-tools: reuse feature_table to clean up print_sb_state()Chao Yu
2023-05-30f2fs-tools: fix to le32 type variable correctlyChao Yu
2023-05-30mkfs.f2fs: refactor format flow for cleanupChao Yu
2023-05-30mkfs.f2fs: cleanup w/ alloc_next_free_block()Chao Yu
2023-05-17f2fs-tools: add noatime for quota fileChao Yu
2023-05-17f2fs-tools: use f2fs_init_inode() to clean up codesChao Yu
2023-05-17f2fs-tools: print more raw sb infoChao Yu
2023-05-17f2fs-tools: add DISP_u8() macroChao Yu
2023-05-17f2fs-tools: fix typo in f2fs_inode structureChao Yu
2023-05-17f2fs-tools: rename i_padding to i_compress_flagChao Yu
2023-05-17f2fs-tools: add packed attribute for struct f2fs_super_blockChao Yu
2023-05-17f2fs-tools: allocate memory to handle labelJaegeuk Kim
2023-04-11mkfs.f2fs: Introduce configurable reserved sectionsYonggil Song
2023-04-07fsck.f2fs: fix sanity check logic for cp_payloadJuhyung Park
2022-10-26f2fs-tools: give less overprovisioning spaceJaegeuk Kim
2022-10-10fsck.f2fs: trigger repairing if filesystem has inconsistent errorsChao Yu
2022-10-10fsck.f2fs: trigger repairing if filesystem was forced to stopChao Yu
2022-10-10fsck.f2fs: export valid image sizeChao Yu
2022-09-09Always use sparse/sparse.h when building for AndroidRobin Lee
2022-08-08f2fs-tools: use F2FS_BLKSIZE instead of PAGE_*_SIZEJaegeuk Kim
2022-07-21Improve compile-time type checking for f2fs_report_zone()Bart Van Assche
2022-07-21Fix the struct f2fs_dentry_block definitionBart Van Assche
2022-05-28android_config: add time headersJaegeuk Kim
2022-05-25Check fallthrough in mount.h for MacJaegeuk Kim
2022-05-25Fix dependencies on linux/blkzoned.h when using Bionic.Martin Stjernholm
2022-05-25Support zoned device if libc existsJaegeuk Kim
2022-05-23f2fs-tools: do not use SG_IO in AndroidJaegeuk Kim
2022-05-19android_config: add missing uuid libraryJaegeuk Kim