1. 38e3115 f2fs_io: add to show immutable bit by Jaegeuk Kim · 3 years, 4 months ago
  2. 6afd3e9 tools: Introduce f2fslabel by Dongwoo Lee · 3 years, 4 months ago
  3. 3218ff9 f2fs-tools: correct get kernel version logic by lijiazi · 3 years, 5 months ago
  4. 19d49b5 dump.f2fs: fix memory leak caused by dump_node_blk() by Seung-Woo Kim · 3 years, 5 months ago
  5. 15d4d7b fsck.f2fs: fix memory leak caused by fsck_chk_orphan_node() by Seung-Woo Kim · 3 years, 5 months ago
  6. 1900c22 mkfs.f2fs: fix memory leak in not enough segments error path by Seung-Woo Kim · 3 years, 5 months ago
  7. 5cc365c resize.f2fs: fix memory leak caused by migrate_nat() by Seung-Woo Kim · 3 years, 5 months ago
  8. 870915f f2fs_io: split definition check for crypto ioctl by Jaegeuk Kim · 3 years, 5 months ago
  9. 91f9db2 fsck.f2fs: update kernel version in superblock on forced check by Michael Lass · 3 years, 5 months ago
  10. 1531853 f2fs_io: Add get file name encryption mode by Robin Hsu · 3 years, 5 months ago
  11. 3bfcca8 f2fs-tool: increase debug level from 0 to 1 in migrate_block by Jaehoon Chung · 3 years, 6 months ago
  12. 5263ae2 resize.f2fs: fix to check free space before shrink by Chao Yu · 3 years, 6 months ago
  13. 159752d resize.f2fs: fix wrong sit/nat bitmap during rebuild_checkpoint() by Chao Yu · 3 years, 6 months ago
  14. 98e6463 resize.f2fs: add force option to rewrite broken calculation by Jaegeuk Kim · 3 years, 6 months ago
  15. f056fbe resize.f2fs: fix wrong ovp calculation by Jaegeuk Kim · 3 years, 6 months ago
  16. 80dba0f Add -P option to preserve file owner by Daniel Abrecht · 3 years, 7 months ago
  17. f0fda11 libf2fs: fix memory leak caused by get_rootdev() by Junyong Sun · 3 years, 7 months ago
  18. 5144f2f mkfs.f2fs: add VM disk files to hot data types by Park Ju Hyung · 3 years, 8 months ago
  19. 73c0871 libzoned: use blk_zone_v2 and blk_zone_report_v2 by default by Jaegeuk Kim · 3 years, 9 months ago
  20. 9cb5150 f2fs-tools: fix wrong blk_zone_rep_v2 definition by Jaegeuk Kim · 3 years, 9 months ago
  21. 15474db mkfs.f2fs: allocate zones together to avoid random access by Jaegeuk Kim · 3 years, 10 months ago
  22. 316e128 mkfs.f2fs: adjust zone alignment when using multi-partitions by Jaegeuk Kim · 3 years, 10 months ago
  23. cc57f2c fsck.f2fs: fix alignment on multi-partition support by Jaegeuk Kim · 3 years, 10 months ago
  24. ff7172e f2fs-tools: Miscellaneous cleanup to README. by John A. Leuenhagen · 3 years, 10 months ago
  25. 2b26417 mkfs.f2fs.8: Better document the -g argument. by John A. Leuenhagen via Linux-f2fs-devel · 3 years, 10 months ago
  26. e05afe5 mkfs.f2fs.8: fix formatting for -l parameter in man page by John A. Leuenhagen via Linux-f2fs-devel · 3 years, 10 months ago
  27. 747b74c f2fs-tools: Make sload.f2fs reproduce hard links by Jordan Webb · 3 years, 10 months ago
  28. b585244 f2fs-tools:sload.f2fs compression support by Robin Hsu · 3 years, 10 months ago
  29. 7b63f7b f2fs_io: add compress/decompress commands by Daeho Jeong · 3 years, 10 months ago
  30. 457392a f2fs-tools: Added #ifdef WITH_func by Robin Hsu · 3 years, 10 months ago
  31. d322d47 f2fs-tools: fix a few spelling errors in f2fs-tools by Victor Westerhuis · 3 years, 11 months ago
  32. fcd5cd0 f2fs-tools: skipped to end on error syntax error by Robin Hsu · 3 years, 11 months ago
  33. 31d30f0 mkfs.f2fs: show a message when compression is enabled by Jaegeuk Kim · 3 years, 11 months ago
  34. 1d4c7e7 f2fs_io: add get/set compression option by Daeho Jeong · 4 years ago
  35. 4bd7008 Fix ASSERT() macro with '%' in the expression by Robin Hsu · 4 years ago
  36. ca0ed8a f2fs-toos: fsck.f2fs Fix bad return value by Robin Hsu · 4 years ago
  37. c954e7c fsck.f2fs: do xnid sanity check only during fsck by Chao Yu · 4 years ago
  38. 1bfc173 f2fs_io: add erase option by Ocean Chen · 4 years ago
  39. e59bb17 mkfs.f2fs.8: document the verity feature by Eric Biggers · 4 years ago
  40. 8fd836f fsck: clear unexpected casefold flags by Eric Biggers · 4 years ago
  41. 1a7415a mkfs.f2fs: add -h and --help by John A. Leuenhagen · 4 years ago
  42. 717d70d f2fs_io: change fibmap to fiemap by Daeho Jeong · 4 years, 1 month ago
  43. d41dcbd f2fs-tools: release 1.14.0 by Jaegeuk Kim · 4 years, 1 month ago
  44. bbfab0d mkfs.f2fs: add -r (fake_seed) flag by Theotime Combes · 4 years, 1 month ago
  45. 5c723d1 mkfs.f2fs: add -T flag by Theotime Combes · 4 years, 1 month ago
  46. f7029e2 sload.f2fs: handle root mount point properly when setting file attribute by Daeho Jeong · 4 years, 1 month ago
  47. f841085 f2fs-tools: zns zone-capacity support by Aravind Ramesh · 4 years, 2 months ago
  48. 1e3dd7a f2fs_io: measure performance of write() by Jaegeuk Kim · 4 years, 2 months ago
  49. 334047b f2fs_io: add OSYNC option by Jaegeuk Kim · 4 years, 2 months ago
  50. 2579fe8 fsck.f2fs: correct return value by Chao Yu · 4 years, 2 months ago
  51. 5c92399 f2fs_io: open file in read only mode for pinning file by Daeho Jeong · 4 years, 2 months ago
  52. 3aef9bc mkfs.f2fs: add casefolding and project quota config by Jaegeuk Kim · 4 years, 2 months ago
  53. ec0f3c9 mkfs.f2fs: should initialize sparse file in Windows by Jaegeuk Kim · 4 years, 2 months ago
  54. 17463f9 f2fs_io: add mmap read operation by Jaegeuk Kim · 4 years, 3 months ago
  55. 391e490 fsck.f2fs: avoid randomness in sum_blk by Theotime Combes · 4 years, 3 months ago
  56. aac7f4c dump.f2fs: check block address first before reading the block by Jaegeuk Kim · 4 years, 3 months ago
  57. e767223 sload.f2fs: fix missing fsck_init by Jaegeuk Kim · 4 years, 3 months ago
  58. 31acef0 mkfs.f2fs: allow setting volume UUID manually by Zoltán Böszörményi · 4 years, 3 months ago
  59. d03cab6 fsck.f2fs: Split build_segment_manager() to speed up auto-fix by Robin Hsu · 4 years, 3 months ago
  60. e3c4e1f dump.f2fs: dump symlink contents in lost_found by Jaegeuk Kim · 4 years, 3 months ago
  61. 0d0158c fsck.f2fs: Fix slow fsck in auto-fix mode by Robin Hsu · 4 years, 3 months ago
  62. e66e4c1 fsck: prevent buffer overrun in quota code by Robin Hsu · 4 years, 8 months ago
  63. 712aca3 f2fs-tools: set cold flag for non-dir node by Wuyun Zhao · 4 years, 3 months ago
  64. 895b26e lib: pass all needed include paths to libf2fs by Rolf Eike Beer · 4 years, 4 months ago
  65. 4b55c43 lib: use ${libuuid_LIBS} instead of -luuid everywhere by Rolf Eike Beer · 4 years, 4 months ago
  66. 1ceb06b lib: fix include path for blkid.h by Rolf Eike Beer · 4 years, 4 months ago
  67. 59a3741 lib: fix include path for uuid.h by Rolf Eike Beer · 4 years, 4 months ago
  68. a60cd1a libf2fs: fix build error on Windows by Jaegeuk Kim · 4 years, 4 months ago
  69. e65d9c7 fsck.f2fs: fix dirent position check for encrypted+casefolded dentries by Eric Biggers · 4 years, 4 months ago
  70. b23b2b9 f2fs_io: add randread by Daeho Jeong · 4 years, 4 months ago
  71. e8d9f6d fsck.f2fs: fix to avoid overflow during print_inode_info() by Chao Yu · 4 years, 6 months ago
  72. 7a22451 fsck.f2fs: fix to check validation of i_xattr_nid by Chao Yu · 4 years, 6 months ago
  73. f73f222 fsck.f2fs: fix to check validation of block address by Chao Yu · 4 years, 6 months ago
  74. f8f14b9 mkfs.f2fs: update manual and help message by Érico Nogueira · 4 years, 6 months ago
  75. 88d1bd9 fsck.f2fs: fix wrong addrs_per_{inode,block} by Chao Yu · 4 years, 7 months ago
  76. a64fbe5 dump.f2fs: fix to print all blkaddr in .i_addr by Chao Yu · 4 years, 7 months ago
  77. 1ba0a74 man: add missing man page for f2fs_io by Theodore Ts'o · 4 years, 7 months ago
  78. 42f739c f2fs_io: show more flags by Jaegeuk Kim · 4 years, 5 months ago
  79. d21dd9a f2fs_io: don't give garbage data in upper 32bits by Jaegeuk Kim · 4 years, 5 months ago
  80. 8508619 f2fs_io: add fsync by Jaegeuk Kim · 4 years, 5 months ago
  81. 46df2df fsck.f2fs: quick fix of CLOCK_BOOTTIME in mac by Jaegeuk Kim · 4 years, 6 months ago
  82. 9a31cef fsck.f2fs: allow fsck to fix issues with online resize due to SPO by Sahitya Tummala · 4 years, 6 months ago
  83. 11e4322 fsck.f2fs: account COMPRESS_ADDR as reserved blocks correctly by Chao Yu · 4 years, 7 months ago
  84. 596408f f2fs_io: support compress blocks ioctls by Chao Yu · 4 years, 7 months ago
  85. 3605375 fsck.f2fs: report real wall time by Wei Wang · 4 years, 7 months ago
  86. 2b1dd73 Include private/fs_config.h directly when needed by Tom Cherry · 4 years, 7 months ago
  87. 7f3767e f2fs-tools: Casefolded Encryption support by Daniel Rosenberg · 4 years, 11 months ago
  88. 64750e9 fsck.f2fs: allow --dry-run to check readonly mounted fs by Chao Yu · 4 years, 7 months ago
  89. daa0f8b resize.f2fs: add option for large_nat_bitmap feature by xiongping1 · 4 years, 9 months ago
  90. d77bca8 dump.f2fs: print more info of inode layout by Chao Yu · 6 years ago
  91. fdd47b2 f2fs-tools: support data compression by Chao Yu · 6 years ago
  92. cf7329e fsck.f2fs: Enable user-space cache by Robin Hsu · 4 years, 11 months ago
  93. 70c5bab libf2fs_io: Add user-space cache by Robin Hsu · 4 years, 11 months ago
  94. 75cf4ec f2fs-tools: handle /sys is not mounted by Jaegeuk Kim · 4 years, 9 months ago
  95. 1126e38 fsck.f2fs: add --{no-}kernel-check to bypass kernel version diff or not by Jaegeuk Kim · 5 years ago
  96. f0f29da f2fs_io: add set_fsverity by Jaegeuk Kim · 6 years ago
  97. 5d6d65d fsck.f2fs: fix typo by Ingo Prochaska · 4 years, 9 months ago
  98. 59478d3 sg_write_buffer: fix sg_write_buffer build outside the source dir by Santiago Hormazabal · 4 years, 10 months ago
  99. 27be95e f2fs-tools: reuse same pointer, exit on error without clean-up by Robin Hsu · 5 years ago
  100. 17a7e7e f2fs-tools: avoid unused parameter build errors by Jaegeuk Kim · 4 years, 10 months ago