sysfs-fs-f2fs 789 B

1234567891011121314151617181920212223242526
  1. What: /sys/fs/f2fs/<disk>/gc_max_sleep_time
  2. Date: July 2013
  3. Contact: "Namjae Jeon" <namjae.jeon@samsung.com>
  4. Description:
  5. Controls the maximun sleep time for gc_thread. Time
  6. is in milliseconds.
  7. What: /sys/fs/f2fs/<disk>/gc_min_sleep_time
  8. Date: July 2013
  9. Contact: "Namjae Jeon" <namjae.jeon@samsung.com>
  10. Description:
  11. Controls the minimum sleep time for gc_thread. Time
  12. is in milliseconds.
  13. What: /sys/fs/f2fs/<disk>/gc_no_gc_sleep_time
  14. Date: July 2013
  15. Contact: "Namjae Jeon" <namjae.jeon@samsung.com>
  16. Description:
  17. Controls the default sleep time for gc_thread. Time
  18. is in milliseconds.
  19. What: /sys/fs/f2fs/<disk>/gc_idle
  20. Date: July 2013
  21. Contact: "Namjae Jeon" <namjae.jeon@samsung.com>
  22. Description:
  23. Controls the victim selection policy for garbage collection.