1. 46bf13d mkfs: set BLKDISCARD by default by Jaegeuk Kim · 11 years ago
  2. c578696 libf2fs, fsck, mkfs: call f2fs_finalize_device before exit by Jaegeuk Kim · 11 years ago
  3. 94f9285 mkfs: support passing in the number of sectors to use by JP Abgrall · 11 years ago
  4. 4b32bd4 License tweak: LGPL v2.1 vs LGPL v2 by JP Abgrall · 11 years ago
  5. fd9816f fsck.f2fs: large volume support by Changman Lee · 11 years ago
  6. f2a9903 fibmap: need linux/fs.h for FIBMAP by Jaegeuk Kim · 11 years ago
  7. 6d7fd13 f2fs: fix to remove the test code that should not be merged by Jaegeuk Kim · 11 years ago
  8. 0fbdf6c f2fs-tools: announce dual licenses with GPL and LGPL v2 by Jaegeuk Kim · 11 years ago
  9. 6c759bb am 3c85e737: Cleanup various build warnings (signed vs unsigned, unused vars,...) by JP Abgrall · 11 years ago
  10. 3c85e73 Cleanup various build warnings (signed vs unsigned, unused vars,...) by JP Abgrall · 11 years ago
  11. af1c5a6 am 9948e364: Disable building f2fs-tools on non-linux. by Torne (Richard Coles) · 11 years ago
  12. 161a326 am c1b507fb: Build mkfs, mkfs lib, and fsck for Android by JP Abgrall · 11 years ago
  13. 9948e36 Disable building f2fs-tools on non-linux. by Torne (Richard Coles) · 11 years ago
  14. c1b507f Build mkfs, mkfs lib, and fsck for Android by JP Abgrall · 11 years ago
  15. f6c72bb reset to 64a201c with history by Qiwen Zhao · 11 years ago
  16. 64a201c Add NOTICE and MODULE_LICENSE_GPL by Bill Yi · 11 years ago
  17. feab6f4 initial blank commit by Qiwen Zhao · 11 years ago
  18. a35529f format: add support for dev_fill() and extra dev_*() debugging. by JP Abgrall · 11 years ago
  19. 15ea79b further split up lib2fs so that it does not do any IO directly. by JP Abgrall · 12 years ago
  20. af3c680 split up mkfs format into main and just the format code. by JP Abgrall · 12 years ago
  21. 2f229b8 mkfs: fix wrong extension count by Dongho Sim · 11 years ago
  22. 379ff89 fibmap.f2fs: compile fix for musl libc by Natanael Copa · 12 years ago
  23. 99250ec mkfs: support large directory by Jaegeuk Kim · 12 years ago
  24. 192d979 fsck: remove build warnings by Jaegeuk Kim · 12 years ago
  25. c15df22 f2fstat: add nat caches and free nids by Changman Lee · 12 years ago
  26. b7906af f2fstat: show cp count calling f2fs by Changman Lee · 12 years ago
  27. 4ff7400 f2fstat: add memory information used by f2fs by Changman Lee · 12 years ago
  28. 858c403 mkfs, fsck: change the results for readability by Jaegeuk Kim · 12 years ago
  29. 28d45d0 f2fstat: add option to select partition to see status by Changman Lee · 12 years ago
  30. 0255d52 mkfs: fix the wrong nat bitmap size by Jaegeuk Kim · 12 years ago
  31. 4f26732 f2fs-tools: resolve build warnings by Jaegeuk Kim · 12 years ago
  32. b611e11 fibmap.f2fs: add bdev information by Changman Lee · 12 years ago
  33. e296161 f2fs-tools: move fsck/fibmap.f2fs to tools/ by Changman Lee · 12 years ago
  34. a0a5567 f2fs-tools: add f2fstat to print f2fs's status in sec by Changman Lee · 12 years ago
  35. 6da3010 mkfs: write the cp page 2 of the checkpoint pack 2 during format by JP Abgrall · 12 years ago
  36. cb54e79 fix typo around CONFIG_64BIT usage by JP Abgrall · 12 years ago
  37. 437dbf6 mkfs: completely abstract the dev IO during format by JP Abgrall · 12 years ago
  38. 1aae035 fibmap: fix wrong block count by Jaegeuk Kim · 12 years ago
  39. 061ee67 f2fs-tools: add inline data check by Huajun Li · 12 years ago
  40. 11d187c README: add libtool guide by Jaegeuk Kim · 12 years ago
  41. ffbada4 mkfs: remove stale node blocks by Jaegeuk Kim · 12 years ago
  42. f1d452a fsck: fix orphan node blocks by Jaegeuk Kim · 12 years ago
  43. 576cb46 f2fs-tools: release 1.2.0 by Jaegeuk Kim · 12 years ago
  44. 2ad1fcd mkfs: add two file extensions for android by Jaegeuk Kim · 12 years ago
  45. 5b9f641 scripts: add some scripts by Jaegeuk Kim · 12 years ago
  46. 050e871 README: add description how to cross-compile by Jaegeuk Kim · 12 years ago
  47. 8e678b2 fsck: fix checking orphan inodes by Jaegeuk Kim · 12 years ago
  48. 465e4e7 libf2fs: avoid warning of implicit declaration by Jaegeuk Kim · 12 years ago
  49. 76a0694 fsck: fix to handle file types correctly by Jaegeuk Kim · 12 years ago
  50. 78b795e fsck: skip to check block addresses in device files by Jaegeuk Kim · 12 years ago
  51. b155ea8 f2fs-tools: discard is default but not set in config by Changman Lee · 12 years ago
  52. cd1e470 fsck, lib: support inline xattr by Jaegeuk Kim · 12 years ago
  53. 9455376 fibmap.f2fs: change fibmap to fibmap.f2fs by Jaegeuk Kim · 12 years ago
  54. e23d585 f2fs-tools: add stat information into fibmap by Changman Lee · 12 years ago
  55. 6e8f2d5 f2fs-tools: add debug message for checking xattr by Changman Lee · 12 years ago
  56. 2c877a8 libf2fs: check more conditions on mounted filesystem by Jaegeuk Kim · 12 years ago
  57. 57baa23 f2fs-tools: add option to display directory tree by Changman Lee · 12 years ago
  58. 932f984 f2fs-tools: use either hex or decimal options by Changman Lee · 12 years ago
  59. 223fdf3 f2fs-tools: cleanup debug statement by Changman Lee · 12 years ago
  60. c81ded6 f2fs-tools: fix missing function declaration by Changman Lee · 12 years ago
  61. 8e19033 libf2fs: add an error message for a mounted device by Jaegeuk Kim · 12 years ago
  62. dfe2a33 f2fs-tools: add fibmap by Changman Lee · 12 years ago
  63. 8843554 dump: dump inode information from blkaddr by Changman Lee · 12 years ago
  64. 0307b93 fsck: fix name search by Jaegeuk Kim · 12 years ago
  65. 679ca83 mkfs: add apk extension to indicate cold files by Jaegeuk Kim · 12 years ago
  66. 7f35b54 f2fs-tools: add fsck.f2fs and dump.f2fs by Changman Lee · 12 years ago
  67. 716ea38 mkfs: fix the total_zones calculation in f2fs_prepare_super_block by Wang Sheng-Hui · 12 years ago
  68. c5bf205 mkfs: fix to store __le32 for checkpoint flags by Jaegeuk Kim · 12 years ago
  69. cc9d9ca lib, mkfs: fix endian conversion for crc calculation by Jaegeuk Kim · 12 years ago
  70. b6ae58e mkfs: fix bug in endianness at f2fs_update_nat_root by Oded Gabbay · 12 years ago
  71. fef98eb mkfs: add option to disable trim at format by Changman Lee · 12 years ago
  72. 9799d63 mkfs: handle labels longer than 16 characters by Mike Fleetwood · 12 years ago
  73. 089d0e7 mkfs: default to blank label by Mike Fleetwood · 12 years ago
  74. 8d3802b mkfs: fix to avoid format of device when already mounted by Namjae Jeon · 12 years ago
  75. 1dc688d build: revert "Compile static by default" by Jaegeuk Kim · 12 years ago
  76. f5f440f build: change f2fs_fs.h by Jaegeuk Kim · 13 years ago
  77. e1e843d build: compile static by default by Jaegeuk Kim · 13 years ago
  78. 5043dff build: clean up the base functions by Jaegeuk Kim · 13 years ago
  79. e69e437 build: make several base functions as a library by Jaegeuk Kim · 13 years ago
  80. 2784bd5 build: sync f2fs_fs.h with current f2fs sources by Jaegeuk Kim · 13 years ago
  81. 40b9f96 build: move f2fs_format.h to ../include/f2fs_fs.h by Jaegeuk Kim · 13 years ago
  82. 28af021 build: add description of prerequisite to build by Jaegeuk Kim · 13 years ago
  83. d238772 mkfs: reserve x2 sections by Jaegeuk Kim · 13 years ago
  84. c7e0a01 build: place mkfs into sbindir by Jan Engelhardt · 13 years ago
  85. 8471b6a build: replace obsolete build macros by Jan Engelhardt · 13 years ago
  86. 2a8c4b1 build: set some automake options by Jan Engelhardt · 13 years ago
  87. ec1a5da build: make use of AC_CONFIG_AUX_DIR by Jan Engelhardt · 13 years ago
  88. abb6bb8 Update .gitignore by Jan Engelhardt · 13 years ago
  89. fe2928a build: use pkgconfig to determine libuuid's parameters by Jan Engelhardt · 13 years ago
  90. b1bce4d build: remove unnecessary m4_flatten by Jan Engelhardt · 13 years ago
  91. 07b815d mkfs: Make HDIO_GETGEO ioctl optional by Ezequiel Garcia · 13 years ago
  92. 807776a More files git should ignore by Sven-Göran Bergh · 13 years ago
  93. dd1ba07 Unify version and date management by Sven-Göran Bergh · 13 years ago
  94. c0f2b90 Ignore configure.lineno by Sven-Göran Bergh · 13 years ago
  95. da59f61 Sync the version management by Jaegeuk Kim · 13 years ago
  96. 8bdf262 Add version information by Jaegeuk Kim · 13 years ago
  97. c6ff6d0 Bug fix: Fix overflow when calculating block address by Jaegeuk Kim · 13 years ago
  98. bbf6e62 Cleanup: sync comments to kernel source by Jaegeuk Kim · 13 years ago
  99. 4ed75df Bug fix: store superblocks with correct offset by Jaegeuk Kim · 13 years ago
  100. 0903d1e touch up autotools by Mike Frysinger · 13 years ago