1. a26b7c8 f2fs: optimize gc for better performance by Jin Xu · 11 years ago
  2. de93653 f2fs: reserve the xattr space dynamically by Jaegeuk Kim · 11 years ago
  3. a569469 f2fs: fix a deadlock in fsync by Jin Xu · 11 years ago
  4. d2dc095 f2fs: add sysfs entries to select the gc policy by Namjae Jeon · 11 years ago
  5. b59d0ba f2fs: add sysfs support for controlling the gc_thread by Namjae Jeon · 11 years ago
  6. 6cc4af5 f2fs: code cleanup and simplify in func {find/add}_gc_inode by Gu Zheng · 11 years ago
  7. b2b3460 f2fs: reorganise the function get_victim_by_default by Namjae Jeon · 11 years ago
  8. 7a267f8 f2fs: return proper error from start_gc_thread by Namjae Jeon · 11 years ago
  9. 35b09d8 f2fs: push some variables to debug part by Namjae Jeon · 11 years ago
  10. b743ba7 f2fs: remove useless #include <linux/proc_fs.h> as we're now using sysfs as debug entry. by Haicheng Li · 11 years ago
  11. c718379b f2fs: give a chance to merge IOs by IO scheduler by Jaegeuk Kim · 11 years ago
  12. 6cb968d f2fs: avoid frequent background GC by Jaegeuk Kim · 11 years ago
  13. 8e46b3e f2fs: add tracepoints for GC threads by Namjae Jeon · 11 years ago
  14. d64f804 f2fs: write checkpoint before starting FG_GC by Jaegeuk Kim · 11 years ago
  15. 3993683 f2fs: introduce a new global lock scheme by Jaegeuk Kim · 12 years ago
  16. b747375 f2fs: avoid race for summary information by Jaegeuk Kim · 11 years ago
  17. 4ebefc4 f2fs: check completion of foreground GC by Jaegeuk Kim · 11 years ago
  18. 5ec4e49 f2fs: change GC bitmaps to apply the section granularity by Jaegeuk Kim · 11 years ago
  19. 111d249 f2fs: fix typo in comments by Masanari Iida · 11 years ago
  20. b7250d2 f2fs: fix calculation of max. gc cost in the SSR case by Jaegeuk Kim · 11 years ago
  21. 4372752 f2fs: clarify and enhance the f2fs_gc flow by Jaegeuk Kim · 11 years ago
  22. 2571842 f2fs: mark gc_thread as NULL when thread creation is failed by Namjae Jeon · 11 years ago
  23. ec7b1f2 f2fs: name gc task as per the block device by Namjae Jeon · 11 years ago
  24. 48600e4 f2fs: remove unnecessary gc option check and balance_fs by Changman Lee · 11 years ago
  25. d4686d56 f2fs: avoid balanc_fs during evict_inode by Jaegeuk Kim · 12 years ago
  26. 3786dfd f2fs: avoid redundant call to has_not_enough_free_secs in f2fs_gc by Namjae Jeon · 12 years ago
  27. d6212a5 f2fs: add un/freeze_fs into super_operations by Changman Lee · 12 years ago
  28. 9af45ef f2fs: add comments of start_bidx_of_node by Jaegeuk Kim · 12 years ago
  29. 6e6093a f2fs: add __init to functions in init_f2fs_fs by Namjae Jeon · 12 years ago
  30. 408e937 f2fs: revisit the f2fs_gc flow by Jaegeuk Kim · 12 years ago
  31. 2b50638 f2fs: clean up unused variables and return values by Jaegeuk Kim · 12 years ago
  32. ce19a5d f2fs: clean up the start_bidx_of_node function by Jaegeuk Kim · 12 years ago
  33. 1042d60 f2fs: remove unneeded initialization by Namjae Jeon · 12 years ago
  34. 0a8165d f2fs: adjust kernel coding style by Jaegeuk Kim · 12 years ago
  35. 7bc0900 f2fs: add garbage collection functions by Jaegeuk Kim · 12 years ago