1. 0c82975 f2fs: clean up with f2fs_is_{atomic,volatile}_file() by Chao Yu · 6 years ago
  2. 3c74326 f2fs: fix to propagate error from __get_meta_page() by Chao Yu · 6 years ago
  3. f4a0eb5 f2fs: issue small discard by LBA order by Chao Yu · 6 years ago
  4. 735743f f2fs: stop issuing discard immediately if there is queued IO by Chao Yu · 6 years ago
  5. adfdcf4 f2fs: detect bug_on in f2fs_wait_discard_bios by Chao Yu · 6 years ago
  6. 27d312b f2fs: fix to correct return value of f2fs_trim_fs by Chao Yu · 6 years ago
  7. be92eee f2fs: disable f2fs_check_rb_tree_consistence by Chao Yu · 6 years ago
  8. d05e871 f2fs: introduce and spread verify_blkaddr by Chao Yu · 6 years ago
  9. fa83391 f2fs: don't issue discard commands in online discard is on by Jaegeuk Kim · 6 years ago
  10. f950fa4 treewide: Use array_size in f2fs_kvzalloc() by Kees Cook · 6 years ago
  11. 61f4864 treewide: Use array_size() in f2fs_kzalloc() by Kees Cook · 6 years ago
  12. accb406 f2fs: fix to update mtime correctly by Chao Yu · 6 years ago
  13. 6b4d6a8 f2fs: clean up symbol namespace by Chao Yu · 6 years ago
  14. 34880e0 f2fs: fix to let caller retry allocating block address by Chao Yu · 6 years ago
  15. 4636af9 f2fs: fix to don't trigger writeback during recovery by Chao Yu · 6 years ago
  16. 5bc68f3 f2fs: clear discard_wake earlier by Sheng Yong · 6 years ago
  17. 8d74ddc f2fs: let discard thread wait a little longer if dev is busy by Yunlei He · 6 years ago
  18. caf10c6 f2fs: avoid stucking GC due to atomic write by Chao Yu · 6 years ago
  19. 0390d83 f2fs: introduce sbi->gc_mode to determine the policy by Jaegeuk Kim · 6 years ago
  20. bbab2dc f2fs: keep migration IO order in LFS mode by Chao Yu · 6 years ago
  21. 2f7e488 f2fs: fix to wait page writeback during revoking atomic write by Chao Yu · 6 years ago
  22. 158d9bb f2fs: clean up with is_valid_blkaddr() by Chao Yu · 6 years ago
  23. 2089317 f2fs: fix to initialize min_mtime with ULLONG_MAX by Chao Yu · 6 years ago
  24. f921fa8 f2fs: treat volatile file's data as hot one by Chao Yu · 6 years ago
  25. a2cbd9b f2fs: introduce release_discard_addr() for cleanup by Chao Yu · 6 years ago
  26. 54f4378 f2fs: fix potential overflow by Chao Yu · 6 years ago
  27. 1c7d5f0 f2fs: sanity check for total valid node blocks by Jaegeuk Kim · 6 years ago
  28. 0f0b18a f2fs: sanity check on sit entry by Jaegeuk Kim · 6 years ago
  29. 0b4d0d0 f2fs: clean up commit_inmem_pages() by Chao Yu · 6 years ago
  30. 198f637 f2fs: stop issue discard if something wrong with f2fs by Yunlei He · 6 years ago
  31. 51ad179 f2fs: check if inmem_pages list is empty correctly by Sheng Yong · 6 years ago
  32. 5a60d4c f2fs: check cur_valid_map_mir & raw_sit block count when flush sit entries by Zhikang Zhang · 6 years ago
  33. aa8b4b9 f2fs: correct return value of f2fs_trim_fs by Chao Yu · 6 years ago
  34. 7aee058 f2fs: don't use GFP_ZERO for page caches by Chao Yu · 6 years ago
  35. addb448 f2fs: issue all big range discards in umount process by Yunlei He · 6 years ago
  36. 3ccf9ee f2fs: run fstrim asynchronously if runtime discard is on by Jaegeuk Kim · 6 years ago
  37. cea3ae5 f2fs: turn down IO priority of discard from background by Chao Yu · 6 years ago
  38. 0357a0f f2fs: don't split checkpoint in fstrim by Chao Yu · 6 years ago
  39. 4105909 f2fs: issue discard commands proactively in high fs utilization by Jaegeuk Kim · 6 years ago
  40. 8f6a2e7 f2fs: let fstrim issue discard commands in lower priority by Jaegeuk Kim · 6 years ago
  41. f453147 f2fs: clear PageError on writepage - part 2 by Jaegeuk Kim · 6 years ago
  42. 848b293 f2fs: Add a segment type check in inplace write by Yunlei He · 6 years ago
  43. e9a50e6 f2fs: wrap all options with f2fs_sb_info.mount_opt by Chao Yu · 7 years ago
  44. b6d2ec8 f2fs: Don't overwrite all types of node to keep node chain by Yunlei He · 7 years ago
  45. ac734c4 f2fs: support hot file extension by Chao Yu · 7 years ago
  46. e987858 f2fs: issue discard aggressively in the gc_urgent mode by Jaegeuk Kim · 7 years ago
  47. 78c1fc2 f2fs: add mount option for segment allocation policy by Jaegeuk Kim · 7 years ago
  48. 770611e f2fs: clean up f2fs_sb_has_xxx functions by Sheng Yong · 7 years ago
  49. 87c1806 f2fs: support passing down write hints to block layer with F2FS policy by Hyunchul Lee · 7 years ago
  50. bcdc571 f2fs: support passing down write hints given by users to block layer by Hyunchul Lee · 7 years ago
  51. aae506a f2fs: fix heap mode to reset it back by Yunlong Song · 7 years ago
  52. 58dc6f6 f2fs: rebuild sit page from sit info in mem by Yunlei He · 7 years ago
  53. 6393cef f2fs: stop issuing discard if fs is readonly by Chao Yu · 7 years ago
  54. 742bc90 f2fs: clean up duplicated assignment in init_discard_policy by Chao Yu · 7 years ago
  55. 1a3b004 f2fs: stop gc/discard thread after fs shutdown by Chao Yu · 7 years ago
  56. d1a6b4f f2fs: handle newly created page when revoking inmem pages by Daeho Jeong · 7 years ago
  57. 37d4ca7 f2fs: avoid high cpu usage in discard thread by Chao Yu · 7 years ago
  58. 02cfdab f2fs: make local functions static by Wei Yongjun · 7 years ago
  59. 2659746 f2fs: check segment type in __f2fs_replace_block by Yunlong Song · 7 years ago
  60. 2648e73 f2fs: return error during fill_super by Jaegeuk Kim · 7 years ago
  61. c804fcf f2fs: no need return value in restore summary process by Yunlei He · 7 years ago
  62. b02e72d f2fs: spread f2fs_k{m,z}alloc by Chao Yu · 7 years ago
  63. ead5259 f2fs: inject fault to kvmalloc by Chao Yu · 7 years ago
  64. e585ca2 f2fs: inject fault to kzalloc by Chao Yu · 7 years ago
  65. 1a9d6a9 f2fs: apply write hints to select the type of segment for direct write by Hyunchul Lee · 7 years ago
  66. b1823df f2fs: apply write hints to select the type of segments for buffered write by Hyunchul Lee · 7 years ago
  67. 7f41aab f2fs: fix summary info corruption by Chao Yu · 7 years ago
  68. 148c518 f2fs: remove dead code in update_meta_page by Chao Yu · 7 years ago
  69. 25d0bec f2fs: use rw_semaphore to protect SIT cache by Chao Yu · 7 years ago
  70. c7272f8 Revert "f2fs: handle dirty segments inside refresh_sit_entry" by Yunlong Song · 7 years ago
  71. b9f7387 f2fs: export SSR allocation threshold by Chao Yu · 7 years ago
  72. ab30204 f2fs: give correct trimmed blocks in fstrim by Chao Yu · 7 years ago
  73. b5db2de f2fs: support bio allocation error injection by Chao Yu · 7 years ago
  74. 872d8e3 f2fs: remove several redundant assignments by Colin Ian King · 7 years ago
  75. 35e13ca f2fs: limit # of inmemory pages by Jaegeuk Kim · 7 years ago
  76. 1e5305a f2fs: give up CP_TRIMMED_FLAG if it drops discards by Chao Yu · 7 years ago
  77. 8258fd3 f2fs: trace f2fs_remove_discard by Chao Yu · 7 years ago
  78. 6c46b37 f2fs: reduce cmd_lock coverage in __issue_discard_cmd by Chao Yu · 7 years ago
  79. daf437d f2fs: split discard policy by Chao Yu · 7 years ago
  80. 69a5967 f2fs: wrap discard policy by Chao Yu · 7 years ago
  81. 28e1023 f2fs: support issuing/waiting discard in range by Chao Yu · 7 years ago
  82. fd6422e f2fs: fix to flush multiple device in checkpoint by Chao Yu · 7 years ago
  83. f014be8 f2fs: enhance multiple device flush by Chao Yu · 7 years ago
  84. 8c9f306 f2fs: fix potential panic during fstrim by Chao Yu · 7 years ago
  85. 30da3a4 f2fs: hurry up to issue discard after io interruption by Chao Yu · 7 years ago
  86. 2b170fc f2fs: speed up gc_urgent mode with SSR by Jaegeuk Kim · 7 years ago
  87. cfc72cc f2fs: better to wait for fstrim completion by Jaegeuk Kim · 7 years ago
  88. fb605d0 f2fs: use generic terms used for encrypted block management by Jaegeuk Kim · 7 years ago
  89. b0171d9 f2fs: fix to wake up all sleeping flusher by Chao Yu · 7 years ago
  90. abd63f4 f2fs: avoid race in between atomic_read & atomic_inc by Chao Yu · 7 years ago
  91. a69c974 f2fs: remove unneeded parameter of change_curseg by Chao Yu · 7 years ago
  92. 200ad89 f2fs: wake up discard_thread iff there is a candidate by Jaegeuk Kim · 7 years ago
  93. 4e7540c f2fs: clear FI_HOT_DATA correctly by Chao Yu · 7 years ago
  94. 4aab88e f2fs: fix out-of-order execution in f2fs_issue_flush by Chao Yu · 7 years ago
  95. 766330d f2fs: issue discard commands if gc_urgent is set by Jaegeuk Kim · 7 years ago
  96. efe24da f2fs: introduce discard_granularity sysfs entry by Chao Yu · 7 years ago
  97. 4b634f36 f2fs: retry to revoke atomic commit in -ENOMEM case by Chao Yu · 7 years ago
  98. 55824ab f2fs: fix the size value in __check_sit_bitmap by Yunlong Song · 7 years ago
  99. c0fe488 f2fs: add app/fs io stat by Chao Yu · 7 years ago
  100. 5fd827b f2fs: do not change the valid_block value if cur_valid_map was wrongly set or cleared by Yunlong Song · 7 years ago