1. 02a1335 f2fs: support volatile operations for transient data by Jaegeuk Kim · 10 years ago
  2. 88b88a6 f2fs: support atomic writes by Jaegeuk Kim · 10 years ago
  3. 120c2cb f2fs: remove unused return value by Jaegeuk Kim · 10 years ago
  4. 52656e6 f2fs: clean up f2fs_ioctl functions by Jaegeuk Kim · 10 years ago
  5. 8a21984 f2fs: potential shift wrapping buf in f2fs_trim_fs() by Dan Carpenter · 10 years ago
  6. 44c1615 f2fs: call f2fs_unlock_op after error was handled by Jaegeuk Kim · 10 years ago
  7. 7cd8558 f2fs: check the use of macros on block counts and addresses by Jaegeuk Kim · 10 years ago
  8. 309cc2b f2fs: refactor flush_nat_entries to remove costly reorganizing ops by Jaegeuk Kim · 10 years ago
  9. 4b2fecc f2fs: introduce FITRIM in f2fs_ioctl by Jaegeuk Kim · 10 years ago
  10. 75ab4cb f2fs: introduce cp_control structure by Jaegeuk Kim · 10 years ago
  11. 95dd897 f2fs: use more free segments until SSR is activated by Jaegeuk Kim · 10 years ago
  12. 9b5f136 f2fs: change the ipu_policy option to enable combinations by Jaegeuk Kim · 10 years ago
  13. 210f41b f2fs: fix to search whole dirty segmap when get_victim by Chao Yu · 10 years ago
  14. 26666c8 f2fs: fix to clean previous mount option when remount_fs by Chao Yu · 10 years ago
  15. 14cecc5 f2fs: skip punching hole in special condition by Chao Yu · 10 years ago
  16. 55cf9cb f2fs: support large sector size by Chao Yu · 10 years ago
  17. 09db6a2 f2fs: fix to truncate blocks past EOF in ->setattr by Chao Yu · 10 years ago
  18. 976e4c5 f2fs: update i_size when __allocate_data_block by Jaegeuk Kim · 10 years ago
  19. 90a893c f2fs: use MAX_BIO_BLOCKS(sbi) by Jaegeuk Kim · 10 years ago
  20. c52e1b1 f2fs: remove redundant operation during roll-forward recovery by Jaegeuk Kim · 10 years ago
  21. 19c9c46 f2fs: do not skip latest inode information by Jaegeuk Kim · 10 years ago
  22. 441ac5c f2fs: fix roll-forward missing scenarios by Jaegeuk Kim · 10 years ago
  23. 88bd02c f2fs: fix conditions to remain recovery information in f2fs_sync_file by Jaegeuk Kim · 10 years ago
  24. 7ef35e3 f2fs: introduce a flag to represent each nat entry information by Jaegeuk Kim · 10 years ago
  25. 4c521f49 f2fs: use meta_inode cache to improve roll-forward speed by Jaegeuk Kim · 10 years ago
  26. 6097911 f2fs: fix double lock for inode page during roll-foward recovery by Jaegeuk Kim · 10 years ago
  27. c6e4893 f2fs: fix a race condition in next_free_nid by Huang Ying · 10 years ago
  28. 7704182 f2fs: use nm_i->next_scan_nid as default for next_free_nid by Huang Ying · 10 years ago
  29. c1ce1b0 f2fs: give an option to enable in-place-updates during fsync to users by Jaegeuk Kim · 10 years ago
  30. a7ffdbe f2fs: expand counting dirty pages in the inode page cache by Jaegeuk Kim · 10 years ago
  31. 2403c15 f2fs: remove lengthy inode->i_ino by Jaegeuk Kim · 10 years ago
  32. 0b4c5afde f2fs: fix negative value for lseek offset by Jaegeuk Kim · 10 years ago
  33. 9a01b56 f2fs: avoid node page to be written twice in gc_node_segment by Huang Ying · 10 years ago
  34. 721bd4d f2fs: use lock-less list(llist) to simplify the flush cmd management by Gu Zheng · 10 years ago
  35. 184a5cd f2fs: refactor flush_sit_entries codes for reducing SIT writes by Chao Yu · 10 years ago
  36. d3a14af f2fs: remove unneeded sit_i in macro SIT_BLOCK_OFFSET/START_SEGNO by Chao Yu · 10 years ago
  37. b0c44f0 f2fs: need fsck.f2fs if the recovery was failed by Jaegeuk Kim · 10 years ago
  38. ec325b5 f2fs: handle bug cases by letting fsck.f2fs initiate by Jaegeuk Kim · 10 years ago
  39. 0579676 f2fs: add BUG cases to initiate fsck.f2fs by Jaegeuk Kim · 10 years ago
  40. 9850cf4 f2fs: need fsck.f2fs when f2fs_bug_on is triggered by Jaegeuk Kim · 10 years ago
  41. 2ae4c67 f2fs: retain inconsistency information to initiate fsck.f2fs by Jaegeuk Kim · 10 years ago
  42. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 10 years ago
  43. b73e528 f2fs: reposition unlock_new_inode to prevent accessing invalid inode by Chao Yu · 10 years ago
  44. 3304b56 f2fs: fix wrong casting for dentry name by Jaegeuk Kim · 10 years ago
  45. 922cedb f2fs: simplify by using a literal by Dan Carpenter · 10 years ago
  46. c2e6958 f2fs: truncate stale block for inline_data by Jaegeuk Kim · 10 years ago
  47. b5b8220 f2fs: use macro for code readability by Chao Yu · 10 years ago
  48. 9d1589e f2fs: introduce need_do_checkpoint for readability by Chao Yu · 10 years ago
  49. c200b1a f2fs: fix incorrect calculation with total/free inode num by Chao Yu · 10 years ago
  50. 04859db f2fs: remove rename and use rename2 by Jaegeuk Kim · 10 years ago
  51. ec4e7af f2fs: skip if inline_data was converted already by Jaegeuk Kim · 10 years ago
  52. 202095a f2fs: remove rewrite_node_page by Jaegeuk Kim · 10 years ago
  53. 764aa3e f2fs: avoid double lock in truncate_blocks by Jaegeuk Kim · 10 years ago
  54. 14f4e69 f2fs: prevent checkpoint during roll-forward by Jaegeuk Kim · 10 years ago
  55. b3fe0a0 f2fs: add WARN_ON in f2fs_bug_on by Jaegeuk Kim · 10 years ago
  56. cf779ca f2fs: handle EIO not to break fs consistency by Jaegeuk Kim · 10 years ago
  57. 8501017 f2fs: check s_dirty under cp_mutex by Jaegeuk Kim · 10 years ago
  58. 5274651 f2fs: unlock_page when node page is redirtied out by Jaegeuk Kim · 10 years ago
  59. 1e968fd f2fs: introduce f2fs_cp_error for readability by Jaegeuk Kim · 10 years ago
  60. ed2e621 f2fs: give a chance to mount again when encountering errors by Jaegeuk Kim · 10 years ago
  61. 6f12ac2 f2fs: trigger release_dirty_inode in f2fs_put_super by Jaegeuk Kim · 10 years ago
  62. 97c3c5c f2fs: don't skip checkpoint if there is no dirty node pages by Jaegeuk Kim · 10 years ago
  63. b307384 f2fs: avoid bug_on when error is occurred by Jaegeuk Kim · 10 years ago
  64. 1c35a90 f2fs: fix to recover inline_xattr/data and blocks by Jaegeuk Kim · 10 years ago
  65. e3b4d43 f2fs: should clear the inline_xattr flag by Jaegeuk Kim · 10 years ago
  66. 695facc f2fs: clear FI_INC_LINK during the recovery by Jaegeuk Kim · 10 years ago
  67. 617deb8 f2fs: fix the initial inode page for recovery by Jaegeuk Kim · 10 years ago
  68. 0342fd3 f2fs: make clear on test condition and return types by Jaegeuk Kim · 10 years ago
  69. b067ba1 f2fs: should convert inline_data during the mkwrite by Jaegeuk Kim · 10 years ago
  70. e1c4204 f2fs: fix typo by arter97 · 10 years ago
  71. b65ee14 f2fs: use for_each_set_bit to simplify the code by Chao Yu · 10 years ago
  72. 497a093 f2fs: add f2fs_balance_fs for expand_inode_data by Chao Yu · 10 years ago
  73. 002a41c f2fs: invalidate xattr node page when evict inode by Chao Yu · 10 years ago
  74. 70cfed8 f2fs: avoid skipping recover_inline_xattr after recover_inline_data by Chao Yu · 10 years ago
  75. 70407fa f2fs: add tracepoint for f2fs_direct_IO by Chao Yu · 10 years ago
  76. b3582c6 f2fs: reduce competition among node page writes by Chao Yu · 10 years ago
  77. 65b85cc f2fs: fix coding style by Jaegeuk Kim · 10 years ago
  78. 33be828 f2fs: remove redundant lines in allocate_data_block by Dongho Sim · 10 years ago
  79. 24a9ee0 f2fs: add tracepoint for f2fs_issue_flush by Jaegeuk Kim · 10 years ago
  80. cf2271e f2fs: avoid retrying wrong recovery routine when error was occurred by Jaegeuk Kim · 10 years ago
  81. 61e0f2d f2fs: test before set/clear bits by Jaegeuk Kim · 10 years ago
  82. 01229f5 f2fs: fix wrong condition for unlikely by Jaegeuk Kim · 10 years ago
  83. ea1aa12 f2fs: enable in-place-update for fdatasync by Jaegeuk Kim · 10 years ago
  84. 6d99ba41 f2fs: skip unnecessary data writes during fsync by Jaegeuk Kim · 10 years ago
  85. fff04f9 f2fs: add info of appended or updated data writes by Jaegeuk Kim · 10 years ago
  86. 39efac4 f2fs: use radix_tree for ino management by Jaegeuk Kim · 10 years ago
  87. 6451e04 f2fs: add infra for ino management by Jaegeuk Kim · 10 years ago
  88. 953e6cc f2fs: punch the core function for inode management by Jaegeuk Kim · 10 years ago
  89. 0f7b2ab f2fs: add nobarrier mount option by Jaegeuk Kim · 10 years ago
  90. 9d84795 f2fs: fix to put root inode in error path of fill_super by Chao Yu · 10 years ago
  91. dbf20cb f2fs: avoid use invalid mapping of node_inode when evict meta inode by Chao Yu · 10 years ago
  92. 32f9bc2 f2fs: support ->rename2() by Chao Yu · 10 years ago
  93. 79e35dc f2fs: add f2fs_balance_fs for direct IO by Huang Ying · 10 years ago
  94. f1121ab f2fs: reduce searching region of segmap when free section by Chao Yu · 10 years ago
  95. 4b2868a f2fs: remove the unused stat_lock by Gu Zheng · 10 years ago
  96. 7a6c76b f2fs: cleanup the needless return of f2fs_create_root_stats by Gu Zheng · 10 years ago
  97. 81e366f f2fs: check name_len of dir entry to prevent from deadloop by Chao Yu · 10 years ago
  98. 6b2920a f2fs: use inner macro and function to clean up codes by Chao Yu · 10 years ago
  99. 3aab8f8 f2fs: introduce f2fs_write_failed to handle error case when write by Chao Yu · 10 years ago
  100. eee6160 f2fs: arguments cleanup of finding file flow functions by Gu Zheng · 10 years ago