1. 4992ba2 f2fs: add ovp valid_blocks check for bg gc victim to fg_gc by Hou Pengyang · 8 years ago
  2. de0dcc4 f2fs: fix wrong sum_page pointer in f2fs_gc by Jaegeuk Kim · 8 years ago
  3. 3fa5650 f2fs: remove dead variable by Sheng Yong · 8 years ago
  4. 0f34802 f2fs: support checkpoint error injection by Chao Yu · 8 years ago
  5. 1ecc0c5 f2fs: support configuring fault injection per superblock by Chao Yu · 8 years ago
  6. 646e759 f2fs: avoid gc in cp_error case by Jaegeuk Kim · 8 years ago
  7. f6fe2be f2fs: should put_page for summary page by Jaegeuk Kim · 8 years ago
  8. 2956e45 f2fs: assign return value in f2fs_gc by Jaegeuk Kim · 8 years ago
  9. 7f3037a f2fs: check free_sections for defragmentation by Jaegeuk Kim · 8 years ago
  10. 7ea984b f2fs: do in batch synchronously readahead during GC by Chao Yu · 8 years ago
  11. 43ced84 f2fs: clean up foreground GC flow by Chao Yu · 8 years ago
  12. 4fc29c1 Merge tag 'for-f2fs-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 8 years ago
  13. fe94793 f2fs: get victim segment again after new cp by Yunlei He · 8 years ago
  14. 7024628 block: get rid of bio_rw and READA by Christoph Hellwig · 8 years ago
  15. 9dfa1ba f2fs: use blk_plug in all the possible paths by Jaegeuk Kim · 8 years ago
  16. 82e0a5a f2fs: fix to avoid data update racing between GC and DIO by Chao Yu · 8 years ago
  17. 72e1c79 f2fs: fix to redirty page if fail to gc data page by Chao Yu · 8 years ago
  18. 1563ac7 f2fs: fix to detect truncation prior rather than EIO during read by Chao Yu · 8 years ago
  19. aa98727 f2fs: skip clean segment for gc by Jaegeuk Kim · 8 years ago
  20. 19a5f5e f2fs: drop any block plugging by Jaegeuk Kim · 8 years ago
  21. 04d328d f2fs: use bio op accessors by Mike Christie · 8 years ago
  22. 9194232 f2fs: use inode pointer for {set, clear}_inode_flag by Jaegeuk Kim · 8 years ago
  23. 0414b00 f2fs: introduce f2fs_kmalloc to wrap kmalloc by Jaegeuk Kim · 8 years ago
  24. da011cc f2fs: move node pages only in victim section during GC by Chao Yu · 8 years ago
  25. 5268137 f2fs: split sync_node_pages with fsync_node_pages by Jaegeuk Kim · 8 years ago
  26. f28b343 f2fs: introduce f2fs_update_data_blkaddr for cleanup by Chao Yu · 9 years ago
  27. 4356e48 f2fs crypto: fix incorrect positioning for GCing encrypted data page by Chao Yu · 9 years ago
  28. 7a9d754 f2fs: trace old block address for CoWed page by Chao Yu · 9 years ago
  29. 17d899d f2fs: fix the wrong stat count of calling gc by Chao Yu · 9 years ago
  30. 4ce5377 f2fs: remain last victim segment number ascending order by Jaegeuk Kim · 9 years ago
  31. 81ca735 f2fs: remove unneeded pointer conversion by Chao Yu · 9 years ago
  32. 688159b f2fs: avoid unnecessary search while finding victim in gc by Fan Li · 9 years ago
  33. fec1d65 f2fs: use wait_for_stable_page to avoid contention by Jaegeuk Kim · 9 years ago
  34. 718e53f f2fs: enhance foreground GC by Chao Yu · 9 years ago
  35. 6e17bfb f2fs: fix to overcome inline_data floods by Jaegeuk Kim · 9 years ago
  36. d0239e1 f2fs: detect idle time depending on user behavior by Jaegeuk Kim · 9 years ago
  37. 6d5a149 f2fs: let user being aware of IO error by Chao Yu · 9 years ago
  38. 3519e3f f2fs: use sbi->blocks_per_seg to avoid unnecessary calculation by Chao Yu · 9 years ago
  39. 84e4214 f2fs: relocate the tracepoint for background_gc by Jaegeuk Kim · 9 years ago
  40. 08b39fb f2fs crypto: fix racing of accessing encrypted page among by Chao Yu · 9 years ago
  41. 26879fb f2fs: support lower priority asynchronous readahead in ra_meta_pages by Chao Yu · 9 years ago
  42. a56c7c6 f2fs: set GFP_NOFS for grab_cache_page by Jaegeuk Kim · 9 years ago
  43. 5c26743 f2fs: add a tracepoint for background gc by Jaegeuk Kim · 9 years ago
  44. 6aefd93 f2fs: introduce background_gc=sync mount option by Jaegeuk Kim · 9 years ago
  45. d530d4d f2fs: support synchronous gc in ioctl by Chao Yu · 9 years ago
  46. 3342bb3 f2fs: skip searching dirty map if dirty segment is not exist by Chao Yu · 9 years ago
  47. a43f7ec f2fs: fix to avoid redundant searching in dirty map during gc by Chao Yu · 9 years ago
  48. ab126cf f2fs: should get a victim from retrials by Jaegeuk Kim · 9 years ago
  49. 45fe849 f2fs: fix to correct freed section number during gc by Chao Yu · 9 years ago
  50. 5ee5293 f2fs: retry gc if one section is not successfully reclaimed by Jaegeuk Kim · 9 years ago
  51. 26d5859 f2fs: avoid garbage collecting already moved node blocks by Jaegeuk Kim · 9 years ago
  52. 798c1b1 f2fs: skip checkpoint if there is no dirty and prefree segments by Jaegeuk Kim · 9 years ago
  53. 1b77c41 f2fs: use a page temporarily for encrypted gced page by Jaegeuk Kim · 9 years ago
  54. c107989 f2fs: make the function check_dnode have a return type of bool and change it's name to is_alive by Nicholas Krause · 9 years ago
  55. 6282adb f2fs: call set_page_dirty to attach i_wb for cgroup by Jaegeuk Kim · 9 years ago
  56. 548aeda f2fs: handle error cases in move_encrypted_block by Jaegeuk Kim · 9 years ago
  57. 9236cac f2fs: fix a deadlock for summary page lock vs. sentry_lock by Jaegeuk Kim · 9 years ago
  58. 4375a33 f2fs crypto: add encryption support in read/write paths by Jaegeuk Kim · 9 years ago
  59. 43f3eae f2fs: split find_data_page according to specific purposes by Jaegeuk Kim · 9 years ago
  60. c879f90 f2fs: move get_page for gc victims by Jaegeuk Kim · 9 years ago
  61. 05ca363 f2fs: add sbi and page pointer in f2fs_io_info by Jaegeuk Kim · 9 years ago
  62. e123598 f2fs: add stat info for moved blocks by background gc by Changman Lee · 10 years ago
  63. 119ee91 f2fs: split UMOUNT and FASTBOOT flags by Jaegeuk Kim · 10 years ago
  64. 88dd893 f2fs: clean up {in,de}create_sleep_time by Chao Yu · 10 years ago
  65. f28e503 f2fs: use f2fs_radix_tree_insert to clean codes by Chao Yu · 10 years ago
  66. 0629207 f2fs: reuse inode_entry_slab in gc procedure for using slab more effectively by Chao Yu · 10 years ago
  67. 9be32d7 f2fs: do retry operations with cond_resched by Jaegeuk Kim · 10 years ago
  68. 769ec6e f2fs: call radix_tree_preload before radix_tree_insert by Jaegeuk Kim · 10 years ago
  69. 7dda2af f2fs: more fast lookup for gc_inode list by Changman Lee · 10 years ago
  70. 31a3268 f2fs: cleanup if-statement of phase in gc_data_segment by Changman Lee · 10 years ago
  71. 6c02993 f2fs: avoid unable to restart gc thread in remount by Chao Yu · 10 years ago
  72. d5053a34 f2fs: introduce -o fastboot for reducing booting time only by Jaegeuk Kim · 10 years ago
  73. 8a2d0ac f2fs: remove the seems unneeded argument 'type' from __get_victim by Gu Zheng · 10 years ago
  74. 7cd8558 f2fs: check the use of macros on block counts and addresses by Jaegeuk Kim · 10 years ago
  75. 75ab4cb f2fs: introduce cp_control structure by Jaegeuk Kim · 10 years ago
  76. 210f41b f2fs: fix to search whole dirty segmap when get_victim by Chao Yu · 10 years ago
  77. a7ffdbe f2fs: expand counting dirty pages in the inode page cache by Jaegeuk Kim · 10 years ago
  78. 9a01b56 f2fs: avoid node page to be written twice in gc_node_segment by Huang Ying · 10 years ago
  79. b73e528 f2fs: reposition unlock_new_inode to prevent accessing invalid inode by Chao Yu · 10 years ago
  80. 1e968fd f2fs: introduce f2fs_cp_error for readability by Jaegeuk Kim · 10 years ago
  81. e1c4204 f2fs: fix typo by arter97 · 10 years ago
  82. b65ee14 f2fs: use for_each_set_bit to simplify the code by Chao Yu · 10 years ago
  83. e8512d2 f2fs: remove the unused ctor argument of f2fs_kmem_cache_create() by Gu Zheng · 11 years ago
  84. 81c1a0f1 f2fs: readahead contiguous SSA blocks for f2fs_gc by Chao Yu · 11 years ago
  85. 1fe54f9 f2fs: clean up redundant function call by Jaegeuk Kim · 11 years ago
  86. 203681f f2fs: fix f2fs_write_meta_page at no checkpoint status by Jaegeuk Kim · 11 years ago
  87. 5514f0a f2fs: remove the needless parameter of f2fs_wait_on_page_writeback by Yuan Zhong · 11 years ago
  88. b1c57c1 f2fs: add a sysfs entry to control max_victim_search by Jaegeuk Kim · 11 years ago
  89. 7e8f230 f2fs: remove the rw_flag domain from f2fs_io_info by Gu Zheng · 11 years ago
  90. 458e619 f2fs: refactor bio->rw handling by Jaegeuk Kim · 11 years ago
  91. 63a0b7cb f2fs: merge pages with the same sync_mode flag by Fan Li · 11 years ago
  92. 6bacf52 f2fs: add unlikely() macro for compiler more aggressively by Jaegeuk Kim · 11 years ago
  93. 93dfe2a f2fs: refactor bio-related operations by Jaegeuk Kim · 11 years ago
  94. 031fa8c f2fs: remove unnecessary condition checks by Jaegeuk Kim · 11 years ago
  95. 4660f9c f2fs: introduce f2fs_balance_fs_bg for some background jobs by Jaegeuk Kim · 11 years ago
  96. 81eb8d6 f2fs: reclaim prefree segments periodically by Jaegeuk Kim · 11 years ago
  97. dcdfff6 f2fs: clean up several status-related operations by Jaegeuk Kim · 11 years ago
  98. 7bd5938 f2fs: introduce f2fs_kmem_cache_alloc to hide the unfailed, kmem cache allocation by Gu Zheng · 11 years ago
  99. a57e564 f2fs: optimize the victim searching loop slightly by Jin Xu · 11 years ago
  100. a26b7c8 f2fs: optimize gc for better performance by Jin Xu · 11 years ago