1. 4f3af3a f2fs-tools: fix build failure on mac by Jaegeuk Kim · 4 weeks ago dev master
  2. e336ce7 f2fs_io: add include dir by Jaegeuk Kim · 6 years ago
  3. bcda70c f2fs-tools: Build f2fs-tools with _FILE_OFFSET_BITS=64 by xiuhong.wang · 2 years, 2 months ago
  4. 8788b1f fsck.f2fs: support to fix inconsistent sit->type of segments in large section by Chao Yu · 6 weeks ago
  5. d411ba1 f2fs_io: adapt w/ page_size in aligned_xalloc() by Chao Yu · 6 weeks ago
  6. 7e07b2e fsck.f2fs: add bounds checking for orphan entry_count by Chao Yu · 6 weeks ago
  7. 5fde665 fsck.f2fs: sanity check i_inline_xattr_size correctly by Chao Yu · 6 weeks ago
  8. bdb1131 inject.f2fs: fix injecting nat/sit journal in compact summary by liujinbao1 · 9 weeks ago
  9. 780a69b fsck.f2fs: recognize inconsistent orphan error by Wenjie Qi · 9 weeks ago
  10. f5e13ff Revert "f2fs_io: support xattr(large_folio)" by Jaegeuk Kim · 10 weeks ago
  11. 8b0c58b dump.f2fs: macOS does not support lsetxattr by Łukasz Patron · 5 months ago
  12. 6b123c4 fsck.f2fs: add a sanity check in update_data_blkaddr() by Chao Yu · 4 months ago
  13. 5a51baa f2fs_io: use O_RDONLY for fadvise by Jaegeuk Kim · 4 months ago
  14. 1527dbf f2fs_io: support xattr(large_folio) by Jaegeuk Kim · 4 months ago
  15. 5b251d2 f2fs_io: fix length for setxattr by Jaegeuk Kim · 4 months ago
  16. 952551e fsck.f2fs: recognize STOP_CP_REASON_READ_{META,NODE,DATA} by Chao Yu · 5 months ago
  17. 77ac51a f2fs_io: add flags parameter to fiemap subcommand by Yongpeng Yang · 5 months ago
  18. c188a3e f2fs-tools: invalidate block device page cache before reading metadata by Yongpeng Yang · 5 months ago
  19. c949acc f2fs-tools: fix to avoid uninitialized variable access by Chao Yu · 5 months ago
  20. 44ba832 f2fs-tools: fix to use HDIO_GETGEO instead of HDIO_GETGIO by Chao Yu · 5 months ago
  21. 726048f resize.f2fs: add more logs in migrate_ssa() by Yangyang Zang · 5 months ago
  22. 973f7c1 resize.f2fs: clean up the code in migrate_ssa() by Yangyang Zang · 5 months ago
  23. f987479 resize.f2fs: fix to avoid zeroing main area blocks in migrate_ssa() by Yangyang Zang · 5 months ago
  24. 70d62b1 f2fs_io: defrag_file supports automatic file length handling by zhaoyuenan · 5 months ago
  25. e6d9091 f2fs-tools: fix division-by-zero exception during formatting of undersized devices by Yongpeng Yang · 6 months ago
  26. 8390311 f2fs-tools: handle total_sectors is zero by Maxim Pleshivenkov · 5 months ago
  27. 7d48895 f2fs-tools: optimize the addrs_per_block/inode loop by Wu Bo · 7 months ago
  28. 7733020 fsck.f2fs: Check and clear invalid dent flag during recovery by liujinbao1 · 7 months ago
  29. 63e248b f2fs-tools: fix heap-buffer-overflow of reading SSA from checkpoint area by Daeho Jeong · 5 months ago
  30. 3ab6725 f2fs_io: add more description in read test by Jaegeuk Kim · 8 months ago
  31. 55baa84 f2fs_io: add mlock() option in the read test by Jaegeuk Kim · 8 months ago
  32. ad1357c f2fs-tools: revert summary entry count from 2048 to 512 in 16kb block support by Daeho Jeong · 7 months ago
  33. 6e42cbe Revert "f2fs-tools: revert summary entry count from 2048 to 512 in 16kb block support" by Jaegeuk Kim · 7 months ago
  34. 3f778d2 Fix to get the right IO bandwidth by Jaegeuk Kim · 8 months ago
  35. 4cd565d f2fs_io: rename mlock to fadvise by Jaegeuk Kim · 8 months ago
  36. 084839b f2fs_io: add read test with mlock2 and madvise by Jaegeuk Kim · 8 months ago
  37. e624737 f2fs_io: measure the start time explicitly by Jaegeuk Kim · 8 months ago
  38. b63de46 resize.f2fs: add -g to give default options by Yangyang Zang · 8 months ago
  39. 3502e08 f2fs-tools: fix typo of HAVE_PREAD macro and remove duplicate semicolons by Xiaole He · 8 months ago
  40. 1ee20e2 f2fs_io: fix to keep output order of do_read() for forward compatibility by Chao Yu · 9 months ago
  41. 6ee0064 f2fs-tools: fix to return error value correctly by Chao Yu · 9 months ago
  42. 18ee7fc f2fs_io: ranndread: support block device by Chao Yu · 9 months ago
  43. d2b0739 f2fs_io: support freeze/thaw by Chao Yu · 9 months ago
  44. 0081400 f2fs-tools: revert summary entry count from 2048 to 512 in 16kb block support by Daeho Jeong · 9 months ago
  45. cb85a83 f2fs-tools: add a missing device_alias in the feature table by Daeho Jeong · 9 months ago
  46. fa02bba inject.f2fs: add member `filename' in inject_dentry by Sheng Yong · 11 months ago
  47. fb9e7a8 inject.f2fs: add members in inject_node by Sheng Yong · 11 months ago
  48. 3d6ca28 inject.f2fs: add member `feature' in inject_sb by Sheng Yong · 11 months ago
  49. 2a2ce0a inject.f2fs: add members in inject_cp by Sheng Yong · 11 months ago
  50. 0d52020 inject.f2fs: fix and cleanup parsing numeric options by Sheng Yong · 11 months ago
  51. 891e846 inject.f2fs: fix injection on zoned device by Sheng Yong · 11 months ago
  52. 1d38581 inject.f2fs: fix injecting sit/nat in journal by Sheng Yong · 11 months ago
  53. cc22030 f2fs-tools: add and export lookup_sit_in_journal by Sheng Yong · 11 months ago
  54. e11fc13 dump.f2fs: print more info by Sheng Yong · 11 months ago
  55. c37fc66 fsck.f2fs: fix invalidate checkpoint by Sheng Yong · 11 months ago
  56. e1fe65c f2fs-tools: cleanup {nid|segno}_in_journal by Sheng Yong · 11 months ago
  57. 5b47f95 f2fs-tools: add option N to answer no for all questions by Sheng Yong · 11 months ago
  58. 3e7ab52 fsck.f2fs: do not finish/reset zone if dry-run is true by Sheng Yong · 11 months ago
  59. 615036f f2fs_io: calculate IO bandwidth vs. mlock latency by Jaegeuk Kim · 10 months ago
  60. f46c336 f2fs_io: let's try to get contigous memory if possible by Jaegeuk Kim · 10 months ago
  61. 3770cac f2fs_io: add dontcache to measure RWF_DONTCACHE speed by Jaegeuk Kim · 10 months ago
  62. 40a14ac f2fs_io: add mlock to measure the read speed by Jaegeuk Kim · 10 months ago
  63. 6038579 f2fs_io: measure atomic operation latency with random write by Jaegeuk Kim · 11 months ago
  64. 5f48720 f2fs_io: measure a fsync latency by Jaegeuk Kim · 11 months ago
  65. f84c91a resize.f2fs: print resize size by Yangyang Zang · 11 months ago
  66. a81f507 inject.f2fs: support inject inode.i_xattr_nid by Chao Yu · 12 months ago
  67. 72da037 fsck.f2fs: recognize STOP_CP_REASON_CORRUPTED_NID by Chao Yu · 12 months ago
  68. 4cf1232 README: fix build instruction by Cherniaev Andrei · 12 months ago
  69. 7940c44 f2fs-tools: remove unnecessary alignment for blocks_for_ssa by Daeho Jeong · 10 months ago
  70. 3bd4914 Fix build error in Android by Jaegeuk Kim · 12 months ago
  71. 4cc9025 f2fs-tools: increase overprovision finding speed by Cherniaev Andrei · 1 year, 2 months ago
  72. 2a16f24 fsck.f2fs: honor --linear-lookup=X for Android case by Chao Yu · 1 year ago
  73. 5502245 mkfs.f2fs: support -C [no]hashonly to control linear lookup fallback by Chao Yu · 1 year ago
  74. 69d5e76 mkfs.f2fs: Fix zoned alignment check for multi-device setups by Daniel Lee · 1 year ago
  75. d22f243 Revert "mkfs.f2fs: adjust zone alignment check to correct position" by Jaegeuk Kim · 1 year ago
  76. 35cc8f2 fsck.f2fs: disable linear lookup by default by Chao Yu · 1 year ago
  77. 6382d91 f2fs_io: fix doc of test_lookup_perf by Chao Yu · 1 year ago
  78. d1854c8 man: add doc for test_create_perf/test_lookup_perf by Daniel Lee · 1 year ago
  79. 84447ee mkfs.f2fs: adjust zone alignment check to correct position by Zhiguo Niu · 1 year, 1 month ago
  80. 148fc2a f2fs_io: fix format mismatch for ino_t by Daniel Lee · 1 year ago
  81. 8cff69c fsck.f2fs: fix to use strncmp to avoid out-of-boundary access by Chao Yu · 1 year, 1 month ago
  82. 47ad82e mkfs.f2fs: fix to limit length of main device path in f2fs_parse_options() by Chao Yu · 1 year, 1 month ago
  83. 24a9ddd fsck.f2fs: allow to print more infos before assert() in init_sb_info() by Chao Yu · 1 year, 1 month ago
  84. b657971 f2fs_io: measure readdir/stat performance by Chao Yu · 1 year, 1 month ago
  85. 9bd4f36 f2fs_io: add test_create_perf command by Daniel Lee · 1 year, 1 month ago
  86. 0fa8726 fsck.f2fs: fix to avoid using uninitialized buffer by Chao Yu · 1 year, 2 months ago
  87. ab4df39 mkfs: link using libf2fs.la by orbea · 1 year, 2 months ago
  88. ce25217 fsck.f2fs: fix null buffer error with dev_fill by Daeho Jeong · 1 year, 2 months ago
  89. e837b27 mkfs.f2fs: ensure zone size is a multiple of segment size by Daeho Jeong · 1 year, 2 months ago
  90. 2751cca f2fs-tools: clean up dump.f2fs etc. when uninstall by Jianan Huang · 1 year, 3 months ago
  91. dcac79a f2fs-tools: delete only if the libf2fs_format.so* exists by Jianan Huang · 1 year, 3 months ago
  92. 35f7452 libf2fs: print block size by Chao Yu · 1 year, 3 months ago
  93. 3163dba f2fs_io: print errno for flag operations by Jianan Huang · 1 year, 3 months ago
  94. d8eac1f f2fs-tools: introduce fault injection to fsck by Daeho Jeong · 1 year, 3 months ago
  95. 29c1e18 fsck.f2fs: tune linear_lookup in f2fs_do_mount() by Chao Yu · 1 year, 3 months ago
  96. f3baa19 fsck.f2fs: recognize STOP_CP_REASON_CORRUPTED_FREE_BITMAP by Chao Yu · 1 year, 3 months ago
  97. f614bcc resize.f2fs: fix to always change metadata for expand resize by Chao Yu · 1 year, 4 months ago
  98. bf4b5c4 f2fs-tools: enable write hint by default by Jaegeuk Kim · 1 year, 3 months ago
  99. 42482e8 resize.f2fs: add caution message for resize by Chao Yu · 1 year, 4 months ago
  100. b4394ae Revert "resize.f2fs: add option for large_nat_bitmap feature" by Chao Yu · 1 year, 4 months ago