1. 198f637 f2fs: stop issue discard if something wrong with f2fs by Yunlei He · 6 years ago
  2. 51ad179 f2fs: check if inmem_pages list is empty correctly by Sheng Yong · 6 years ago
  3. 5a60d4c f2fs: check cur_valid_map_mir & raw_sit block count when flush sit entries by Zhikang Zhang · 6 years ago
  4. aa8b4b9 f2fs: correct return value of f2fs_trim_fs by Chao Yu · 6 years ago
  5. 7aee058 f2fs: don't use GFP_ZERO for page caches by Chao Yu · 6 years ago
  6. addb448 f2fs: issue all big range discards in umount process by Yunlei He · 6 years ago
  7. 3ccf9ee f2fs: run fstrim asynchronously if runtime discard is on by Jaegeuk Kim · 6 years ago
  8. cea3ae5 f2fs: turn down IO priority of discard from background by Chao Yu · 6 years ago
  9. 0357a0f f2fs: don't split checkpoint in fstrim by Chao Yu · 6 years ago
  10. 4105909 f2fs: issue discard commands proactively in high fs utilization by Jaegeuk Kim · 6 years ago
  11. 8f6a2e7 f2fs: let fstrim issue discard commands in lower priority by Jaegeuk Kim · 6 years ago
  12. f453147 f2fs: clear PageError on writepage - part 2 by Jaegeuk Kim · 6 years ago
  13. 848b293 f2fs: Add a segment type check in inplace write by Yunlei He · 7 years ago
  14. e9a50e6 f2fs: wrap all options with f2fs_sb_info.mount_opt by Chao Yu · 7 years ago
  15. b6d2ec8 f2fs: Don't overwrite all types of node to keep node chain by Yunlei He · 7 years ago
  16. ac734c4 f2fs: support hot file extension by Chao Yu · 7 years ago
  17. e987858 f2fs: issue discard aggressively in the gc_urgent mode by Jaegeuk Kim · 7 years ago
  18. 78c1fc2 f2fs: add mount option for segment allocation policy by Jaegeuk Kim · 7 years ago
  19. 770611e f2fs: clean up f2fs_sb_has_xxx functions by Sheng Yong · 7 years ago
  20. 87c1806 f2fs: support passing down write hints to block layer with F2FS policy by Hyunchul Lee · 7 years ago
  21. bcdc571 f2fs: support passing down write hints given by users to block layer by Hyunchul Lee · 7 years ago
  22. aae506a f2fs: fix heap mode to reset it back by Yunlong Song · 7 years ago
  23. 58dc6f6 f2fs: rebuild sit page from sit info in mem by Yunlei He · 7 years ago
  24. 6393cef f2fs: stop issuing discard if fs is readonly by Chao Yu · 7 years ago
  25. 742bc90 f2fs: clean up duplicated assignment in init_discard_policy by Chao Yu · 7 years ago
  26. 1a3b004 f2fs: stop gc/discard thread after fs shutdown by Chao Yu · 7 years ago
  27. d1a6b4f f2fs: handle newly created page when revoking inmem pages by Daeho Jeong · 7 years ago
  28. 37d4ca7 f2fs: avoid high cpu usage in discard thread by Chao Yu · 7 years ago
  29. 02cfdab f2fs: make local functions static by Wei Yongjun · 7 years ago
  30. 2659746 f2fs: check segment type in __f2fs_replace_block by Yunlong Song · 7 years ago
  31. 2648e73 f2fs: return error during fill_super by Jaegeuk Kim · 7 years ago
  32. c804fcf f2fs: no need return value in restore summary process by Yunlei He · 7 years ago
  33. b02e72d f2fs: spread f2fs_k{m,z}alloc by Chao Yu · 7 years ago
  34. ead5259 f2fs: inject fault to kvmalloc by Chao Yu · 7 years ago
  35. e585ca2 f2fs: inject fault to kzalloc by Chao Yu · 7 years ago
  36. 1a9d6a9 f2fs: apply write hints to select the type of segment for direct write by Hyunchul Lee · 7 years ago
  37. b1823df f2fs: apply write hints to select the type of segments for buffered write by Hyunchul Lee · 7 years ago
  38. 7f41aab f2fs: fix summary info corruption by Chao Yu · 7 years ago
  39. 148c518 f2fs: remove dead code in update_meta_page by Chao Yu · 7 years ago
  40. 25d0bec f2fs: use rw_semaphore to protect SIT cache by Chao Yu · 7 years ago
  41. c7272f8 Revert "f2fs: handle dirty segments inside refresh_sit_entry" by Yunlong Song · 7 years ago
  42. b9f7387 f2fs: export SSR allocation threshold by Chao Yu · 7 years ago
  43. ab30204 f2fs: give correct trimmed blocks in fstrim by Chao Yu · 7 years ago
  44. b5db2de f2fs: support bio allocation error injection by Chao Yu · 7 years ago
  45. 872d8e3 f2fs: remove several redundant assignments by Colin Ian King · 7 years ago
  46. 35e13ca f2fs: limit # of inmemory pages by Jaegeuk Kim · 7 years ago
  47. 1e5305a f2fs: give up CP_TRIMMED_FLAG if it drops discards by Chao Yu · 7 years ago
  48. 8258fd3 f2fs: trace f2fs_remove_discard by Chao Yu · 7 years ago
  49. 6c46b37 f2fs: reduce cmd_lock coverage in __issue_discard_cmd by Chao Yu · 7 years ago
  50. daf437d f2fs: split discard policy by Chao Yu · 7 years ago
  51. 69a5967 f2fs: wrap discard policy by Chao Yu · 7 years ago
  52. 28e1023 f2fs: support issuing/waiting discard in range by Chao Yu · 7 years ago
  53. fd6422e f2fs: fix to flush multiple device in checkpoint by Chao Yu · 7 years ago
  54. f014be8 f2fs: enhance multiple device flush by Chao Yu · 7 years ago
  55. 8c9f306 f2fs: fix potential panic during fstrim by Chao Yu · 7 years ago
  56. 30da3a4 f2fs: hurry up to issue discard after io interruption by Chao Yu · 7 years ago
  57. 2b170fc f2fs: speed up gc_urgent mode with SSR by Jaegeuk Kim · 7 years ago
  58. cfc72cc f2fs: better to wait for fstrim completion by Jaegeuk Kim · 7 years ago
  59. fb605d0 f2fs: use generic terms used for encrypted block management by Jaegeuk Kim · 7 years ago
  60. b0171d9 f2fs: fix to wake up all sleeping flusher by Chao Yu · 7 years ago
  61. abd63f4 f2fs: avoid race in between atomic_read & atomic_inc by Chao Yu · 7 years ago
  62. a69c974 f2fs: remove unneeded parameter of change_curseg by Chao Yu · 7 years ago
  63. 200ad89 f2fs: wake up discard_thread iff there is a candidate by Jaegeuk Kim · 7 years ago
  64. 4e7540c f2fs: clear FI_HOT_DATA correctly by Chao Yu · 7 years ago
  65. 4aab88e f2fs: fix out-of-order execution in f2fs_issue_flush by Chao Yu · 7 years ago
  66. 766330d f2fs: issue discard commands if gc_urgent is set by Jaegeuk Kim · 7 years ago
  67. efe24da f2fs: introduce discard_granularity sysfs entry by Chao Yu · 7 years ago
  68. 4b634f36 f2fs: retry to revoke atomic commit in -ENOMEM case by Chao Yu · 7 years ago
  69. 55824ab f2fs: fix the size value in __check_sit_bitmap by Yunlong Song · 7 years ago
  70. c0fe488 f2fs: add app/fs io stat by Chao Yu · 7 years ago
  71. 5fd827b f2fs: do not change the valid_block value if cur_valid_map was wrongly set or cleared by Yunlong Song · 7 years ago
  72. 5ccdd09 f2fs: update cur_valid_map_mir together with cur_valid_map by Yunlong Song · 7 years ago
  73. 4310125 f2fs: support inode checksum by Chao Yu · 7 years ago
  74. ce8bd4b f2fs: make background threads of f2fs being aware of freezing by Chao Yu · 7 years ago
  75. 847413f f2fs: give a try to do atomic write in -ENOMEM case by Jaegeuk Kim · 7 years ago
  76. 280fd0f f2fs: introduce __check_sit_bitmap by Chao Yu · 7 years ago
  77. d9d85cc f2fs: stop gc/discard thread in prior during umount by Chao Yu · 7 years ago
  78. 471cd23 f2fs: avoid redundant f2fs_flush after remount by Yunlong Song · 7 years ago
  79. eb6c48e f2fs: add f2fs_bug_on in __remove_discard_cmd by Chao Yu · 7 years ago
  80. a7aa97d f2fs: introduce __wait_one_discard_bio by Chao Yu · 7 years ago
  81. a8d6175 f2fs: sanity check size of nat and sit cache by Jin Qian · 7 years ago
  82. ad9baf4 f2fs: fix a panic caused by NULL flush_cmd_control by Yunlei He · 7 years ago
  83. 57a9123 f2fs: Do not issue small discards in LFS mode by Damien Le Moal · 7 years ago
  84. 3215e78 f2fs: wait discard IO completion without cmd_lock held by Chao Yu · 7 years ago
  85. b1f5c76 f2fs: wake up all waiters in f2fs_submit_discard_endio by Chao Yu · 7 years ago
  86. fa68121 f2fs: show more info if fail to issue discard by Chao Yu · 7 years ago
  87. c52dc0f f2fs: introduce io_list for serialize data/node IOs by Chao Yu · 7 years ago
  88. 0650468 f2fs: split wio_mutex by Chao Yu · 7 years ago
  89. 050e833 f2fs: combine huge num of discard rb tree consistence checks by Yunlei He · 7 years ago
  90. d430af2 f2fs: try to freeze in gc and discard threads by Jaegeuk Kim · 7 years ago
  91. 1b48ed6 f2fs: avoid f2fs_lock_op for IPU writes by Jaegeuk Kim · 7 years ago
  92. c412726 f2fs: split bio cache by Jaegeuk Kim · 7 years ago
  93. 72cc458 f2fs: use fio instead of multiple parameters by Jaegeuk Kim · 7 years ago
  94. 9bc576a f2fs: remove unnecessary read cases in merged IO flow by Jaegeuk Kim · 7 years ago
  95. e6b120d f2fs/fscrypt: catch up to v4.12 by Jaegeuk Kim · 7 years ago
  96. 8c53efc3 f2fs: avoid to issue redundant discard commands by Jaegeuk Kim · 8 years ago
  97. 0f34802 f2fs: support checkpoint error injection by Chao Yu · 8 years ago
  98. 9c09404 f2fs: remove redundant value definition by Yunlei He · 8 years ago
  99. aaec2b1 f2fs: introduce cp_lock to protect updating of ckpt_flags by Chao Yu · 8 years ago
  100. a468f0e f2fs: use crc and cp version to determine roll-forward recovery by Jaegeuk Kim · 8 years ago