1. 4f26732 f2fs-tools: resolve build warnings by Jaegeuk Kim · 11 years ago
  2. b611e11 fibmap.f2fs: add bdev information by Changman Lee · 11 years ago
  3. e296161 f2fs-tools: move fsck/fibmap.f2fs to tools/ by Changman Lee · 11 years ago
  4. a0a5567 f2fs-tools: add f2fstat to print f2fs's status in sec by Changman Lee · 11 years ago
  5. 6da3010 mkfs: write the cp page 2 of the checkpoint pack 2 during format by JP Abgrall · 11 years ago
  6. cb54e79 fix typo around CONFIG_64BIT usage by JP Abgrall · 11 years ago
  7. 437dbf6 mkfs: completely abstract the dev IO during format by JP Abgrall · 11 years ago
  8. 1aae035 fibmap: fix wrong block count by Jaegeuk Kim · 11 years ago
  9. 061ee67 f2fs-tools: add inline data check by Huajun Li · 11 years ago
  10. 11d187c README: add libtool guide by Jaegeuk Kim · 11 years ago
  11. ffbada4 mkfs: remove stale node blocks by Jaegeuk Kim · 11 years ago
  12. f1d452a fsck: fix orphan node blocks by Jaegeuk Kim · 11 years ago
  13. 576cb46 f2fs-tools: release 1.2.0 by Jaegeuk Kim · 11 years ago
  14. 2ad1fcd mkfs: add two file extensions for android by Jaegeuk Kim · 11 years ago
  15. 5b9f641 scripts: add some scripts by Jaegeuk Kim · 11 years ago
  16. 050e871 README: add description how to cross-compile by Jaegeuk Kim · 11 years ago
  17. 8e678b2 fsck: fix checking orphan inodes by Jaegeuk Kim · 11 years ago
  18. 465e4e7 libf2fs: avoid warning of implicit declaration by Jaegeuk Kim · 11 years ago
  19. 76a0694 fsck: fix to handle file types correctly by Jaegeuk Kim · 11 years ago
  20. 78b795e fsck: skip to check block addresses in device files by Jaegeuk Kim · 11 years ago
  21. b155ea8 f2fs-tools: discard is default but not set in config by Changman Lee · 11 years ago
  22. cd1e470 fsck, lib: support inline xattr by Jaegeuk Kim · 11 years ago
  23. 9455376 fibmap.f2fs: change fibmap to fibmap.f2fs by Jaegeuk Kim · 11 years ago
  24. e23d585 f2fs-tools: add stat information into fibmap by Changman Lee · 11 years ago
  25. 6e8f2d5 f2fs-tools: add debug message for checking xattr by Changman Lee · 11 years ago
  26. 2c877a8 libf2fs: check more conditions on mounted filesystem by Jaegeuk Kim · 11 years ago
  27. 57baa23 f2fs-tools: add option to display directory tree by Changman Lee · 11 years ago
  28. 932f984 f2fs-tools: use either hex or decimal options by Changman Lee · 11 years ago
  29. 223fdf3 f2fs-tools: cleanup debug statement by Changman Lee · 11 years ago
  30. c81ded6 f2fs-tools: fix missing function declaration by Changman Lee · 11 years ago
  31. 8e19033 libf2fs: add an error message for a mounted device by Jaegeuk Kim · 11 years ago
  32. dfe2a33 f2fs-tools: add fibmap by Changman Lee · 11 years ago
  33. 8843554 dump: dump inode information from blkaddr by Changman Lee · 11 years ago
  34. 0307b93 fsck: fix name search by Jaegeuk Kim · 11 years ago
  35. 679ca83 mkfs: add apk extension to indicate cold files by Jaegeuk Kim · 11 years ago
  36. 7f35b54 f2fs-tools: add fsck.f2fs and dump.f2fs by Changman Lee · 11 years ago
  37. 716ea38 mkfs: fix the total_zones calculation in f2fs_prepare_super_block by Wang Sheng-Hui · 11 years ago
  38. c5bf205 mkfs: fix to store __le32 for checkpoint flags by Jaegeuk Kim · 11 years ago
  39. cc9d9ca lib, mkfs: fix endian conversion for crc calculation by Jaegeuk Kim · 11 years ago
  40. b6ae58e mkfs: fix bug in endianness at f2fs_update_nat_root by Oded Gabbay · 11 years ago
  41. fef98eb mkfs: add option to disable trim at format by Changman Lee · 12 years ago
  42. 9799d63 mkfs: handle labels longer than 16 characters by Mike Fleetwood · 12 years ago
  43. 089d0e7 mkfs: default to blank label by Mike Fleetwood · 12 years ago
  44. 8d3802b mkfs: fix to avoid format of device when already mounted by Namjae Jeon · 12 years ago
  45. 1dc688d build: revert "Compile static by default" by Jaegeuk Kim · 12 years ago
  46. f5f440f build: change f2fs_fs.h by Jaegeuk Kim · 12 years ago
  47. e1e843d build: compile static by default by Jaegeuk Kim · 12 years ago
  48. 5043dff build: clean up the base functions by Jaegeuk Kim · 12 years ago
  49. e69e437 build: make several base functions as a library by Jaegeuk Kim · 12 years ago
  50. 2784bd5 build: sync f2fs_fs.h with current f2fs sources by Jaegeuk Kim · 12 years ago
  51. 40b9f96 build: move f2fs_format.h to ../include/f2fs_fs.h by Jaegeuk Kim · 12 years ago
  52. 28af021 build: add description of prerequisite to build by Jaegeuk Kim · 12 years ago
  53. d238772 mkfs: reserve x2 sections by Jaegeuk Kim · 12 years ago
  54. c7e0a01 build: place mkfs into sbindir by Jan Engelhardt · 12 years ago
  55. 8471b6a build: replace obsolete build macros by Jan Engelhardt · 12 years ago
  56. 2a8c4b1 build: set some automake options by Jan Engelhardt · 12 years ago
  57. ec1a5da build: make use of AC_CONFIG_AUX_DIR by Jan Engelhardt · 12 years ago
  58. abb6bb8 Update .gitignore by Jan Engelhardt · 12 years ago
  59. fe2928a build: use pkgconfig to determine libuuid's parameters by Jan Engelhardt · 12 years ago
  60. b1bce4d build: remove unnecessary m4_flatten by Jan Engelhardt · 12 years ago
  61. 07b815d mkfs: Make HDIO_GETGEO ioctl optional by Ezequiel Garcia · 12 years ago
  62. 807776a More files git should ignore by Sven-Göran Bergh · 12 years ago
  63. dd1ba07 Unify version and date management by Sven-Göran Bergh · 12 years ago
  64. c0f2b90 Ignore configure.lineno by Sven-Göran Bergh · 12 years ago
  65. da59f61 Sync the version management by Jaegeuk Kim · 12 years ago
  66. 8bdf262 Add version information by Jaegeuk Kim · 12 years ago
  67. c6ff6d0 Bug fix: Fix overflow when calculating block address by Jaegeuk Kim · 12 years ago
  68. bbf6e62 Cleanup: sync comments to kernel source by Jaegeuk Kim · 12 years ago
  69. 4ed75df Bug fix: store superblocks with correct offset by Jaegeuk Kim · 12 years ago
  70. 0903d1e touch up autotools by Mike Frysinger · 12 years ago
  71. e12214e ignore generated files by Mike Frysinger · 12 years ago
  72. 3dd5f8b use proper priu64 type to be portable by Mike Frysinger · 12 years ago
  73. 9db27ee Cleanup: add comments by Jaegeuk Kim · 12 years ago
  74. 22a75ed Enhancement: shorten umount time by Jaegeuk Kim · 12 years ago
  75. 99b7439 Enhancement: add uuid by Jaegeuk Kim · 12 years ago
  76. b5af795 Enhancement: add i_atime and i_generation by Jaegeuk Kim · 12 years ago
  77. 036d45e mkfs: Initial commit for patch v2 series by Jaegeuk Kim · 12 years ago