summaryrefslogtreecommitdiff
path: root/fs/f2fs/gc.c
Commit message (Expand)AuthorAgeFilesLines
* f2fs: remove power-of-two limitation of zoned deviceJaegeuk Kim2023-04-241-2/+2
* f2fs: add has_enough_free_secs()Yangtao Li2023-04-181-2/+2
* f2fs: refactor f2fs_gc to call checkpoint in urgent conditionJaegeuk Kim2023-04-181-14/+13
* f2fs: fix to keep consistent i_gc_rwsem lock orderChao Yu2023-04-121-4/+4
* f2fs: Fix system crash due to lack of free space in LFSYonggil Song2023-04-101-2/+8
* f2fs: remove struct victim_selection default_v_opsYangtao Li2023-04-101-11/+4
* f2fs: factor out victim_entry usage from general rb_tree useJaegeuk Kim2023-03-291-54/+85
* f2fs: fix uninitialized skipped_gc_rwsemYonggil Song2023-03-291-1/+1
* f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoChao Yu2023-02-021-4/+4
* f2fs: convert discard_wake and gc_wake to bool typeYangtao Li2023-01-111-2/+2
* f2fs: merge f2fs_show_injection_info() into time_to_inject()Yangtao Li2023-01-111-3/+1
* f2fs: avoid to check PG_error flagChao Yu2023-01-061-1/+0
* f2fs: add a f2fs_lookup_extent_cache_block helperChristoph Hellwig2023-01-061-3/+2
* Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-141-36/+43
|\
| * f2fs: reset wait_ms to default if any of the victims have been selectedYuwei Guan2022-12-121-0/+4
| * f2fs: refactor extent_cache to support for read and moreJaegeuk Kim2022-12-121-2/+2
| * f2fs: do some cleanup for f2fs module initYangtao Li2022-12-081-3/+1
| * f2fs: avoid victim selection from previous victim sectionYonggil Song2022-11-281-2/+3
| * f2fs: fix to do sanity check on i_extra_isize in is_alive()Chao Yu2022-11-281-6/+12
| * f2fs: optimize iteration over sparse directoriesChao Yu2022-11-111-2/+2
| * f2fs: replace gc_urgent_high_remaining with gc_remaining_trialsYangtao Li2022-11-011-6/+6
| * f2fs: fix return val in f2fs_start_ckpt_thread()Yangtao Li2022-11-011-8/+7
| * f2fs: fix gc mode when gc_urgent_high_remaining is 1Yangtao Li2022-11-011-10/+9
| * f2fs: Fix the race condition of resize flag between resizefsZhang Qilong2022-10-271-3/+2
| * f2fs: should put a page when checking the summary infoPavel Machek2022-10-251-0/+1
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
* f2fs: support recording errors into superblockChao Yu2022-10-041-0/+2
* f2fs: support recording stop_checkpoint reason into super_blockChao Yu2022-10-041-2/+4
* f2fs: fix to do sanity check on summary infoChao Yu2022-10-041-1/+9
* f2fs: remove gc_urgent_high_limited for cleanupChao Yu2022-08-291-4/+4
* f2fs: iostat: support accounting compressed IOChao Yu2022-08-291-5/+7
* f2fs: fix wrong continue condition in GCJaegeuk Kim2022-08-291-8/+4
* f2fs: don't bother wait_ms by foreground gcqixiaoyu12022-07-301-2/+5
* f2fs: adjust zone capacity when considering valid block countJaegeuk Kim2022-07-301-2/+2
* f2fs: do not stop GC when requiring a free sectionJaegeuk Kim2022-05-171-5/+9
* f2fs: keep wait_ms if EAGAIN happensJaegeuk Kim2022-05-121-2/+2
* f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parametersJaegeuk Kim2022-05-121-33/+41
* f2fs: change the current atomic write wayDaeho Jeong2022-05-121-26/+1
* f2fs: give priority to select unpinned section for foreground GCChao Yu2022-05-061-14/+71
* f2fs: write checkpoint during FG_GCByungki Lee2022-05-061-15/+23
* f2fs: don't set GC_FAILURE_PIN for background GCChao Yu2022-04-251-1/+2
* f2fs: check pinfile in gc_data_segment() in advanceChao Yu2022-04-251-0/+7
* f2fs: introduce gc_urgent_mid modeDaeho Jeong2022-03-171-0/+3
* f2fs: fix to unlock page correctly in error path of is_alive()Chao Yu2022-02-031-1/+3
* f2fs: move f2fs to use reader-unfair rwsemsTim Murray2022-01-241-23/+23
* Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-191-5/+21
|\
| * f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim2022-01-041-3/+3
| * f2fs: add gc_urgent_high_remaining sysfs nodeDaeho Jeong2021-12-101-0/+12
| * f2fs: fix to do sanity check in is_alive()Chao Yu2021-12-101-0/+3