1. cc9618c f2fs: check hot_data for roll-forward recovery by Jaegeuk Kim · 7 years ago
  2. 0f90297 f2fs: let fill_super handle roll-forward errors by Jaegeuk Kim · 7 years ago
  3. aaec2b1 f2fs: introduce cp_lock to protect updating of ckpt_flags by Chao Yu · 8 years ago
  4. 9e1e6df f2fs: put directory inodes before checkpoint in roll-forward recovery by Jaegeuk Kim · 8 years ago
  5. a468f0e f2fs: use crc and cp version to determine roll-forward recovery by Jaegeuk Kim · 8 years ago
  6. e8ea9b3 f2fs: avoid ENOMEM during roll-forward recovery by Jaegeuk Kim · 8 years ago
  7. f4702d6 f2fs: add common iget in add_fsync_inode by Jaegeuk Kim · 8 years ago
  8. e7ba108 f2fs: add roll-forward recovery process for encrypted dentry by Shuoran Liu · 8 years ago
  9. 275b66b f2fs: support async discard by Chao Yu · 8 years ago
  10. 6f3ec99 f2fs: handle error case with f2fs_bug_on by Jaegeuk Kim · 8 years ago
  11. 91246c2 f2fs: fix to report error number of f2fs_find_entry by Chao Yu · 8 years ago
  12. 36abef4 f2fs: introduce mode=lfs mount option by Jaegeuk Kim · 8 years ago
  13. 26de9b1 f2fs: avoid unnecessary updating inode during fsync by Jaegeuk Kim · 8 years ago
  14. ee6d182 f2fs: remove syncing inode page in all the cases by Jaegeuk Kim · 8 years ago
  15. fc9581c f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync by Jaegeuk Kim · 8 years ago
  16. 975756c f2fs: avoid ENOSPC fault in the recovery process by Jaegeuk Kim · 8 years ago
  17. 41382ec f2fs: use percpu_counter for alloc_valid_block_count by Jaegeuk Kim · 8 years ago
  18. 3b9b10f f2fs: avoid f2fs_bug_on during recovery by Jaegeuk Kim · 8 years ago
  19. f61cce5 f2fs: fix inode cache leak by Chao Yu · 8 years ago
  20. ae8d1db f2fs: remove unneeded readahead in find_fsync_dnodes by Chao Yu · 8 years ago
  21. 3f8ab27 f2fs: factor out fsync inode entry operations by Chao Yu · 8 years ago
  22. 608514d f2fs: set fsync mark only for the last dnode by Jaegeuk Kim · 8 years ago
  23. 6781eab f2fs: give -EINVAL for norecovery and rw mount by Jaegeuk Kim · 9 years ago
  24. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  25. 28bc106 f2fs: support revoking atomic written pages by Chao Yu · 9 years ago
  26. 81ca735 f2fs: remove unneeded pointer conversion by Chao Yu · 9 years ago
  27. fec1d65 f2fs: use wait_for_stable_page to avoid contention by Jaegeuk Kim · 9 years ago
  28. c34f42e f2fs: report error of do_checkpoint by Chao Yu · 9 years ago
  29. b7973f2 f2fs: clean up argument of recover_data by Chao Yu · 9 years ago
  30. 807b1e1 f2fs: do not recover from previous remained wrong dnodes by Jaegeuk Kim · 9 years ago
  31. 26879fb f2fs: support lower priority asynchronous readahead in ra_meta_pages by Chao Yu · 9 years ago
  32. 2b94700 f2fs: don't tag REQ_META for temporary non-meta pages by Chao Yu · 9 years ago
  33. 7223554 f2fs: remove unneeded f2fs_{,un}lock_op in do_recover_data() by Chao Yu · 9 years ago
  34. 9edcdab f2fs: fix overflow of size calculation by Chao Yu · 9 years ago
  35. 315df83 f2fs: do not write any node pages related to orphan inodes by Jaegeuk Kim · 9 years ago
  36. 12a8343 f2fs: recover invalid/reserved block address for fsynced file by Chao Yu · 9 years ago
  37. e90c2d2 f2fs: invalidate temporary meta page by Chao Yu · 9 years ago
  38. 528e345 f2fs: hide common code in f2fs_replace_block by Chao Yu · 9 years ago
  39. e7d5545 f2fs crypto: add filename encryption for roll-forward recovery by Jaegeuk Kim · 9 years ago
  40. 19f106b f2fs: introduce f2fs_replace_block() for reuse by Chao Yu · 9 years ago
  41. f0c9cad f2fs: use is_valid_blkaddr to verify blkaddr for readability by Chao Yu · 9 years ago
  42. 1002755 f2fs: pass checkpoint reason on roll-forward recovery by Jaegeuk Kim · 9 years ago
  43. e03b07d f2fs: do not recover wrong data index by Jaegeuk Kim · 9 years ago
  44. 418f6c2 f2fs: do not increase link count during recovery by Jaegeuk Kim · 9 years ago
  45. 510022a f2fs: add F2FS_INLINE_DOTS to recover missing dot dentries by Jaegeuk Kim · 9 years ago
  46. c9ef481 f2fs: fix mismatching lock and unlock pages for roll-forward recovery by Jaegeuk Kim · 10 years ago
  47. 216a620 f2fs: split set_data_blkaddr from f2fs_update_extent_cache by Chao Yu · 10 years ago
  48. 8fbc418 f2fs: avoid wrong error during recovery by Jaegeuk Kim · 10 years ago
  49. 1614091 f2fs: remove obsolete code by Jaegeuk Kim · 10 years ago
  50. 7e4dde7 f2fs: introduce universal lookup/update interface for extent cache by Chao Yu · 10 years ago
  51. caf0047 f2fs: merge flags in struct f2fs_sb_info by Chao Yu · 10 years ago
  52. bc4a1f8 f2fs: leave comment for code readability by Jaegeuk Kim · 10 years ago
  53. e1509cf f2fs: clean up to remove parameter by Jaegeuk Kim · 10 years ago
  54. 635aee1 f2fs: avoid to ra unneeded blocks in recover flow by Chao Yu · 10 years ago
  55. 9486ba442 f2fs: introduce f2fs_dentry_kunmap to clean up by Jaegeuk Kim · 10 years ago
  56. 622f28a f2fs: enable inline dir handling by Chao Yu · 10 years ago
  57. dbeacf0 f2fs: export dir operations for inline dir by Chao Yu · 10 years ago
  58. 7cd8558 f2fs: check the use of macros on block counts and addresses by Jaegeuk Kim · 10 years ago
  59. 75ab4cb f2fs: introduce cp_control structure by Jaegeuk Kim · 10 years ago
  60. c52e1b1 f2fs: remove redundant operation during roll-forward recovery by Jaegeuk Kim · 10 years ago
  61. 441ac5c f2fs: fix roll-forward missing scenarios by Jaegeuk Kim · 10 years ago
  62. 4c521f49 f2fs: use meta_inode cache to improve roll-forward speed by Jaegeuk Kim · 10 years ago
  63. 6097911 f2fs: fix double lock for inode page during roll-foward recovery by Jaegeuk Kim · 10 years ago
  64. 9850cf4 f2fs: need fsck.f2fs when f2fs_bug_on is triggered by Jaegeuk Kim · 10 years ago
  65. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 10 years ago
  66. 202095a f2fs: remove rewrite_node_page by Jaegeuk Kim · 10 years ago
  67. 14f4e69 f2fs: prevent checkpoint during roll-forward by Jaegeuk Kim · 10 years ago
  68. b307384 f2fs: avoid bug_on when error is occurred by Jaegeuk Kim · 10 years ago
  69. 1c35a90 f2fs: fix to recover inline_xattr/data and blocks by Jaegeuk Kim · 10 years ago
  70. 695facc f2fs: clear FI_INC_LINK during the recovery by Jaegeuk Kim · 10 years ago
  71. 70cfed8 f2fs: avoid skipping recover_inline_xattr after recover_inline_data by Chao Yu · 10 years ago
  72. cf2271e f2fs: avoid retrying wrong recovery routine when error was occurred by Jaegeuk Kim · 10 years ago
  73. 86928f9 f2fs: avoid not to call remove_dirty_inode by Jaegeuk Kim · 10 years ago
  74. 5c1f992 f2fs: set errno when f2fs_iget failed in recover_dentry by Chao Yu · 10 years ago
  75. 6403eb1 f2fs: introduce help macro ADDRS_PER_PAGE() by Chao Yu · 10 years ago
  76. ed57c27 f2fs: remove costly dirty_dir_inode operations by Jaegeuk Kim · 10 years ago
  77. 2d7b822 f2fs: use list_for_each_entry{_safe} for simplyfying code by Chao Yu · 10 years ago
  78. 3cb5ad1 f2fs: call f2fs_wait_on_page_writeback instead of native function by Jaegeuk Kim · 11 years ago
  79. e8512d2 f2fs: remove the unused ctor argument of f2fs_kmem_cache_create() by Gu Zheng · 11 years ago
  80. 695fd1e f2fs: use existing macro to clean up some codes by Chao Yu · 11 years ago
  81. f6517cf f2fs: fix a build warning by Jaegeuk Kim · 11 years ago
  82. 491c085 f2fs: clean up with a macro by Jaegeuk Kim · 11 years ago
  83. abb2366 f2fs: fix to recover xattr node block by Jaegeuk Kim · 11 years ago
  84. 6c311ec f2fs: clean checkpatch warnings by Chris Fries · 11 years ago
  85. 1e1bb4b f2fs: add inline_data recovery routine by Jaegeuk Kim · 11 years ago
  86. 58bfaf4 f2fs: introduce F2FS_INODE macro to get f2fs_inode by Jaegeuk Kim · 11 years ago
  87. d96b1431 f2fs: check filename length in recover_dentry by Chao Yu · 11 years ago
  88. 6bacf52 f2fs: add unlikely() macro for compiler more aggressively by Jaegeuk Kim · 11 years ago
  89. b9987a2 f2fs: avoid unneeded page release for correct _count of page by Chao Yu · 11 years ago
  90. a0acdfe f2fs: use inner macro GFP_F2FS_ZERO for simplification by Chao Yu · 11 years ago
  91. 93dfe2a f2fs: refactor bio-related operations by Jaegeuk Kim · 11 years ago
  92. 5d56b67 f2fs: add an option to avoid unnecessary BUG_ONs by Jaegeuk Kim · 11 years ago
  93. aabe513 f2fs: use bool for booleans by Haicheng Li · 11 years ago
  94. e479556 f2fs: use rw_sem instead of fs_lock(locks mutex) by Gu Zheng · 11 years ago
  95. 2e5558f f2fs: account for orphan inodes during recovery by Russ W. Knize · 11 years ago
  96. 691c6fd f2fs: remove unneeded write checkpoint in recover_fsync_data by Chao Yu · 11 years ago
  97. de93653 f2fs: reserve the xattr space dynamically by Jaegeuk Kim · 11 years ago
  98. e27dae4 f2fs: alloc_page() doesn't return an ERR_PTR by Dan Carpenter · 11 years ago
  99. d71b556 f2fs: introduce cur_cp_version function to reduce code size by Jaegeuk Kim · 11 years ago
  100. 4559071 f2fs: introduce help function F2FS_NODE() by Gu Zheng · 11 years ago