aboutsummaryrefslogtreecommitdiff
path: root/fs/f2fs/gc.c
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-12f2fs: change the current atomic write wayGravatar Daeho Jeong 1-26/+1
2022-05-06f2fs: give priority to select unpinned section for foreground GCGravatar Chao Yu 1-14/+71
2022-05-06f2fs: write checkpoint during FG_GCGravatar Byungki Lee 1-15/+23
2022-04-25f2fs: don't set GC_FAILURE_PIN for background GCGravatar Chao Yu 1-1/+2
2022-04-25f2fs: check pinfile in gc_data_segment() in advanceGravatar Chao Yu 1-0/+7
2022-03-17f2fs: introduce gc_urgent_mid modeGravatar Daeho Jeong 1-0/+3
2022-02-03f2fs: fix to unlock page correctly in error path of is_alive()Gravatar Chao Yu 1-1/+3
2022-01-24f2fs: move f2fs to use reader-unfair rwsemsGravatar Tim Murray 1-23/+23
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+21
2022-01-15mm: introduce memalloc_retry_wait()Gravatar NeilBrown 1-3/+2
2022-01-04f2fs: do not bother checkpoint by f2fs_get_node_infoGravatar Jaegeuk Kim 1-3/+3
2021-12-10f2fs: add gc_urgent_high_remaining sysfs nodeGravatar Daeho Jeong 1-0/+12