1. e9dfbbb mkfs.f2fs: introduce zone align for main area by Yunlei He · 9 years ago
  2. 2d3ea14 fsck.f2fs: fix double free invalid checkpoint by Sheng Yong · 9 years ago
  3. d3258fa man: modify mkfs.f2fs man page by Jaegeuk Kim · 9 years ago
  4. 52dedc6 man: add missing man pages by Jaegeuk Kim · 9 years ago
  5. ffd8d05 f2fs-tools: release 1.6.0 by Jaegeuk Kim · 9 years ago
  6. e12a3c3 mkfs.f2fs: fix check error when calloc sum_compact failure by Liu Xue · 9 years ago
  7. a828ebb fsck.f2fs: fix losing journal entries by Jaegeuk Kim · 9 years ago
  8. 767a93e defrag.f2fs: fix missing SSA updates by Jaegeuk Kim · 9 years ago
  9. f66104c defrag.f2fs: enhance allocation speed by Jaegeuk Kim · 9 years ago
  10. dbe78ae libf2fs: fix incorrect type define of declaration by Chao Yu · 9 years ago
  11. d614794 defrag.f2fs: return error if there is no space by Jaegeuk Kim · 9 years ago
  12. 17acba6 defrag.f2fs: eliminate unexpected journal entries by Jaegeuk Kim · 9 years ago
  13. 552d6a8 defrag.f2fs: fix not to allocate current segment by Jaegeuk Kim · 9 years ago
  14. b008605 lib: use u8/u32/u64 for bit operations by Jaegeuk Kim · 9 years ago
  15. ee65f6e lib: fix test_bit_le functions by Jaegeuk Kim · 9 years ago
  16. c8514f8 mkfs.f2fs: remove extent_cache entry for parent directory by Jaegeuk Kim · 9 years ago
  17. 9e5c021 mkfs.f2fs: fix storing volume label correctly in utf16 by Jaegeuk Kim · 9 years ago
  18. 0ff98a3 fsck.f2fs: deal with realloc size and realloc failure by Liu Xue · 9 years ago
  19. 25e7128 Revert "fsck.f2fs: deal with realloc failure" by Jaegeuk Kim · 9 years ago
  20. 0fddd6e mkfs.f2fs: fix to calculate left space of checkpoint page correctly by Chao Yu · 9 years ago
  21. 2c1ebe2 defrag.f2fs: introduce defragmentation tool by Jaegeuk Kim · 9 years ago
  22. 003b102 fsck.f2fs: LFS alloc_type must have free segment after blkoff by Jaegeuk Kim · 9 years ago
  23. 1a35b5e f2fs-tools: export print_raw_sb_info by Jaegeuk Kim · 9 years ago
  24. c8ce2bf mkfs.f2fs: export get_best_overprovision by Jaegeuk Kim · 9 years ago
  25. c605c5e fsck.f2fs: sanity_check for extent_cache entry by Jaegeuk Kim · 9 years ago
  26. 1ea31c4 libf2fs: enhance the bit operations by Jaegeuk Kim · 9 years ago
  27. 85aa525 f2fs-tools: add library version info by Jaegeuk Kim · 9 years ago
  28. d6b0f70 mkfs/Makefile.am: add a section to build libf2fs_fmt by Kai-Chung Yan · 9 years ago
  29. 3894c69 mkfs.f2fs: show correct partition size by Jaegeuk Kim · 9 years ago
  30. 0e0b9f2 fsck.f2fs: use get_{sb|cp} and set_{sb|cp} macros by Jaegeuk Kim · 9 years ago
  31. 06a1945 mkfs.f2fs: export get_{sb|cp} and set_{sb|cp} by Jaegeuk Kim · 9 years ago
  32. c93711f mkfs.f2fs: discard obsolete blocks to avoid roll-forward recovery by Jaegeuk Kim · 9 years ago
  33. c9274cb mkfs.f2fs: skip extension name that is too long by Chao Yu · 9 years ago
  34. 1540a28 mkfs.f2fs: avoid dumplicate extensions by Sheng Yong · 9 years ago
  35. 43095ca fsck.f2fs: deal with realloc failure by Liu Xue · 9 years ago
  36. 67de42f fsck.f2fs: support a readonly filesystem by Jaegeuk Kim · 9 years ago
  37. ee48fd2 fsck.f2fs: declare static function by Jaegeuk Kim · 9 years ago
  38. c134e0e f2fs-tools: release 1.5.0 by Jaegeuk Kim · 9 years ago
  39. 5489249 fsck.f2fs: support a preen mode by Jaegeuk Kim · 9 years ago
  40. 2cdb04b mkfs.f2fs: support <1% overprovision ratio by Jaegeuk Kim · 9 years ago
  41. e8766f2 fsck.f2fs: check sit types for node or data only by Jaegeuk Kim · 9 years ago
  42. 555138c man: fix missing description for overprovision ratio by Jaegeuk Kim · 9 years ago
  43. 6e2b58d mkfs.f2fs: fix wrong ovp space calculation on large section by Jaegeuk Kim · 9 years ago
  44. 6f9c275 mkfs.f2fs: don't need to limit MIN_VOLUME SIZE by Jaegeuk Kim · 9 years ago
  45. 0d6d08e mkfs.f2fs: set overprovision size more precisely by Jaegeuk Kim · 9 years ago
  46. 01219c7 mkfs.f2fs: fix wrong documentation by Jaegeuk Kim · 9 years ago
  47. e9f8ae8 fsck.f2fs: add segment type in sit_dump by Yunlei He · 9 years ago
  48. ca1436e fsck.f2fs: drop extent_info to avoid potential wrong access by Jaegeuk Kim · 9 years ago
  49. 7ac0701 fsck.f2fs: select to update the latest valid summary by Jaegeuk Kim · 9 years ago
  50. d24f1bb fsck.f2fs: add hash conversion for encrypted dentries by Jaegeuk Kim · 9 years ago
  51. 641d98f fsck.f2fs: avoid build warning by Jaegeuk Kim · 9 years ago
  52. 4476615 dump.f2fs: show i_advise field in inode by Jaegeuk Kim · 9 years ago
  53. f6eef57 fsck.f2fs: show superblock features and encryption info by Jaegeuk Kim · 9 years ago
  54. 6e6c713 mkfs.f2fs: set encryption feature by Jaegeuk Kim · 9 years ago
  55. 65950fc fsck.f2fs: show ckeckpoint version info by Jaegeuk Kim · 9 years ago
  56. 97c0893 Revert "mkfs.f2fs: 512 UTF-16 characters for label" by Jaegeuk Kim · 10 years ago
  57. 1f65c1f fsck.f2fs: fix orphan inode's link count by Jaegeuk Kim · 10 years ago
  58. f1e4f9c fsck.f2fs: fix missing dentries by Jaegeuk Kim · 10 years ago
  59. 56b8930 fsck.f2fs: clean up child information by Jaegeuk Kim · 10 years ago
  60. e358413 fsck.f2fs: fix missing i_links by Jaegeuk Kim · 10 years ago
  61. 4d60a12 fsck.f2fs: count child directories correctly for i_links by Jaegeuk Kim · 10 years ago
  62. 22a8ae0 fsck.f2fs: fix corrupted dentries by Jaegeuk Kim · 10 years ago
  63. 562ec5a fsck.f2fs: fix summary block by Jaegeuk Kim · 10 years ago
  64. fce2ff1 fsck.f2fs: return summary block pointer and types by Jaegeuk Kim · 10 years ago
  65. 4a31164 fsck.f2fs: preserve orphan blocks by Jaegeuk Kim · 10 years ago
  66. 278863e fsck.f2fs: skip block count fix when i_links is fixed by Jaegeuk Kim · 10 years ago
  67. c0feeda fsck.f2fs: fix inodes having wrong i_links by Jaegeuk Kim · 10 years ago
  68. e177326 fsck.f2fs: check file types by Jaegeuk Kim · 10 years ago
  69. 7d253ac fsck.f2fs: remove inconsistent named directories by Jaegeuk Kim · 10 years ago
  70. a81e544 fsck.f2fs: reduce redundant message by Jaegeuk Kim · 10 years ago
  71. fb5eef1 mkfs.f2fs: 512 UTF-16 characters for label by Jaegeuk Kim · 10 years ago
  72. e3ab142 mkfs.f2fs: add quite mode, -q by Jaegeuk Kim · 10 years ago
  73. fea6162 fsck.f2fs: show total sectors consumed by filesystem by Jaegeuk Kim · 10 years ago
  74. 7ba9eec fsck.f2fs: show cp_state for fsck.f2fs by Jaegeuk Kim · 10 years ago
  75. c93d54a mkfs.f2fs: show bytes for total_sectors by Jaegeuk Kim · 10 years ago
  76. 3c160e7 configure: add check for fallocate by Gustavo Zacarias · 10 years ago
  77. 5792951 f2fs-tools: fix build system to make distcheck correctly by Anthony G. Basile · 10 years ago
  78. fd32210 f2fs-tools: release 1.4.1 by Jaegeuk Kim · 10 years ago
  79. 737e0e9 f2fstat: fix option parsing by Michael Lass · 10 years ago
  80. e1f3c00 fsck.f2fs: remove corrupted data indices in direct node blocks by Jaegeuk Kim · 10 years ago
  81. 0c12db3 mkfs.f2fs: avoid memory leak in mkfs by Chao Yu · 10 years ago
  82. 37580f1 fsck.f2fs: support large sector size by Chao Yu · 10 years ago
  83. b6012fd mkfs.f2fs: support large sector size by Chao Yu · 10 years ago
  84. 631f816 fsck.f2fs: readahead node blocks to speed up by Jaegeuk Kim · 10 years ago
  85. b57708a dump.f2fs: show checkpoint flag by Jaegeuk Kim · 10 years ago
  86. 6f76365 fsck.f2fs: fix sit types seamlessly by Jaegeuk Kim · 10 years ago
  87. 5a51007 fibmap.f2fs: fix the wrong stat info by Chao Yu · 10 years ago
  88. dc532e5 configure: add check for bswap_64 by Yann E. MORIN · 10 years ago
  89. 936945a configure: also check for byteswap.h by Yann E. MORIN · 10 years ago
  90. 4757ef0 parse.f2fs: add a tool to parse IO traces made by runtime f2fs by Jaegeuk Kim · 10 years ago
  91. 9c6617d dump.f2fs: dump owner of data given block address by Jaegeuk Kim · 10 years ago
  92. b76cced fsck.f2fs: no need to fix SIT type for COLD_DATA by Jaegeuk Kim · 10 years ago
  93. 370a242 mkfs.f2fs: introduce some macros to simplify coding style by Changman Lee · 10 years ago
  94. 79c1870 fsck.f2fs: remove unused value by Jaegeuk Kim · 10 years ago
  95. 0b4d168 mkfs.f2fs: fix missing endian conversion by Changman Lee · 10 years ago
  96. 5945ec1 mkfs: use compact mode for data summaries by Changman Lee · 10 years ago
  97. e7f175a fsck.f2fs: add a missing 'fixed' during chk_dentries() by JP Abgrall · 10 years ago
  98. 8f521d9 fsck.f2fs: avoid false alarm on SIT type fix by Jaegeuk Kim · 10 years ago
  99. 025829b fsck.f2fs: remove unneeded return by Jaegeuk Kim · 10 years ago
  100. ec53a83 fsck.f2fs: show orphan inodes when fixing partition by Jaegeuk Kim · 10 years ago