aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/gc.c
AgeCommit message (Expand)Author
2023-12-26f2fs: Add error handling for negative returns from do_garbage_collectYongpeng Yang
2023-12-26f2fs: Use wait_event_freezable_timeout() for freezable kthreadKevin Hao
2023-12-11f2fs: introduce f2fs_invalidate_internal_cache() for cleanupChao Yu
2023-12-11f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENChao Yu
2023-09-02Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-08-14f2fs: fix to account cp stats correctlyChao Yu
2023-08-14f2fs: fix to account gc stats correctlyChao Yu
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong
2023-06-26f2fs: check return value of freeze_super()Chao Yu
2023-06-12f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu
2023-06-12f2fs: Fix over-estimating free section during FG GCYonggil Song
2023-05-08f2fs: support errors=remount-ro|continue|panic mountoptionChao Yu
2023-04-24f2fs: remove power-of-two limitation of zoned deviceJaegeuk Kim
2023-04-18f2fs: add has_enough_free_secs()Yangtao Li
2023-04-18f2fs: refactor f2fs_gc to call checkpoint in urgent conditionJaegeuk Kim
2023-04-12f2fs: fix to keep consistent i_gc_rwsem lock orderChao Yu
2023-04-10f2fs: Fix system crash due to lack of free space in LFSYonggil Song
2023-04-10f2fs: remove struct victim_selection default_v_opsYangtao Li
2023-03-29f2fs: factor out victim_entry usage from general rb_tree useJaegeuk Kim
2023-03-29f2fs: fix uninitialized skipped_gc_rwsemYonggil Song
2023-02-02f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoChao Yu
2023-01-11f2fs: convert discard_wake and gc_wake to bool typeYangtao Li
2023-01-11f2fs: merge f2fs_show_injection_info() into time_to_inject()Yangtao Li
2023-01-06f2fs: avoid to check PG_error flagChao Yu
2023-01-06f2fs: add a f2fs_lookup_extent_cache_block helperChristoph Hellwig
2022-12-14Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-12-12f2fs: reset wait_ms to default if any of the victims have been selectedYuwei Guan
2022-12-12f2fs: refactor extent_cache to support for read and moreJaegeuk Kim
2022-12-08f2fs: do some cleanup for f2fs module initYangtao Li
2022-11-28f2fs: avoid victim selection from previous victim sectionYonggil Song
2022-11-28f2fs: fix to do sanity check on i_extra_isize in is_alive()Chao Yu
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-11f2fs: optimize iteration over sparse directoriesChao Yu
2022-11-01f2fs: replace gc_urgent_high_remaining with gc_remaining_trialsYangtao Li
2022-11-01f2fs: fix return val in f2fs_start_ckpt_thread()Yangtao Li
2022-11-01f2fs: fix gc mode when gc_urgent_high_remaining is 1Yangtao Li
2022-10-27f2fs: Fix the race condition of resize flag between resizefsZhang Qilong
2022-10-25f2fs: should put a page when checking the summary infoPavel Machek
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-04f2fs: support recording errors into superblockChao Yu
2022-10-04f2fs: support recording stop_checkpoint reason into super_blockChao Yu
2022-10-04f2fs: fix to do sanity check on summary infoChao Yu
2022-08-29f2fs: remove gc_urgent_high_limited for cleanupChao Yu
2022-08-29f2fs: iostat: support accounting compressed IOChao Yu
2022-08-29f2fs: fix wrong continue condition in GCJaegeuk Kim
2022-07-30f2fs: don't bother wait_ms by foreground gcqixiaoyu1
2022-07-30f2fs: adjust zone capacity when considering valid block countJaegeuk Kim
2022-05-17f2fs: do not stop GC when requiring a free sectionJaegeuk Kim
2022-05-12f2fs: keep wait_ms if EAGAIN happensJaegeuk Kim
2022-05-12f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parametersJaegeuk Kim