1. 2d7d4ff f2fs-tools: determine cp_addr by sbi->cur_cp by Jaegeuk Kim · 8 years ago
  2. f3341c3 sload.f2fs: not support to find or add files in inline_dir directory by Jaegeuk Kim · 8 years ago
  3. 8f346ef resize.f2fs: get latest free segments by Jaegeuk Kim · 8 years ago
  4. bfa0743 f2fs-tools: fix end block addres when finding free block by Jaegeuk Kim · 8 years ago
  5. b467030 resize.f2fs: fix wrong end_blkaddr by Jaegeuk Kim · 8 years ago
  6. 2f2ee92 defrag.f2fs: return error for no space case by Jaegeuk Kim · 8 years ago
  7. 6ab16ed resize.f2fs: fix wrong offset calculation by Jaegeuk Kim · 8 years ago
  8. 0033920 resize.f2fs: add more information in debug messages by Jaegeuk Kim · 8 years ago
  9. 893acfc fsck.f2fs: add SSR-based allocation when free segment not enough by Liu Xue · 8 years ago
  10. 112bf05 fsck.f2fs: rewrite entries info in segment manager by Liu Xue · 8 years ago
  11. 0fe50b6 libf2fs: avoid build warning by Jaegeuk Kim · 8 years ago
  12. 4b1ecd7 fsck.f2fs: check BLKZONED feature on mount by Damien Le Moal · 8 years ago
  13. ebbfb59 mkfs.f2fs: check zoned block devices configuration by Damien Le Moal · 8 years ago
  14. 1e0f68d mkfs.f2fs: reset sequential zones on device discard by Damien Le Moal · 8 years ago
  15. 9b51f80 mkfs.f2fs: check options for zoned block devices by Damien Le Moal · 8 years ago
  16. 9691420 f2fs-tools: introduce support for zoned block devices by Damien Le Moal · 8 years ago
  17. 81c62e2 f2fs-tools: use zoned block device terminology by Damien Le Moal · 8 years ago
  18. 49bdd64 f2fs-tools: add executable files to .gitignore by Damien Le Moal · 8 years ago
  19. 6471969 fsck.f2fs: do not check the first seg in a sec in find_next_free_block by Sheng Yong · 8 years ago
  20. c4c6526 dump/fsck: convert encrypted file name by Sheng Yong · 8 years ago
  21. b0a2386 sload.f2fs: allow to build without libselinux by Christian Hesse · 8 years ago
  22. 6e7c503 mkfs.f2fs: fix the discarding size for block device by Jaegeuk Kim · 8 years ago
  23. 390fe58 fsck.f2fs: support restore lost files into ./lost_found/ by Jaegeuk Kim · 8 years ago
  24. 68ef569 fsck.f2fs: check condition to avoid wrong memory allocation by Jaegeuk Kim · 8 years ago
  25. 65f3d40 libf2fs: avoid garbage printout by Jaegeuk Kim · 8 years ago
  26. bdc1a0a f2fs-tools: clean up and avoid build warning by Jaegeuk Kim · 8 years ago
  27. c499346 f2fs: avoid AOSP build failure by Jaegeuk Kim · 8 years ago
  28. 9a708f0 fsck.f2fs: allocate buffer after condition check by Jaegeuk Kim · 8 years ago
  29. 3d19ea9 fsck.f2fs: fix a typo in check_sector_size by Junling Zheng · 8 years ago
  30. 276571e fsck.f2fs: fix incorrect ERR_MSG in f2fs_do_mount by Junling Zheng · 8 years ago
  31. d256214 fsck.f2fs: free cp_page_1 in validate_checkpoint by Junling Zheng · 8 years ago
  32. e5b3ec8 libf2fs: increase robustness when called on root device by Tobias Jakobi · 8 years ago
  33. f1ee351 fsck: porting avoid unneeded loop in build_sit_entries to fsck by Yunlei He · 8 years ago
  34. 3ffc5a8 f2fs-tools: use shorter config variable name by Jaegeuk Kim · 8 years ago
  35. 79b1858 libf2fs: use dev_read_block and dev_write_block by Jaegeuk Kim · 8 years ago
  36. 932d596 mkfs: get fd for f2fs_trim_device by Jaegeuk Kim · 8 years ago
  37. e874f42 fsck.f2fs: free node_blk to avoid memory leak by Yunlong Song · 8 years ago
  38. 370f8c4 mkfs.f2fs: do not need strdup for parse_feature by Yunlong Song · 8 years ago
  39. 3b8a88a fsck: clear useless "continue" in __chk_dentries by Yunlong Song · 8 years ago
  40. c6834e9 libf2fs: show disk information by Jaegeuk Kim · 8 years ago
  41. d244656 f2fs-tools: release 1.7.0 by Jaegeuk Kim · 8 years ago
  42. 37dbd83 fsck: recover symlink with zero i_size by Jaegeuk Kim · 8 years ago
  43. 9884ad4 fsck.f2fs: clean up duplicated code by Xue Liu · 8 years ago
  44. 4950322 f2fs-tools: update the format of output message by Sheng Yong · 8 years ago
  45. 2452568 fsck.f2fs: free nat entry cache by Sheng Yong · 8 years ago
  46. ffc7dbc fsck.f2fs: fix typo by Sheng Yong · 8 years ago
  47. 278216b fsck.f2fs: correct variable type and name by Sheng Yong · 8 years ago
  48. 89d5d52 f2fs.fsck: fix endianess by Sheng Yong · 8 years ago
  49. 11adb13 dump.f2fs: show inode->i_dir_level by Sheng Yong · 8 years ago
  50. 7b9c5fc mkfs: define DISCARD/SECDISCARD macro by Jaegeuk Kim · 8 years ago
  51. 70a8fc3 mkfs/fsck: add host-managed smr feature by Jaegeuk Kim · 8 years ago
  52. dc57351 fsck.f2fs: allow zero link count for orphan inode by Jaegeuk Kim · 8 years ago
  53. 74673eb mkfs.f2fs: ZBC device support by Jaegeuk Kim · 8 years ago
  54. 4f105bb fsck.f2fs: modify sit dump && add nat dump by Yunlei He · 8 years ago
  55. 22aa244 fsck.f2fs: check sector size if formatted from a regular file by Yunlei He · 9 years ago
  56. 6419842 fsck.f2fs: reset fsck flag if there is no bug by Jaegeuk Kim · 9 years ago
  57. 43448f9 fsck.f2fs: remove duplicated codes in sanity_check_raw_super by Junling Zheng · 9 years ago
  58. 91bd80c resize.f2fs: replace the overprovision calculation method by Yunlei He · 9 years ago
  59. e52321f script: add simple test script by Jaegeuk Kim · 9 years ago
  60. 603f8f9 sload.f2fs: support loading files into partition directly by Jaegeuk Kim · 9 years ago
  61. d3be088 resize.f2fs: support to expand partition size by Jaegeuk Kim · 9 years ago
  62. 0e14e39 fibmap: pull in sys/sysmacros.h for major/minor by Mike Frysinger · 9 years ago
  63. 99ffb3d fsck.f2fs: check sanity of superblock and fix any misalignment by Jaegeuk Kim · 9 years ago
  64. 0301f16 fsck.f2fs: nullify the freed ckpt pointer by Jaegeuk Kim · 9 years ago
  65. bea9d60 fsck.f2fs: set fix_on if error is detected by Sheng Yong · 9 years ago
  66. ce46aed fsck.f2fs: check ino in nat entry and node footer by Sheng Yong · 9 years ago
  67. 31f461c fsck.f2fs: cache all nat entries and check each of them by Sheng Yong · 9 years ago
  68. bc28669 fsck.f2fs: count the number of inodes during building nat_area_bitmap by Sheng Yong · 9 years ago
  69. 6e22569 fsck.f2fs: introduce -p option to check meta by Sheng Yong · 9 years ago
  70. 759df52 f2fs-tools: release 1.6.1 by Jaegeuk Kim · 9 years ago
  71. 890e4e0 fsck.f2fs: calculate orphan_blkaddr correctly by Junling Zheng · 9 years ago
  72. 2a80231 fsck.f2fs: refactor extent info verification flow by Chao Yu · 9 years ago
  73. c8327c9 fsck.f2fs: check dirent position by Chao Yu · 9 years ago
  74. b385e9f mkfs.f2fs: set segment_count in super block correctly by Fan Li · 9 years ago
  75. 323c8c8 fsck.f2fs: check nat_entry->ino for all nodes by Sheng Yong · 9 years ago
  76. f102ca4 f2fs-tools: rebase struct f2fs_summary_block with upstream by Chao Yu · 9 years ago
  77. 9b09631 fsck.f2fs: fix incorrect block_addr of node/meta by Junling Zheng · 9 years ago
  78. bc6f686 fsck.f2fs: calculate the total size correctly by Junling Zheng · 9 years ago
  79. 2277801 fsck.f2fs: check valid values for dot dentries by Liu Xue · 9 years ago
  80. ecc43cc f2fs-tools: redefine MAX_SIT_BITMAP_SIZE by Junling Zheng · 9 years ago
  81. ea34c1c libf2fs: limit the total size up to 16T by Junling Zheng · 9 years ago
  82. c00fe85 fsck.f2fs: fix corrupted nat entry [0] by Sheng Yong · 9 years ago
  83. c6e8a6b fsck.f2fs: remove corrupted nid entry from indirect/double-indirect node by Sheng Yong · 9 years ago
  84. 50aa77b fsck.f2fs: check /proc/mounts first to detect readonly by Jaegeuk Kim · 9 years ago
  85. f8bc97b fsck.f2fs: show encrypted filenames matched with kernel by Jaegeuk Kim · 9 years ago
  86. 843f5b9 fsck.f2fs: check ino of an inode by Sheng Yong · 9 years ago
  87. a9cd90e fsck.f2fs: check ino of an used nat entry by Sheng Yong · 9 years ago
  88. 1952ab4 f2fs-tools: fix endianness of on-disk check_sum in summary_footer by Sheng Yong · 9 years ago
  89. d9a6b18 fsck.f2fs: avoid fix ssa in some case by Yunlei He · 9 years ago
  90. ad042d9 mkfs.f2fs: reset dnode with zeros by Jaegeuk Kim · 9 years ago
  91. e92fd42 fsck.f2fs: nullify raw_super pointer by Jaegeuk Kim · 9 years ago
  92. bbc4176 fsck.f2fs: return 0 for no error was reported by Jaegeuk Kim · 9 years ago
  93. 231fc70 fsck.f2fs: assign checkpoint pointer correctly by Jaegeuk Kim · 9 years ago
  94. b9eb1dc fsck.f2fs: swap checkpoint crc to CPU endian by Sheng Yong · 9 years ago
  95. 25b2e75 f2fs-tools: avoid failure and warnings for android build by Jaegeuk Kim · 9 years ago
  96. e9dfbbb mkfs.f2fs: introduce zone align for main area by Yunlei He · 9 years ago
  97. 2d3ea14 fsck.f2fs: fix double free invalid checkpoint by Sheng Yong · 9 years ago
  98. d3258fa man: modify mkfs.f2fs man page by Jaegeuk Kim · 9 years ago
  99. 52dedc6 man: add missing man pages by Jaegeuk Kim · 9 years ago
  100. ffd8d05 f2fs-tools: release 1.6.0 by Jaegeuk Kim · 9 years ago