1. 7fa750a f2fs: rework fault injection handling to avoid a warning by Arnd Bergmann · 6 years ago
  2. e6b0b15 f2fs: fix wrong kernel message when recover fsync data on ro fs by Yunlei He · 7 years ago
  3. 7735730 f2fs: fix to propagate error from __get_meta_page() by Chao Yu · 7 years ago
  4. 82902c0 f2fs: fix to detect looped node chain correctly by Chao Yu · 7 years ago
  5. e1da787 f2fs: introduce and spread verify_blkaddr by Chao Yu · 7 years ago
  6. 4d57b86 f2fs: clean up symbol namespace by Chao Yu · 7 years ago
  7. 7b525dd f2fs: clean up with is_valid_blkaddr() by Chao Yu · 7 years ago
  8. eff15c2 f2fs: do not check F2FS_INLINE_DOTS in recover by Sheng Yong · 7 years ago
  9. fb0e72c f2fs: fix to handle looped node chain during recovery by Chao Yu · 7 years ago
  10. bdbc90f f2fs: don't put dentry page in pagecache into highmem by Yunlong Song · 7 years ago
  11. 37a086f f2fs: recover some i_inline flags by Jaegeuk Kim · 7 years ago
  12. e17d488 f2fs: remove unused parameter by Sheng Yong · 7 years ago
  13. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  14. ea67673 f2fs: support quota sys files by Jaegeuk Kim · 7 years ago
  15. 125c9fb f2fs: check hot_data for roll-forward recovery by Jaegeuk Kim · 7 years ago
  16. afd2b4d f2fs: let fill_super handle roll-forward errors by Jaegeuk Kim · 7 years ago
  17. 4b2414d f2fs: support journalled quota by Chao Yu · 7 years ago
  18. 7a2af76 f2fs: enhance on-disk inode structure scalability by Chao Yu · 8 years ago
  19. d40d30c f2fs: avoid dirty node pages in check_only recovery by Jaegeuk Kim · 8 years ago
  20. d260081 f2fs: change recovery policy of xattr node block by Chao Yu · 8 years ago
  21. dba79f3 f2fs: fix to avoid overflow when left shifting page offset by Chao Yu · 8 years ago
  22. fed2466 f2fs: remove unused values in recover_fsync_data by Yunlei He · 8 years ago
  23. 2678723 f2fs: do not activate auto_recovery for fallocated i_size by Jaegeuk Kim · 8 years ago
  24. 3a3a5ea f2fs: do not recover i_size if it's valid by Jaegeuk Kim · 8 years ago
  25. d47b871 Revert "f2fs: do not recover from previous remained wrong dnodes" by Chao Yu · 8 years ago
  26. 9f0552e f2fs: fix wrong i_atime recovery by Chao Yu · 8 years ago
  27. aaec2b1 f2fs: introduce cp_lock to protect updating of ckpt_flags by Chao Yu · 8 years ago
  28. 9e1e6df f2fs: put directory inodes before checkpoint in roll-forward recovery by Jaegeuk Kim · 8 years ago
  29. a468f0e f2fs: use crc and cp version to determine roll-forward recovery by Jaegeuk Kim · 8 years ago
  30. e8ea9b3 f2fs: avoid ENOMEM during roll-forward recovery by Jaegeuk Kim · 8 years ago
  31. f4702d6 f2fs: add common iget in add_fsync_inode by Jaegeuk Kim · 8 years ago
  32. e7ba108 f2fs: add roll-forward recovery process for encrypted dentry by Shuoran Liu · 8 years ago
  33. 275b66b f2fs: support async discard by Chao Yu · 8 years ago
  34. 6f3ec99 f2fs: handle error case with f2fs_bug_on by Jaegeuk Kim · 9 years ago
  35. 91246c2 f2fs: fix to report error number of f2fs_find_entry by Chao Yu · 9 years ago
  36. 36abef4 f2fs: introduce mode=lfs mount option by Jaegeuk Kim · 9 years ago
  37. 26de9b1 f2fs: avoid unnecessary updating inode during fsync by Jaegeuk Kim · 9 years ago
  38. ee6d182 f2fs: remove syncing inode page in all the cases by Jaegeuk Kim · 9 years ago
  39. fc9581c f2fs: introduce f2fs_i_size_write with mark_inode_dirty_sync by Jaegeuk Kim · 9 years ago
  40. 975756c f2fs: avoid ENOSPC fault in the recovery process by Jaegeuk Kim · 9 years ago
  41. 41382ec f2fs: use percpu_counter for alloc_valid_block_count by Jaegeuk Kim · 9 years ago
  42. 3b9b10f f2fs: avoid f2fs_bug_on during recovery by Jaegeuk Kim · 9 years ago
  43. f61cce5 f2fs: fix inode cache leak by Chao Yu · 9 years ago
  44. ae8d1db f2fs: remove unneeded readahead in find_fsync_dnodes by Chao Yu · 9 years ago
  45. 3f8ab27 f2fs: factor out fsync inode entry operations by Chao Yu · 9 years ago
  46. 608514d f2fs: set fsync mark only for the last dnode by Jaegeuk Kim · 9 years ago
  47. 6781eab f2fs: give -EINVAL for norecovery and rw mount by Jaegeuk Kim · 9 years ago
  48. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  49. 28bc106 f2fs: support revoking atomic written pages by Chao Yu · 9 years ago
  50. 81ca735 f2fs: remove unneeded pointer conversion by Chao Yu · 9 years ago
  51. fec1d65 f2fs: use wait_for_stable_page to avoid contention by Jaegeuk Kim · 9 years ago
  52. c34f42e f2fs: report error of do_checkpoint by Chao Yu · 9 years ago
  53. b7973f2 f2fs: clean up argument of recover_data by Chao Yu · 9 years ago
  54. 807b1e1 f2fs: do not recover from previous remained wrong dnodes by Jaegeuk Kim · 9 years ago
  55. 26879fb f2fs: support lower priority asynchronous readahead in ra_meta_pages by Chao Yu · 9 years ago
  56. 2b94700 f2fs: don't tag REQ_META for temporary non-meta pages by Chao Yu · 9 years ago
  57. 7223554 f2fs: remove unneeded f2fs_{,un}lock_op in do_recover_data() by Chao Yu · 9 years ago
  58. 9edcdab f2fs: fix overflow of size calculation by Chao Yu · 9 years ago
  59. 315df83 f2fs: do not write any node pages related to orphan inodes by Jaegeuk Kim · 9 years ago
  60. 12a8343 f2fs: recover invalid/reserved block address for fsynced file by Chao Yu · 9 years ago
  61. e90c2d2 f2fs: invalidate temporary meta page by Chao Yu · 9 years ago
  62. 528e345 f2fs: hide common code in f2fs_replace_block by Chao Yu · 10 years ago
  63. e7d5545 f2fs crypto: add filename encryption for roll-forward recovery by Jaegeuk Kim · 10 years ago
  64. 19f106b f2fs: introduce f2fs_replace_block() for reuse by Chao Yu · 10 years ago
  65. f0c9cad f2fs: use is_valid_blkaddr to verify blkaddr for readability by Chao Yu · 10 years ago
  66. 1002755 f2fs: pass checkpoint reason on roll-forward recovery by Jaegeuk Kim · 10 years ago
  67. e03b07d f2fs: do not recover wrong data index by Jaegeuk Kim · 10 years ago
  68. 418f6c2 f2fs: do not increase link count during recovery by Jaegeuk Kim · 10 years ago
  69. 510022a f2fs: add F2FS_INLINE_DOTS to recover missing dot dentries by Jaegeuk Kim · 10 years ago
  70. c9ef481 f2fs: fix mismatching lock and unlock pages for roll-forward recovery by Jaegeuk Kim · 10 years ago
  71. 216a620 f2fs: split set_data_blkaddr from f2fs_update_extent_cache by Chao Yu · 10 years ago
  72. 8fbc418 f2fs: avoid wrong error during recovery by Jaegeuk Kim · 10 years ago
  73. 1614091 f2fs: remove obsolete code by Jaegeuk Kim · 10 years ago
  74. 7e4dde7 f2fs: introduce universal lookup/update interface for extent cache by Chao Yu · 10 years ago
  75. caf0047 f2fs: merge flags in struct f2fs_sb_info by Chao Yu · 10 years ago
  76. bc4a1f8 f2fs: leave comment for code readability by Jaegeuk Kim · 10 years ago
  77. e1509cf f2fs: clean up to remove parameter by Jaegeuk Kim · 10 years ago
  78. 635aee1 f2fs: avoid to ra unneeded blocks in recover flow by Chao Yu · 10 years ago
  79. 9486ba4 f2fs: introduce f2fs_dentry_kunmap to clean up by Jaegeuk Kim · 10 years ago
  80. 622f28a f2fs: enable inline dir handling by Chao Yu · 10 years ago
  81. dbeacf0 f2fs: export dir operations for inline dir by Chao Yu · 10 years ago
  82. 7cd8558 f2fs: check the use of macros on block counts and addresses by Jaegeuk Kim · 10 years ago
  83. 75ab4cb f2fs: introduce cp_control structure by Jaegeuk Kim · 10 years ago
  84. c52e1b1 f2fs: remove redundant operation during roll-forward recovery by Jaegeuk Kim · 10 years ago
  85. 441ac5c f2fs: fix roll-forward missing scenarios by Jaegeuk Kim · 10 years ago
  86. 4c521f49 f2fs: use meta_inode cache to improve roll-forward speed by Jaegeuk Kim · 10 years ago
  87. 6097911 f2fs: fix double lock for inode page during roll-foward recovery by Jaegeuk Kim · 10 years ago
  88. 9850cf4 f2fs: need fsck.f2fs when f2fs_bug_on is triggered by Jaegeuk Kim · 10 years ago
  89. 4081363 f2fs: introduce F2FS_I_SB, F2FS_M_SB, and F2FS_P_SB by Jaegeuk Kim · 10 years ago
  90. 202095a f2fs: remove rewrite_node_page by Jaegeuk Kim · 10 years ago
  91. 14f4e69 f2fs: prevent checkpoint during roll-forward by Jaegeuk Kim · 10 years ago
  92. b307384 f2fs: avoid bug_on when error is occurred by Jaegeuk Kim · 10 years ago
  93. 1c35a90 f2fs: fix to recover inline_xattr/data and blocks by Jaegeuk Kim · 10 years ago
  94. 695facc f2fs: clear FI_INC_LINK during the recovery by Jaegeuk Kim · 10 years ago
  95. 70cfed8 f2fs: avoid skipping recover_inline_xattr after recover_inline_data by Chao Yu · 10 years ago
  96. cf2271e f2fs: avoid retrying wrong recovery routine when error was occurred by Jaegeuk Kim · 10 years ago
  97. 86928f9 f2fs: avoid not to call remove_dirty_inode by Jaegeuk Kim · 11 years ago
  98. 5c1f992 f2fs: set errno when f2fs_iget failed in recover_dentry by Chao Yu · 11 years ago
  99. 6403eb1 f2fs: introduce help macro ADDRS_PER_PAGE() by Chao Yu · 11 years ago
  100. ed57c27 f2fs: remove costly dirty_dir_inode operations by Jaegeuk Kim · 11 years ago