aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/gc.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-26f2fs: Add error handling for negative returns from do_garbage_collectGravatar Yongpeng Yang 1-0/+3
2023-12-26f2fs: Use wait_event_freezable_timeout() for freezable kthreadGravatar Kevin Hao 1-3/+3
2023-12-11f2fs: introduce f2fs_invalidate_internal_cache() for cleanupGravatar Chao Yu 1-3/+2
2023-12-11f2fs: delete obsolete FI_FIRST_BLOCK_WRITTENGravatar Chao Yu 1-2/+0
2023-09-02Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+12
2023-08-14f2fs: fix to account cp stats correctlyGravatar Chao Yu 1-0/+5
2023-08-14f2fs: fix to account gc stats correctlyGravatar Chao Yu 1-6/+7
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeGravatar Darrick J. Wong 1-3/+5
2023-06-26f2fs: check return value of freeze_super()Gravatar Chao Yu 1-1/+3
2023-06-12f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Gravatar Chao Yu 1-3/+18
2023-06-12f2fs: Fix over-estimating free section during FG GCGravatar Yonggil Song 1-5/+11
2023-05-08f2fs: support errors=remount-ro|continue|panic mountoptionGravatar Chao Yu 1-1/+1
2023-04-24f2fs: remove power-of-two limitation of zoned deviceGravatar Jaegeuk Kim 1-2/+2
2023-04-18f2fs: add has_enough_free_secs()Gravatar Yangtao Li 1-2/+2
2023-04-18f2fs: refactor f2fs_gc to call checkpoint in urgent conditionGravatar Jaegeuk Kim 1-14/+13
2023-04-12f2fs: fix to keep consistent i_gc_rwsem lock orderGravatar Chao Yu 1-4/+4
2023-04-10f2fs: Fix system crash due to lack of free space in LFSGravatar Yonggil Song 1-2/+8
2023-04-10f2fs: remove struct victim_selection default_v_opsGravatar Yangtao Li 1-11/+4
2023-03-29f2fs: factor out victim_entry usage from general rb_tree useGravatar Jaegeuk Kim 1-54/+85
2023-03-29f2fs: fix uninitialized skipped_gc_rwsemGravatar Yonggil Song 1-1/+1
2023-02-02f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoGravatar Chao Yu 1-4/+4
2023-01-11f2fs: convert discard_wake and gc_wake to bool typeGravatar Yangtao Li 1-2/+2
2023-01-11f2fs: merge f2fs_show_injection_info() into time_to_inject()Gravatar Yangtao Li 1-3/+1
2023-01-06f2fs: avoid to check PG_error flagGravatar Chao Yu 1-1/+0
2023-01-06f2fs: add a f2fs_lookup_extent_cache_block helperGravatar Christoph Hellwig 1-3/+2
2022-12-14Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-36/+43
2022-12-12f2fs: reset wait_ms to default if any of the victims have been selectedGravatar Yuwei Guan 1-0/+4
2022-12-12f2fs: refactor extent_cache to support for read and moreGravatar Jaegeuk Kim 1-2/+2
2022-12-08f2fs: do some cleanup for f2fs module initGravatar Yangtao Li 1-3/+1
2022-11-28f2fs: avoid victim selection from previous victim sectionGravatar Yonggil Song 1-2/+3
2022-11-28f2fs: fix to do sanity check on i_extra_isize in is_alive()Gravatar Chao Yu 1-6/+12
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionGravatar Jason A. Donenfeld 1-1/+1
2022-11-11f2fs: optimize iteration over sparse directoriesGravatar Chao Yu 1-2/+2
2022-11-01f2fs: replace gc_urgent_high_remaining with gc_remaining_trialsGravatar Yangtao Li 1-6/+6
2022-11-01f2fs: fix return val in f2fs_start_ckpt_thread()Gravatar Yangtao Li 1-8/+7
2022-11-01f2fs: fix gc mode when gc_urgent_high_remaining is 1Gravatar Yangtao Li 1-10/+9
2022-10-27f2fs: Fix the race condition of resize flag between resizefsGravatar Zhang Qilong 1-3/+2
2022-10-25f2fs: should put a page when checking the summary infoGravatar Pavel Machek 1-0/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Gravatar Jason A. Donenfeld 1-1/+1
2022-10-04f2fs: support recording errors into superblockGravatar Chao Yu 1-0/+2
2022-10-04f2fs: support recording stop_checkpoint reason into super_blockGravatar Chao Yu 1-2/+4
2022-10-04f2fs: fix to do sanity check on summary infoGravatar Chao Yu 1-1/+9
2022-08-29f2fs: remove gc_urgent_high_limited for cleanupGravatar Chao Yu 1-4/+4
2022-08-29f2fs: iostat: support accounting compressed IOGravatar Chao Yu 1-5/+7
2022-08-29f2fs: fix wrong continue condition in GCGravatar Jaegeuk Kim 1-8/+4
2022-07-30f2fs: don't bother wait_ms by foreground gcGravatar qixiaoyu1 1-2/+5
2022-07-30f2fs: adjust zone capacity when considering valid block countGravatar Jaegeuk Kim 1-2/+2
2022-05-17f2fs: do not stop GC when requiring a free sectionGravatar Jaegeuk Kim 1-5/+9
2022-05-12f2fs: keep wait_ms if EAGAIN happensGravatar Jaegeuk Kim 1-2/+2
2022-05-12f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parametersGravatar Jaegeuk Kim 1-33/+41