summaryrefslogtreecommitdiff
path: root/fs/f2fs/gc.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-03Merge tag 'f2fs-for-6-6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+12
2023-08-14f2fs: fix to account cp stats correctlyChao Yu1-0/+5
2023-08-14f2fs: fix to account gc stats correctlyChao Yu1-6/+7
2023-07-17fs: distinguish between user initiated freeze and kernel initiated freezeDarrick J. Wong1-3/+5
2023-06-26f2fs: check return value of freeze_super()Chao Yu1-1/+3
2023-06-12f2fs: fix to avoid NULL pointer dereference f2fs_write_end_io()Chao Yu1-3/+18
2023-06-12f2fs: Fix over-estimating free section during FG GCYonggil Song1-5/+11
2023-05-08f2fs: support errors=remount-ro|continue|panic mountoptionChao Yu1-1/+1
2023-04-24f2fs: remove power-of-two limitation of zoned deviceJaegeuk Kim1-2/+2
2023-04-18f2fs: add has_enough_free_secs()Yangtao Li1-2/+2
2023-04-18f2fs: refactor f2fs_gc to call checkpoint in urgent conditionJaegeuk Kim1-14/+13
2023-04-13f2fs: fix to keep consistent i_gc_rwsem lock orderChao Yu1-4/+4
2023-04-10f2fs: Fix system crash due to lack of free space in LFSYonggil Song1-2/+8
2023-04-10f2fs: remove struct victim_selection default_v_opsYangtao Li1-11/+4
2023-03-30f2fs: factor out victim_entry usage from general rb_tree useJaegeuk Kim1-54/+85
2023-03-30f2fs: fix uninitialized skipped_gc_rwsemYonggil Song1-1/+1
2023-02-03f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoChao Yu1-4/+4
2023-01-11f2fs: convert discard_wake and gc_wake to bool typeYangtao Li1-2/+2
2023-01-11f2fs: merge f2fs_show_injection_info() into time_to_inject()Yangtao Li1-3/+1
2023-01-07f2fs: avoid to check PG_error flagChao Yu1-1/+0
2023-01-07f2fs: add a f2fs_lookup_extent_cache_block helperChristoph Hellwig1-3/+2
2022-12-15Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-36/+43
2022-12-13f2fs: reset wait_ms to default if any of the victims have been selectedYuwei Guan1-0/+4
2022-12-13f2fs: refactor extent_cache to support for read and moreJaegeuk Kim1-2/+2
2022-12-08f2fs: do some cleanup for f2fs module initYangtao Li1-3/+1
2022-11-28f2fs: avoid victim selection from previous victim sectionYonggil Song1-2/+3
2022-11-28f2fs: fix to do sanity check on i_extra_isize in is_alive()Chao Yu1-6/+12
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-11-11f2fs: optimize iteration over sparse directoriesChao Yu1-2/+2
2022-11-02f2fs: replace gc_urgent_high_remaining with gc_remaining_trialsYangtao Li1-6/+6
2022-11-02f2fs: fix return val in f2fs_start_ckpt_thread()Yangtao Li1-8/+7
2022-11-02f2fs: fix gc mode when gc_urgent_high_remaining is 1Yangtao Li1-10/+9
2022-10-28f2fs: Fix the race condition of resize flag between resizefsZhang Qilong1-3/+2
2022-10-25f2fs: should put a page when checking the summary infoPavel Machek1-0/+1
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-04f2fs: support recording errors into superblockChao Yu1-0/+2
2022-10-04f2fs: support recording stop_checkpoint reason into super_blockChao Yu1-2/+4
2022-10-04f2fs: fix to do sanity check on summary infoChao Yu1-1/+9
2022-08-30f2fs: remove gc_urgent_high_limited for cleanupChao Yu1-4/+4
2022-08-30f2fs: iostat: support accounting compressed IOChao Yu1-5/+7
2022-08-30f2fs: fix wrong continue condition in GCJaegeuk Kim1-8/+4
2022-07-31f2fs: don't bother wait_ms by foreground gcqixiaoyu11-2/+5
2022-07-31f2fs: adjust zone capacity when considering valid block countJaegeuk Kim1-2/+2
2022-05-17f2fs: do not stop GC when requiring a free sectionJaegeuk Kim1-5/+9
2022-05-12f2fs: keep wait_ms if EAGAIN happensJaegeuk Kim1-2/+2
2022-05-12f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parametersJaegeuk Kim1-33/+41
2022-05-12f2fs: change the current atomic write wayDaeho Jeong1-26/+1
2022-05-07f2fs: give priority to select unpinned section for foreground GCChao Yu1-14/+71
2022-05-06f2fs: write checkpoint during FG_GCByungki Lee1-15/+23
2022-04-26f2fs: don't set GC_FAILURE_PIN for background GCChao Yu1-1/+2