1. 06c027a f2fs-tools: upgrade version 1.16.0 by Jaegeuk Kim · 12 months ago master
  2. 542cc57 fsck.f2fs: fix sanity check logic for cp_payload by Juhyung Park · 12 months ago
  3. a7df89e mkfs.f2fs: remove indentation by Jaegeuk Kim · 1 year ago
  4. c82985a fsck.f2fs: don't call report_zone on normal partition by Jaegeuk Kim · 1 year ago
  5. 0ac168e f2fs-tools: relax zone size of power of 2 by Jaegeuk Kim · 1 year, 1 month ago
  6. 641be32 mkfs.f2fs: trim all the devices except the first one by Jaegeuk Kim · 1 year, 2 months ago
  7. 3835fef f2fs-tools: fix # of total segments by Jaegeuk Kim · 1 year, 2 months ago
  8. 5b08ca9 f2fs_io: support AES_256_HCTR2 by Jaegeuk Kim · 1 year, 2 months ago
  9. ae3301c f2fs_io: Fix out of tree builds by Khem Raj · 1 year, 3 months ago
  10. ddbde27 fsck.f2fs: relocate chksum verification step during f2fs_do_mount() by Chao Yu · 1 year, 2 months ago
  11. 77bf7ed f2fs-tools: Remove deprecated f2fstat by Jaegeuk Kim · 1 year, 3 months ago
  12. fb6575e Remove sg_write_buffer by Bart Van Assche · 1 year, 4 months ago
  13. 1bb669e fsck.f2fs: avoid uncessary recalculation by Sheng Yong · 1 year, 5 months ago
  14. ccd2361 fsck.f2fs: fix potential overflow of copying i_name by Sheng Yong · 1 year, 5 months ago
  15. cd6b133 fsck.f2fs: add parentheses for SB_MASK by Sheng Yong · 1 year, 5 months ago
  16. 399600a dump.f2fs: remove unavailable option -g by Sheng Yong · 1 year, 5 months ago
  17. 3e6e178 f2fs-tools: define HAVE_CLOCK_GETTIME properly by Juhyung Park · 1 year, 5 months ago
  18. 907b972 f2fs-tools: support F2FS_IOC_START_ATOMIC_REPLACE by Daeho Jeong · 1 year, 6 months ago
  19. 9ff70fb f2fs-tools: give less overprovisioning space by Jaegeuk Kim · 1 year, 6 months ago
  20. 844f821 f2fs-tools: set host-aware zoned device similar to host-managed one by Jaegeuk Kim · 1 year, 6 months ago
  21. 88ac76d fsck.f2fs: fix missing to assign c.zoned_model by Jaegeuk Kim · 1 year, 6 months ago
  22. 8cbe34e fsck.f2fs: trigger repairing if filesystem has inconsistent errors by Chao Yu · 1 year, 6 months ago
  23. 2f1dde2 fsck.f2fs: trigger repairing if filesystem was forced to stop by Chao Yu · 1 year, 6 months ago
  24. 465159f fsck.f2fs: export valid image size by Chao Yu · 1 year, 6 months ago
  25. 3486b62 mkfs.f2fs: update allocation policy for ro feature by Chao Yu · 1 year, 6 months ago
  26. bdd51e5 fsck.f2fs: fix __end_block_addr() by Chao Yu · 1 year, 6 months ago
  27. 5a5e419 Always use sparse/sparse.h when building for Android by Robin Lee · 1 year, 7 months ago
  28. 19f77c6 f2fs-tools: fix build error on lz4-1.9.4 by Jaegeuk Kim · 1 year, 7 months ago
  29. 986c1f1 Fix format strings in log messages by Bart Van Assche · 1 year, 7 months ago
  30. 0d6acbe fsck.f2fs: use elapsed_time in checkpoint for period check by Weichao Guo · 1 year, 7 months ago
  31. 9b7a4c5 mkfs.f2fs: catch total_zones=0 instead of crashing by Eric Biggers · 1 year, 8 months ago
  32. 6148db3 f2fs-tools: use F2FS_BLKSIZE instead of PAGE_*_SIZE by Jaegeuk Kim · 1 year, 8 months ago
  33. f09c2b7 f2fs_io: support triggering filesystem GC via ioctl by Chao Yu · 1 year, 8 months ago
  34. 32e7d27 configure.ac: fix cross compilation by Nick Hainke · 1 year, 9 months ago
  35. 65fe94e configure.ac: fix AC_ARG_WITH by Nick Hainke · 1 year, 9 months ago
  36. 6325cf7 Use F2FS_BLKSIZE as the size of struct f2fs_summary_block by Bart Van Assche · 1 year, 9 months ago
  37. c89be7a Use F2FS_BLKSIZE for dev_read_block() buffers by Bart Van Assche · 1 year, 9 months ago
  38. 5317d18 Improve compile-time type checking for f2fs_report_zone() by Bart Van Assche · 1 year, 9 months ago
  39. 92e2e52 Fix f2fs_report_zone() by Bart Van Assche · 1 year, 9 months ago
  40. 648a491 Fix the struct f2fs_dentry_block definition by Bart Van Assche · 1 year, 9 months ago
  41. c964547 resize.f2fs: add option to manually specify new overprovision by liuchao12 · 1 year, 9 months ago
  42. a741438 fsck.f2fs: drop compression bit if inline_data is set by Jaegeuk Kim · 1 year, 9 months ago
  43. 406b1c9 f2fs-tools: fix cannot get bdev information by Ben Chang · 1 year, 9 months ago
  44. 9d0cb9e f2fs_io: add dsync option for write by Jaegeuk Kim · 1 year, 10 months ago
  45. a7b8b46 tools: fix file too large causing overflow by Dylan Chang · 1 year, 10 months ago
  46. bddca6f dump.f2fs: add -I nid to dump inode by scan full disk by Yufen Yu · 1 year, 10 months ago
  47. ebc3879 android_config: add time headers by Jaegeuk Kim · 1 year, 10 months ago
  48. c1144bf Check fallthrough in mount.h for Mac by Jaegeuk Kim · 1 year, 10 months ago
  49. bcb9929 avoid unnecessary function by Jaegeuk Kim · 1 year, 10 months ago
  50. 7d902f4 Fix dependencies on linux/blkzoned.h when using Bionic. by Martin Stjernholm · 1 year, 10 months ago
  51. 274abbb Remove unnecessary config.h by Jaegeuk Kim · 1 year, 10 months ago
  52. 8c97ab3 libzone: remove duplicate header by Jaegeuk Kim · 1 year, 10 months ago
  53. adcec10 Support zoned device if libc exists by Jaegeuk Kim · 1 year, 10 months ago
  54. efc2bc7 mkfs.f2fs: fix typo by Jaegeuk Kim · 1 year, 10 months ago
  55. 3034a41 mkfs.f2fs: split unused parameter by Jaegeuk Kim · 1 year, 10 months ago
  56. dd8d8e5 f2fs-tools: do not use SG_IO in Android by Jaegeuk Kim · 1 year, 10 months ago
  57. 4f216e6 f2fs-tools: move android_config before defining them by Jaegeuk Kim · 1 year, 10 months ago
  58. 48c5dbb f2fscrypt: adjust config file first by Jaegeuk Kim · 1 year, 10 months ago
  59. 4b55459 android_config: add missing uuid library by Jaegeuk Kim · 1 year, 10 months ago
  60. 64f2596 f2fs-tools: upgrade version 1.15.0 by Jaegeuk Kim · 1 year, 11 months ago
  61. d9d5b11 f2fs-tools: build silently by Jaegeuk Kim · 1 year, 11 months ago
  62. 299c0b5 fsck.f2fs: fix broken file_map output by Jaegeuk Kim · 1 year, 11 months ago
  63. 3af62be f2fs-tools: show segment/section layout correctly by Jaegeuk Kim · 1 year, 11 months ago
  64. 4d9c009 f2fs-tools: use android config only if there's no config.h by Jaegeuk Kim · 2 years ago
  65. 0b9b89f dump.f2fs: compress: fix dstlen of LZ4_compress_fast_extState() by Chao Yu · 1 year, 11 months ago
  66. eee3969 mkfs.f2fs: check uuid library by Jaegeuk Kim · 2 years ago
  67. e5fe1a2 f2fs-tools: use fsync() in Android by Jaegeuk Kim · 2 years ago
  68. ea9921f f2fs-tools: support zoned device in Android by Jaegeuk Kim · 3 years, 3 months ago
  69. a8fefc2 android_config.h: add missing liblz4 by Jaegeuk Kim · 2 years ago
  70. 0c54cf7 libf2fs_io: add unused mactor to avoid build failure by Jaegeuk Kim · 2 years ago
  71. 6eebd13 ci: Enable -Wall, -Wextra and -Werror by Bart Van Assche · 2 years ago
  72. c491657 Fix PowerPC format string warnings by Bart Van Assche · 2 years ago
  73. 70e4139 Suppress a compiler warning about integer truncation by Bart Van Assche · 2 years ago
  74. 7a1206a Annotate switch/case fallthrough by Bart Van Assche · 2 years ago
  75. b964b79 Change #ifdef _WIN32 checks into #ifdef HAVE_.* by Bart Van Assche · 2 years ago
  76. 28de4d1 tools/f2fs_io: Fix the type of 'ret' by Bart Van Assche · 2 years ago
  77. fdff1ab fsck/segment.c: Remove dead code by Bart Van Assche · 2 years ago
  78. ede3bde fsck/main.c: Suppress a compiler warning by Bart Van Assche · 2 years ago
  79. 93c6483 tools/f2fscrypt.c: Fix build without uuid/uuid.h header file by Bart Van Assche · 2 years ago
  80. 559e60e fsck: Remove a superfluous include directive by Bart Van Assche · 2 years ago
  81. 98f7f56 mkfs/f2fs_format.c: Suppress a compiler warning by Bart Van Assche · 2 years ago
  82. ef011a4 configure.ac: Detect selinux/android.h by Bart Van Assche · 2 years ago
  83. 2e59ab8 configure.ac: Detect the sparse/sparse.h header by Bart Van Assche · 2 years ago
  84. 1790203 Fix the MinGW build by Bart Van Assche · 2 years ago
  85. ecd27dc Use %zu to format size_t by Bart Van Assche · 2 years ago
  86. 24663b6 Include <stddef.h> instead of defining offsetof() by Bart Van Assche · 2 years ago
  87. cdefef0 Move the be32_to_cpu() definition by Bart Van Assche · 2 years ago
  88. 1612bf9 Remove unnecessary __attribute__((packed)) annotations by Bart Van Assche · 2 years ago
  89. 7a5109f f2fs_fs.h: Use standard fixed width integer types by Bart Van Assche · 2 years ago
  90. e61203c Suppress a compiler warning by Bart Van Assche · 2 years ago
  91. 9425b47 Verify structure sizes at compile time by Bart Van Assche · 2 years ago
  92. 006bb13 Change one array member into a flexible array member by Bart Van Assche · 2 years ago
  93. cb4c5d6 ci: Build f2fstools upon push and pull requests by Bart Van Assche · 2 years ago
  94. f3033fb Change the ANDROID_WINDOWS_HOST macro into _WIN32 by Bart Van Assche · 2 years ago
  95. 87d7a95 Switch from the u_int to the uint types by Bart Van Assche · 2 years ago
  96. c483354 configure.ac: Enable cross-compilation by Bart Van Assche · 2 years ago
  97. 3e97d07 configure.ac: Sort header file names alphabetically by Bart Van Assche · 2 years ago
  98. 91ba5e5 configure.ac: Enable the automake -Wall option by Bart Van Assche · 2 years ago
  99. ae65a15 configure.ac: Remove two prototype tests by Bart Van Assche · 2 years ago
  100. d24fd5c configure.ac: Stop using obsolete macros by Bart Van Assche · 2 years ago