1. e52321f script: add simple test script by Jaegeuk Kim · 9 years ago
  2. 603f8f9 sload.f2fs: support loading files into partition directly by Jaegeuk Kim · 9 years ago
  3. d3be088 resize.f2fs: support to expand partition size by Jaegeuk Kim · 9 years ago
  4. 0e14e39 fibmap: pull in sys/sysmacros.h for major/minor by Mike Frysinger · 9 years ago
  5. 99ffb3d fsck.f2fs: check sanity of superblock and fix any misalignment by Jaegeuk Kim · 9 years ago
  6. 0301f16 fsck.f2fs: nullify the freed ckpt pointer by Jaegeuk Kim · 9 years ago
  7. bea9d60 fsck.f2fs: set fix_on if error is detected by Sheng Yong · 9 years ago
  8. ce46aed fsck.f2fs: check ino in nat entry and node footer by Sheng Yong · 9 years ago
  9. 31f461c fsck.f2fs: cache all nat entries and check each of them by Sheng Yong · 9 years ago
  10. bc28669 fsck.f2fs: count the number of inodes during building nat_area_bitmap by Sheng Yong · 9 years ago
  11. 6e22569 fsck.f2fs: introduce -p option to check meta by Sheng Yong · 9 years ago
  12. 759df52 f2fs-tools: release 1.6.1 by Jaegeuk Kim · 9 years ago
  13. 890e4e0 fsck.f2fs: calculate orphan_blkaddr correctly by Junling Zheng · 9 years ago
  14. 2a80231 fsck.f2fs: refactor extent info verification flow by Chao Yu · 9 years ago
  15. c8327c9 fsck.f2fs: check dirent position by Chao Yu · 9 years ago
  16. b385e9f mkfs.f2fs: set segment_count in super block correctly by Fan Li · 9 years ago
  17. 323c8c8 fsck.f2fs: check nat_entry->ino for all nodes by Sheng Yong · 9 years ago
  18. f102ca4 f2fs-tools: rebase struct f2fs_summary_block with upstream by Chao Yu · 9 years ago
  19. 9b09631 fsck.f2fs: fix incorrect block_addr of node/meta by Junling Zheng · 9 years ago
  20. bc6f686 fsck.f2fs: calculate the total size correctly by Junling Zheng · 9 years ago
  21. 2277801 fsck.f2fs: check valid values for dot dentries by Liu Xue · 9 years ago
  22. ecc43cc f2fs-tools: redefine MAX_SIT_BITMAP_SIZE by Junling Zheng · 9 years ago
  23. ea34c1c libf2fs: limit the total size up to 16T by Junling Zheng · 9 years ago
  24. c00fe85 fsck.f2fs: fix corrupted nat entry [0] by Sheng Yong · 9 years ago
  25. c6e8a6b fsck.f2fs: remove corrupted nid entry from indirect/double-indirect node by Sheng Yong · 9 years ago
  26. 50aa77b fsck.f2fs: check /proc/mounts first to detect readonly by Jaegeuk Kim · 9 years ago
  27. f8bc97b fsck.f2fs: show encrypted filenames matched with kernel by Jaegeuk Kim · 9 years ago
  28. 843f5b9 fsck.f2fs: check ino of an inode by Sheng Yong · 9 years ago
  29. a9cd90e fsck.f2fs: check ino of an used nat entry by Sheng Yong · 9 years ago
  30. 1952ab4 f2fs-tools: fix endianness of on-disk check_sum in summary_footer by Sheng Yong · 9 years ago
  31. d9a6b18 fsck.f2fs: avoid fix ssa in some case by Yunlei He · 9 years ago
  32. ad042d9 mkfs.f2fs: reset dnode with zeros by Jaegeuk Kim · 9 years ago
  33. e92fd42 fsck.f2fs: nullify raw_super pointer by Jaegeuk Kim · 9 years ago
  34. bbc4176 fsck.f2fs: return 0 for no error was reported by Jaegeuk Kim · 9 years ago
  35. 231fc70 fsck.f2fs: assign checkpoint pointer correctly by Jaegeuk Kim · 9 years ago
  36. b9eb1dc fsck.f2fs: swap checkpoint crc to CPU endian by Sheng Yong · 9 years ago
  37. 25b2e75 f2fs-tools: avoid failure and warnings for android build by Jaegeuk Kim · 9 years ago
  38. e9dfbbb mkfs.f2fs: introduce zone align for main area by Yunlei He · 9 years ago
  39. 2d3ea14 fsck.f2fs: fix double free invalid checkpoint by Sheng Yong · 9 years ago
  40. d3258fa man: modify mkfs.f2fs man page by Jaegeuk Kim · 9 years ago
  41. 52dedc6 man: add missing man pages by Jaegeuk Kim · 9 years ago
  42. ffd8d05 f2fs-tools: release 1.6.0 by Jaegeuk Kim · 9 years ago
  43. e12a3c3 mkfs.f2fs: fix check error when calloc sum_compact failure by Liu Xue · 9 years ago
  44. a828ebb fsck.f2fs: fix losing journal entries by Jaegeuk Kim · 9 years ago
  45. 767a93e defrag.f2fs: fix missing SSA updates by Jaegeuk Kim · 9 years ago
  46. f66104c defrag.f2fs: enhance allocation speed by Jaegeuk Kim · 9 years ago
  47. dbe78ae libf2fs: fix incorrect type define of declaration by Chao Yu · 9 years ago
  48. d614794 defrag.f2fs: return error if there is no space by Jaegeuk Kim · 9 years ago
  49. 17acba6 defrag.f2fs: eliminate unexpected journal entries by Jaegeuk Kim · 9 years ago
  50. 552d6a8 defrag.f2fs: fix not to allocate current segment by Jaegeuk Kim · 9 years ago
  51. b008605 lib: use u8/u32/u64 for bit operations by Jaegeuk Kim · 9 years ago
  52. ee65f6e lib: fix test_bit_le functions by Jaegeuk Kim · 9 years ago
  53. c8514f8 mkfs.f2fs: remove extent_cache entry for parent directory by Jaegeuk Kim · 9 years ago
  54. 9e5c021 mkfs.f2fs: fix storing volume label correctly in utf16 by Jaegeuk Kim · 9 years ago
  55. 0ff98a3 fsck.f2fs: deal with realloc size and realloc failure by Liu Xue · 9 years ago
  56. 25e7128 Revert "fsck.f2fs: deal with realloc failure" by Jaegeuk Kim · 9 years ago
  57. 0fddd6e mkfs.f2fs: fix to calculate left space of checkpoint page correctly by Chao Yu · 9 years ago
  58. 2c1ebe2 defrag.f2fs: introduce defragmentation tool by Jaegeuk Kim · 9 years ago
  59. 003b102 fsck.f2fs: LFS alloc_type must have free segment after blkoff by Jaegeuk Kim · 9 years ago
  60. 1a35b5e f2fs-tools: export print_raw_sb_info by Jaegeuk Kim · 9 years ago
  61. c8ce2bf mkfs.f2fs: export get_best_overprovision by Jaegeuk Kim · 9 years ago
  62. c605c5e fsck.f2fs: sanity_check for extent_cache entry by Jaegeuk Kim · 9 years ago
  63. 1ea31c4 libf2fs: enhance the bit operations by Jaegeuk Kim · 9 years ago
  64. 85aa525 f2fs-tools: add library version info by Jaegeuk Kim · 9 years ago
  65. d6b0f70 mkfs/Makefile.am: add a section to build libf2fs_fmt by Kai-Chung Yan · 9 years ago
  66. 3894c69 mkfs.f2fs: show correct partition size by Jaegeuk Kim · 9 years ago
  67. 0e0b9f2 fsck.f2fs: use get_{sb|cp} and set_{sb|cp} macros by Jaegeuk Kim · 9 years ago
  68. 06a1945 mkfs.f2fs: export get_{sb|cp} and set_{sb|cp} by Jaegeuk Kim · 9 years ago
  69. c93711f mkfs.f2fs: discard obsolete blocks to avoid roll-forward recovery by Jaegeuk Kim · 9 years ago
  70. c9274cb mkfs.f2fs: skip extension name that is too long by Chao Yu · 9 years ago
  71. 1540a28 mkfs.f2fs: avoid dumplicate extensions by Sheng Yong · 9 years ago
  72. 43095ca fsck.f2fs: deal with realloc failure by Liu Xue · 9 years ago
  73. 67de42f fsck.f2fs: support a readonly filesystem by Jaegeuk Kim · 9 years ago
  74. ee48fd2 fsck.f2fs: declare static function by Jaegeuk Kim · 9 years ago
  75. c134e0e f2fs-tools: release 1.5.0 by Jaegeuk Kim · 9 years ago
  76. 5489249 fsck.f2fs: support a preen mode by Jaegeuk Kim · 9 years ago
  77. 2cdb04b mkfs.f2fs: support <1% overprovision ratio by Jaegeuk Kim · 9 years ago
  78. e8766f2 fsck.f2fs: check sit types for node or data only by Jaegeuk Kim · 9 years ago
  79. 555138c man: fix missing description for overprovision ratio by Jaegeuk Kim · 9 years ago
  80. 6e2b58d mkfs.f2fs: fix wrong ovp space calculation on large section by Jaegeuk Kim · 9 years ago
  81. 6f9c275 mkfs.f2fs: don't need to limit MIN_VOLUME SIZE by Jaegeuk Kim · 9 years ago
  82. 0d6d08e mkfs.f2fs: set overprovision size more precisely by Jaegeuk Kim · 9 years ago
  83. 01219c7 mkfs.f2fs: fix wrong documentation by Jaegeuk Kim · 9 years ago
  84. e9f8ae8 fsck.f2fs: add segment type in sit_dump by Yunlei He · 9 years ago
  85. ca1436e fsck.f2fs: drop extent_info to avoid potential wrong access by Jaegeuk Kim · 9 years ago
  86. 7ac0701 fsck.f2fs: select to update the latest valid summary by Jaegeuk Kim · 9 years ago
  87. d24f1bb fsck.f2fs: add hash conversion for encrypted dentries by Jaegeuk Kim · 10 years ago
  88. 641d98f fsck.f2fs: avoid build warning by Jaegeuk Kim · 10 years ago
  89. 4476615 dump.f2fs: show i_advise field in inode by Jaegeuk Kim · 10 years ago
  90. f6eef57 fsck.f2fs: show superblock features and encryption info by Jaegeuk Kim · 10 years ago
  91. 6e6c713 mkfs.f2fs: set encryption feature by Jaegeuk Kim · 10 years ago
  92. 65950fc fsck.f2fs: show ckeckpoint version info by Jaegeuk Kim · 10 years ago
  93. 97c0893 Revert "mkfs.f2fs: 512 UTF-16 characters for label" by Jaegeuk Kim · 10 years ago
  94. 1f65c1f fsck.f2fs: fix orphan inode's link count by Jaegeuk Kim · 10 years ago
  95. f1e4f9c fsck.f2fs: fix missing dentries by Jaegeuk Kim · 10 years ago
  96. 56b8930 fsck.f2fs: clean up child information by Jaegeuk Kim · 10 years ago
  97. e358413 fsck.f2fs: fix missing i_links by Jaegeuk Kim · 10 years ago
  98. 4d60a12 fsck.f2fs: count child directories correctly for i_links by Jaegeuk Kim · 10 years ago
  99. 22a8ae0 fsck.f2fs: fix corrupted dentries by Jaegeuk Kim · 10 years ago
  100. 562ec5a fsck.f2fs: fix summary block by Jaegeuk Kim · 10 years ago