summaryrefslogtreecommitdiff
path: root/fs/f2fs/gc.c
AgeCommit message (Expand)Author
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-04f2fs: support recording errors into superblockChao Yu
2022-10-04f2fs: support recording stop_checkpoint reason into super_blockChao Yu
2022-10-04f2fs: fix to do sanity check on summary infoChao Yu
2022-08-29f2fs: remove gc_urgent_high_limited for cleanupChao Yu
2022-08-29f2fs: iostat: support accounting compressed IOChao Yu
2022-08-29f2fs: fix wrong continue condition in GCJaegeuk Kim
2022-07-30f2fs: don't bother wait_ms by foreground gcqixiaoyu1
2022-07-30f2fs: adjust zone capacity when considering valid block countJaegeuk Kim
2022-05-17f2fs: do not stop GC when requiring a free sectionJaegeuk Kim
2022-05-12f2fs: keep wait_ms if EAGAIN happensJaegeuk Kim
2022-05-12f2fs: introduce f2fs_gc_control to consolidate f2fs_gc parametersJaegeuk Kim
2022-05-12f2fs: change the current atomic write wayDaeho Jeong
2022-05-06f2fs: give priority to select unpinned section for foreground GCChao Yu
2022-05-06f2fs: write checkpoint during FG_GCByungki Lee
2022-04-25f2fs: don't set GC_FAILURE_PIN for background GCChao Yu
2022-04-25f2fs: check pinfile in gc_data_segment() in advanceChao Yu
2022-03-17f2fs: introduce gc_urgent_mid modeDaeho Jeong
2022-02-03f2fs: fix to unlock page correctly in error path of is_alive()Chao Yu
2022-01-24f2fs: move f2fs to use reader-unfair rwsemsTim Murray
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown
2022-01-04f2fs: do not bother checkpoint by f2fs_get_node_infoJaegeuk Kim
2021-12-10f2fs: add gc_urgent_high_remaining sysfs nodeDaeho Jeong
2021-12-10f2fs: fix to do sanity check in is_alive()Chao Yu
2021-12-10f2fs: fix to avoid panic in is_alive() if metadata is inconsistentChao Yu
2021-12-10f2fs: fix to do sanity check on inode type during garbage collectionChao Yu
2021-10-26f2fs: introduce fragment allocation mode mount optionDaeho Jeong
2021-08-30f2fs: fix to account missing .skipped_gc_rwsemChao Yu
2021-08-23f2fs: separate out iostat featureDaeho Jeong
2021-08-17f2fs: support fault injection for f2fs_kmem_cache_alloc()Chao Yu
2021-07-19f2fs: Revert "f2fs: Fix indefinite loop in f2fs_gc() v1"Jia Yang
2021-07-13f2fs: add sysfs nodes to get GC info for each GC modeDaeho Jeong
2021-06-28f2fs: remove false alarm on iget failure during GCJaegeuk Kim
2021-06-23f2fs: compress: add compress_inode to cache compressed blocksChao Yu
2021-06-23f2fs: logging neateningJoe Perches
2021-05-14f2fs: atgc: fix to set default age thresholdChao Yu
2021-05-14f2fs: restructure f2fs page.private layoutChao Yu
2021-04-10f2fs: clean up build warningsYi Zhuang
2021-03-30f2fs: introduce gc_merge mount optionChao Yu
2021-03-26f2fs: fix to avoid touching checkpointed data in get_victim()Chao Yu
2021-03-25f2fs: do not use AT_SSR mode in FG_GC & high urgent BG_GCWeichao Guo
2021-03-12f2fs: fix panic during f2fs_resize_fs()Chao Yu
2021-03-12f2fs: fix to allow migrating fully valid segmentChao Yu
2021-01-27f2fs: trival cleanup in move_data_block()Chao Yu
2020-12-02f2fs: change to use rwsem for cp_mutexSahitya Tummala
2020-09-14f2fs: clean up kvfreeChao Yu
2020-09-11f2fs: support age threshold based garbage collectionChao Yu
2020-09-10f2fs: inherit mtime of original block during GCChao Yu
2020-09-10f2fs: introduce inmem cursegChao Yu