summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/gc.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge tag 'f2fs-for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-36/+43
2022-12-12f2fs: reset wait_ms to default if any of the victims have been selectedYuwei Guan1-0/+4
2022-12-12f2fs: 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-01f2fs: replace gc_urgent_high_remaining with gc_remaining_trialsYangtao Li1-6/+6
2022-11-01f2fs: fix return val in f2fs_start_ckpt_thread()Yangtao Li1-8/+7
2022-11-01f2fs: fix gc mode when gc_urgent_high_remaining is 1Yangtao Li1-10/+9
2022-10-27f2fs: 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-11treewide: 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-29f2fs: remove gc_urgent_high_limited for cleanupChao Yu1-4/+4
2022-08-29f2fs: iostat: support accounting compressed IOChao Yu1-5/+7
2022-08-29f2fs: fix wrong continue condition in GCJaegeuk Kim1-8/+4
2022-07-30f2fs: don't bother wait_ms by foreground gcqixiaoyu11-2/+5
2022-07-30f2fs: 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-06f2fs: 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-25f2fs: don't set GC_FAILURE_PIN for background GCChao Yu1-1/+2
2022-04-25f2fs: check pinfile in gc_data_segment() in advanceChao Yu1-0/+7
2022-03-17f2fs: introduce gc_urgent_mid modeDaeho Jeong1-0/+3
2022-02-03f2fs: fix to unlock page correctly in error path of is_alive()Chao Yu1-1/+3
2022-01-24f2fs: move f2fs to use reader-unfair rwsemsTim Murray1-23/+23
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+21
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown1-3/+2
2022-01-04f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim1-3/+3
2021-12-10f2fs: add gc_urgent_high_remaining sysfs nodeDaeho Jeong1-0/+12
2021-12-10f2fs: fix to do sanity check in is_alive()Chao Yu1-0/+3
2021-12-10f2fs: fix to avoid panic in is_alive() if metadata is inconsistentChao Yu1-1/+1
2021-12-10f2fs: fix to do sanity check on inode type during garbage collectionChao Yu1-1/+2
2021-10-26f2fs: introduce fragment allocation mode mount optionDaeho Jeong1-1/+4
2021-08-30f2fs: fix to account missing .skipped_gc_rwsemChao Yu1-1/+3
2021-08-23f2fs: separate out iostat featureDaeho Jeong1-0/+1
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu1-2/+4
2021-07-19f2fs: Revert "f2fs: Fix indefinite loop in f2fs_gc() v1"Jia Yang1-1/+1
2021-07-13f2fs: add sysfs nodes to get GC info for each GC modeDaeho Jeong1-0/+1
2021-06-28f2fs: remove false alarm on iget failure during GCJaegeuk Kim1-3/+1
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksChao Yu1-0/+1
2021-06-23f2fs: logging neateningJoe Perches1-2/+2
2021-05-14f2fs: atgc: fix to set default age thresholdChao Yu1-0/+1