aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-08f2fs-tools: give 6 sections for overprovision bufferupstream-masterJaegeuk Kim
2024-03-11f2fs-tools: reset only current zonesDaeho Jeong
2024-03-08f2fs_io: support get_advise commandChao Yu
2024-03-08mkfs.f2fs: should give section-aligned reserved segmentsJaegeuk Kim
2024-03-06f2fs-tools: deal with permission denial on non-root userJaegeuk Kim
2024-02-23f2fs-tools: print hexadecimal number in logChao Yu
2024-02-23f2fs-tools: use NULL_ADDR macro to instead magic number for cleanupChao Yu
2024-02-23f2fs-tools: remove obsolete fields in struct f2fs_sb_infoChao Yu
2024-02-21mkfs.f2fs: kill heap allocationChao Yu
2024-02-21f2fs_io: add write_advice commandKonstantin Vyshetsky
2024-02-21f2fs_io: override setxattr value for system.adviseKonstantin Vyshetsky
2024-02-21f2fs-tools: add a new stop cp reason STOP_CP_REASON_NO_SEGMENTZhiguo Niu
2024-02-15f2fs_io: add lseek command to execute lseek()Daeho Jeong
2024-02-13mkfs.f2fs: fix sparse_mode case on statJaegeuk Kim
2024-02-07f2fs-tools: fix to check loop deviceChao Yu
2024-02-07f2fs-tools: allocate logs after conventional area for HM zoned devicesDaeho Jeong
2024-01-29libf2fs: Fix possible memleak with Sparse FilesDaniel Rosenberg
2024-01-29libf2fs: Accept Sparse files with non 4K BlocksizeDaniel Rosenberg
2024-01-26f2fs-tools: don't call fsync on a clean imageChao Yu
2024-01-16fsck.f2fs: fix to avoid assert in do_record_fsync_data()Chao Yu
2023-12-15fsck.f2fs: fix orphan inode check failWu Bo
2023-12-08man: Add description for mkfs -b optionDaniel Rosenberg
2023-12-04f2fs-tools: skip finishing zones for current zonesDaeho Jeong
2023-12-04fsck.f2fs: run full scan if checkpoint is disabledJaegeuk Kim
2023-11-30f2fs-tools: support zoned ufs devicesDaeho Jeong
2023-11-29f2fs-tools: convert lost+found dir to regular dentry before adding nodesDaeho Jeong
2023-11-28f2fs-tools: fixed incorrect error handlingMaxim Korotkov
2023-11-28f2fs-tools: adjust nat and block release logicDaeho Jeong
2023-11-28f2fs-tools: Fix dqb_curspace to reflect blocksizeDaniel Rosenberg
2023-11-28f2fs-tools: Wait for Block Size to initialize CacheDaniel Rosenberg
2023-11-28f2fs-tools: Fix debug size printDaniel Rosenberg
2023-11-17libf2fs: Fix using uninitialized variables error in get_device_info()zangyangyang1
2023-11-09f2fs-tools: initialize user cache valid valuesDaeho Jeong
2023-11-08f2fs-tools: synchronize nat journal with nat cacheDaeho Jeong
2023-10-28fsck.f2fs: wrong report on xattr boundaryJaegeuk Kim
2023-10-28f2fs-tools: use F2FS_BLKSIZE by defaultJaegeuk Kim
2023-10-27f2fs-tools: do not put CP_UMOUNT_FLAG for roll forward recoveryDaeho Jeong
2023-10-27f2fs-tools: use total_node_count when creating a new node block in fsckDaeho Jeong
2023-10-26f2fs-tools: make six open zone check resilientDaeho Jeong
2023-10-25f2fs-tools: ensure that unused xattr space is zeroizedEric Biggers
2023-10-25f2fs-tools: fix corrupted xattr entryDaeho Jeong
2023-10-25f2fs-tools: do not reuse corrupted quota inodesDaeho Jeong
2023-10-19f2fs_io: add list/set/removexattr commandJaegeuk Kim
2023-10-17fsck.f2fs: recognize ERROR_INCONSISTENT_NATChao Yu
2023-10-16fsck.f2fs: fix cache offset for multiple partitionsJaegeuk Kim
2023-10-16Revert "f2fs-tools: do not support user-space cache"Jaegeuk Kim
2023-10-11f2fs-tools: use proper address entry count for direct nodesDaeho Jeong
2023-10-03f2fs-tools: make checked node progress correctDaeho Jeong
2023-10-03f2fs_io: add fadvise supportJaegeuk Kim
2023-10-02f2fs-tools: cache free segments count to improve perfmanceWu Bo